diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..ed9468e --- /dev/null +++ b/Gemfile @@ -0,0 +1,64 @@ +source 'https://rubygems.org' +git_source(:github) { |repo| "https://github.com/#{repo}.git" } + +ruby '2.5.1' + +gem 'devise' + +# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' +gem 'rails', '~> 5.2.1' +# Use sqlite3 as the database for Active Record +gem 'sqlite3' +# Use Puma as the app server +gem 'puma', '~> 3.11' +# Use SCSS for stylesheets +gem 'sass-rails', '~> 5.0' +# Use Uglifier as compressor for JavaScript assets +gem 'uglifier', '>= 1.3.0' +# See https://github.com/rails/execjs#readme for more supported runtimes +# gem 'mini_racer', platforms: :ruby + +# Use CoffeeScript for .coffee assets and views +gem 'coffee-rails', '~> 4.2' +# 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', '~> 4.0' +# Use ActiveModel has_secure_password +# gem 'bcrypt', '~> 3.1.7' + +# Use ActiveStorage variant +# gem 'mini_magick', '~> 4.8' + +# Use Capistrano for deployment +# gem 'capistrano-rails', group: :development + +# Reduces boot times through caching; required in config/boot.rb +gem 'bootsnap', '>= 1.1.0', require: false + +group :development, :test do + # Call 'byebug' anywhere in the code to stop execution and get a debugger console + gem 'byebug', platforms: [:mri, :mingw, :x64_mingw] +end + +group :development do + # Access an interactive console on exception pages or by calling 'console' anywhere in the code. + gem 'web-console', '>= 3.3.0' + gem 'listen', '>= 3.0.5', '< 3.2' + # 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 + +group :test do + # Adds support for Capybara system testing and selenium driver + gem 'capybara', '>= 2.15' + gem 'selenium-webdriver' + # Easy installation and use of chromedriver to run system tests with Chrome + gem 'chromedriver-helper' +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..41b2e62 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,234 @@ +GEM + remote: https://rubygems.org/ + specs: + actioncable (5.2.1) + actionpack (= 5.2.1) + nio4r (~> 2.0) + websocket-driver (>= 0.6.1) + actionmailer (5.2.1) + actionpack (= 5.2.1) + actionview (= 5.2.1) + activejob (= 5.2.1) + mail (~> 2.5, >= 2.5.4) + rails-dom-testing (~> 2.0) + actionpack (5.2.1) + actionview (= 5.2.1) + activesupport (= 5.2.1) + rack (~> 2.0) + rack-test (>= 0.6.3) + rails-dom-testing (~> 2.0) + rails-html-sanitizer (~> 1.0, >= 1.0.2) + actionview (5.2.1) + activesupport (= 5.2.1) + builder (~> 3.1) + erubi (~> 1.4) + rails-dom-testing (~> 2.0) + rails-html-sanitizer (~> 1.0, >= 1.0.3) + activejob (5.2.1) + activesupport (= 5.2.1) + globalid (>= 0.3.6) + activemodel (5.2.1) + activesupport (= 5.2.1) + activerecord (5.2.1) + activemodel (= 5.2.1) + activesupport (= 5.2.1) + arel (>= 9.0) + activestorage (5.2.1) + actionpack (= 5.2.1) + activerecord (= 5.2.1) + marcel (~> 0.3.1) + activesupport (5.2.1) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 0.7, < 2) + minitest (~> 5.1) + tzinfo (~> 1.1) + addressable (2.5.2) + public_suffix (>= 2.0.2, < 4.0) + archive-zip (0.11.0) + io-like (~> 0.3.0) + arel (9.0.0) + bcrypt (3.1.12) + bindex (0.5.0) + bootsnap (1.3.2) + msgpack (~> 1.0) + builder (3.2.3) + byebug (10.0.2) + capybara (3.10.0) + addressable + mini_mime (>= 0.1.3) + nokogiri (~> 1.8) + rack (>= 1.6.0) + rack-test (>= 0.6.3) + regexp_parser (~> 1.2) + xpath (~> 3.2) + childprocess (0.9.0) + ffi (~> 1.0, >= 1.0.11) + chromedriver-helper (2.1.0) + archive-zip (~> 0.10) + nokogiri (~> 1.8) + coffee-rails (4.2.2) + coffee-script (>= 2.2.0) + railties (>= 4.0.0) + coffee-script (2.4.1) + coffee-script-source + execjs + coffee-script-source (1.12.2) + concurrent-ruby (1.1.0) + crass (1.0.4) + devise (4.5.0) + bcrypt (~> 3.0) + orm_adapter (~> 0.1) + railties (>= 4.1.0, < 6.0) + responders + warden (~> 1.2.3) + erubi (1.7.1) + execjs (2.7.0) + ffi (1.9.25) + globalid (0.4.1) + activesupport (>= 4.2.0) + i18n (1.1.1) + concurrent-ruby (~> 1.0) + io-like (0.3.0) + jbuilder (2.7.0) + activesupport (>= 4.2.0) + multi_json (>= 1.2) + listen (3.1.5) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) + ruby_dep (~> 1.2) + loofah (2.2.3) + crass (~> 1.0.2) + nokogiri (>= 1.5.9) + mail (2.7.1) + mini_mime (>= 0.1.1) + marcel (0.3.3) + mimemagic (~> 0.3.2) + method_source (0.9.0) + mimemagic (0.3.2) + mini_mime (1.0.1) + mini_portile2 (2.3.0) + minitest (5.11.3) + msgpack (1.2.4) + multi_json (1.13.1) + nio4r (2.3.1) + nokogiri (1.8.5) + mini_portile2 (~> 2.3.0) + orm_adapter (0.5.0) + public_suffix (3.0.3) + puma (3.12.0) + rack (2.0.5) + rack-test (1.1.0) + rack (>= 1.0, < 3) + rails (5.2.1) + actioncable (= 5.2.1) + actionmailer (= 5.2.1) + actionpack (= 5.2.1) + actionview (= 5.2.1) + activejob (= 5.2.1) + activemodel (= 5.2.1) + activerecord (= 5.2.1) + activestorage (= 5.2.1) + activesupport (= 5.2.1) + bundler (>= 1.3.0) + railties (= 5.2.1) + sprockets-rails (>= 2.0.0) + 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) + railties (5.2.1) + actionpack (= 5.2.1) + activesupport (= 5.2.1) + method_source + rake (>= 0.8.7) + thor (>= 0.19.0, < 2.0) + rake (12.3.1) + rb-fsevent (0.10.3) + rb-inotify (0.9.10) + ffi (>= 0.5.0, < 2) + regexp_parser (1.2.0) + responders (2.4.0) + actionpack (>= 4.2.0, < 5.3) + railties (>= 4.2.0, < 5.3) + ruby_dep (1.5.0) + rubyzip (1.2.2) + sass (3.6.0) + sass-listen (~> 4.0.0) + sass-listen (4.0.0) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) + sass-rails (5.0.7) + railties (>= 4.0.0, < 6) + sass (~> 3.1) + sprockets (>= 2.8, < 4.0) + sprockets-rails (>= 2.0, < 4.0) + tilt (>= 1.1, < 3) + selenium-webdriver (3.141.0) + childprocess (~> 0.5) + rubyzip (~> 1.2, >= 1.2.2) + spring (2.0.2) + activesupport (>= 4.2) + spring-watcher-listen (2.0.1) + listen (>= 2.7, < 4.0) + spring (>= 1.2, < 3.0) + sprockets (3.7.2) + concurrent-ruby (~> 1.0) + rack (> 1, < 3) + sprockets-rails (3.2.1) + actionpack (>= 4.0) + activesupport (>= 4.0) + sprockets (>= 3.0.0) + sqlite3 (1.3.13) + thor (0.20.0) + thread_safe (0.3.6) + tilt (2.0.8) + turbolinks (5.2.0) + turbolinks-source (~> 5.2) + turbolinks-source (5.2.0) + tzinfo (1.2.5) + thread_safe (~> 0.1) + uglifier (4.1.19) + execjs (>= 0.3.0, < 3) + warden (1.2.7) + rack (>= 1.0) + web-console (3.7.0) + actionview (>= 5.0) + activemodel (>= 5.0) + bindex (>= 0.4.0) + railties (>= 5.0) + websocket-driver (0.7.0) + websocket-extensions (>= 0.1.0) + websocket-extensions (0.1.3) + xpath (3.2.0) + nokogiri (~> 1.8) + +PLATFORMS + ruby + +DEPENDENCIES + bootsnap (>= 1.1.0) + byebug + capybara (>= 2.15) + chromedriver-helper + coffee-rails (~> 4.2) + devise + jbuilder (~> 2.5) + listen (>= 3.0.5, < 3.2) + puma (~> 3.11) + rails (~> 5.2.1) + sass-rails (~> 5.0) + selenium-webdriver + spring + spring-watcher-listen (~> 2.0.0) + sqlite3 + turbolinks (~> 5) + tzinfo-data + uglifier (>= 1.3.0) + web-console (>= 3.3.0) + +RUBY VERSION + ruby 2.5.1p57 + +BUNDLED WITH + 1.16.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/admin.coffee b/app/assets/javascripts/admin.coffee new file mode 100644 index 0000000..24f83d1 --- /dev/null +++ b/app/assets/javascripts/admin.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..82e6f0f --- /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, 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 rails-ujs +//= require activestorage +//= require turbolinks +//= require_tree . diff --git a/app/assets/javascripts/cable.js b/app/assets/javascripts/cable.js new file mode 100644 index 0000000..739aa5f --- /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/javascripts/home.coffee b/app/assets/javascripts/home.coffee new file mode 100644 index 0000000..24f83d1 --- /dev/null +++ b/app/assets/javascripts/home.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/persons.coffee b/app/assets/javascripts/persons.coffee new file mode 100644 index 0000000..24f83d1 --- /dev/null +++ b/app/assets/javascripts/persons.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/show.coffee b/app/assets/javascripts/show.coffee new file mode 100644 index 0000000..24f83d1 --- /dev/null +++ b/app/assets/javascripts/show.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/users.coffee b/app/assets/javascripts/users.coffee new file mode 100644 index 0000000..24f83d1 --- /dev/null +++ b/app/assets/javascripts/users.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/admin.scss b/app/assets/stylesheets/admin.scss new file mode 100644 index 0000000..b83c3df --- /dev/null +++ b/app/assets/stylesheets/admin.scss @@ -0,0 +1,24 @@ +ul { + margin: 0; + padding: 0; + list-style-type: none; +} + +.user-list { + width: 50%; + .user-item { + display: flex; + justify-content: space-between; + margin-bottom: 10px; + padding-bottom: 10px; + border-bottom: 1px solid #000; + .buttons-container { + button { + height: 100%; + } + } + p { + margin: 0; + } + } +} \ No newline at end of file diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css new file mode 100644 index 0000000..d05ea0f --- /dev/null +++ b/app/assets/stylesheets/application.css @@ -0,0 +1,15 @@ +/* + * This is a manifest file that'll be compiled into application.css, which will include all the files + * listed below. + * + * Any CSS and SCSS file within this directory, lib/assets/stylesheets, 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 + */ diff --git a/app/assets/stylesheets/home.scss b/app/assets/stylesheets/home.scss new file mode 100644 index 0000000..7131aac --- /dev/null +++ b/app/assets/stylesheets/home.scss @@ -0,0 +1,3 @@ +// Place all the styles related to the Home controller here. +// They will automatically be included in application.css. +// You can use Sass (SCSS) here: http://sass-lang.com/ diff --git a/app/assets/stylesheets/persons.scss b/app/assets/stylesheets/persons.scss new file mode 100644 index 0000000..7ec49e2 --- /dev/null +++ b/app/assets/stylesheets/persons.scss @@ -0,0 +1,3 @@ +// Place all the styles related to the persons controller here. +// They will automatically be included in application.css. +// You can use Sass (SCSS) here: http://sass-lang.com/ diff --git a/app/assets/stylesheets/show.scss b/app/assets/stylesheets/show.scss new file mode 100644 index 0000000..373e423 --- /dev/null +++ b/app/assets/stylesheets/show.scss @@ -0,0 +1,3 @@ +// Place all the styles related to the Show controller here. +// They will automatically be included in application.css. +// You can use Sass (SCSS) here: http://sass-lang.com/ diff --git a/app/assets/stylesheets/users.scss b/app/assets/stylesheets/users.scss new file mode 100644 index 0000000..1efc835 --- /dev/null +++ b/app/assets/stylesheets/users.scss @@ -0,0 +1,3 @@ +// Place all the styles related to the users controller here. +// They will automatically be included in application.css. +// You can use Sass (SCSS) here: http://sass-lang.com/ 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/admin_controller.rb b/app/controllers/admin_controller.rb new file mode 100644 index 0000000..49c7669 --- /dev/null +++ b/app/controllers/admin_controller.rb @@ -0,0 +1,53 @@ +class AdminController < ApplicationController + before_action :must_be_admin + + def index + @users = User.all + render "dashboard" + end + + def showEdit + @user = User.find_by(id: params[:id]) + render "edit" + end + + def showCreate + @user = User.create + render "new" + end + + def create + @user = User.new({name: params[:user][:name], email: params[:user][:email], admin: false, password: params[:user][:password], password_confirmation: params[:user][:password_confirmation]}) + if @user.save + redirect_to '/admin/dashboard' + end + end + + def update + @user = User.find_by(id: params[:id]) + if params[:user][:password].blank? + params[:user].delete(:password) + params[:user].delete(:password_confirmation) + end + if @user.update(user_params) + redirect_to '/admin/dashboard' + end + end + + def delete + @user = User.find_by(id: params[:id]) + @user && @user.destroy + index + end + + def must_be_admin + unless current_user && current_user.admin + redirect_to root_path, notice: "Admin Needed." + end + end + + private + def user_params + params.require(:user).permit(:role, :name) + end +end diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb new file mode 100644 index 0000000..e738fdf --- /dev/null +++ b/app/controllers/application_controller.rb @@ -0,0 +1,14 @@ +class ApplicationController < ActionController::Base + # Prevent CSRF attacks by raising an exception. + # For APIs, you may want to use :null_session instead. + protect_from_forgery with: :exception + + # before_filter :configure_permitted_parameters, if: :devise_controller? + + protected + + def configure_permitted_parameters + devise_parameter_sanitizer.for(:sign_up) { |u| u.permit(:name, :email, :password) } + devise_parameter_sanitizer.for(:account_update) { |u| u.permit(:name, :email, :password, :current_password) } + end +end diff --git a/app/controllers/concerns/.keep b/app/controllers/concerns/.keep new file mode 100644 index 0000000..e69de29 diff --git a/app/controllers/home_controller.rb b/app/controllers/home_controller.rb new file mode 100644 index 0000000..8001fb0 --- /dev/null +++ b/app/controllers/home_controller.rb @@ -0,0 +1,5 @@ +class HomeController < ApplicationController + def index + # + end +end diff --git a/app/controllers/registrations_controller.rb b/app/controllers/registrations_controller.rb new file mode 100644 index 0000000..10603ab --- /dev/null +++ b/app/controllers/registrations_controller.rb @@ -0,0 +1,12 @@ +class RegistrationsController < Devise::RegistrationsController + + private + + def sign_up_params + params.require(:user).permit(:name, :email, :password, :password_confirmation) + end + + def account_update_params + params.require(:user).permit(:name, :email, :password, :password_confirmation, :current_password) + end +end \ No newline at end of file diff --git a/app/controllers/users_controller.rb b/app/controllers/users_controller.rb new file mode 100644 index 0000000..f4162b3 --- /dev/null +++ b/app/controllers/users_controller.rb @@ -0,0 +1,62 @@ +class UsersController < ApplicationController + + before_action :set_user, only: [:show, :edit, :update] # probably want to keep using this + + # GET /users + # GET /users.json + def index + @users = User.all + end + + # # GET /users/1 + # # GET /users/1.json + def show + @user = User.find_by(id: params[:id]) + render '' + end + + # GET /users/1/edit + def edit + + end + + def destroy + @user.destroy! + + respond_to do |format| + format.json { respond_to_destroy(:ajax) } + format.xml { head :ok } + format.html { respond_to_destroy(:html) } + end + end + + # # PATCH/PUT /users/1 + # # PATCH/PUT /users/1.json + def update + if params[:user][:password].blank? + params[:user].delete(:password) + params[:user].delete(:password_confirmation) + end + respond_to do |format| + if @user.update(user_params) + format.html { redirect_to @user, notice: 'User was successfully updated.'} + format.json { render :show, status: :ok, location: @user } + else + format.html { render :edit } + format.json { render json: @user.errors, status: :unprocessable_entity } + end + end + end + + private + # Use callbacks to share common setup or constraints between actions. + def set_user + @user = User.find(params[:id]) + end + + # Never trust parameters from the scary internet, only allow the white list through. + def user_params + params.require(:user).permit(:role, :name) + end + +end \ No newline at end of file diff --git a/app/helpers/admin_helper.rb b/app/helpers/admin_helper.rb new file mode 100644 index 0000000..d5c6d35 --- /dev/null +++ b/app/helpers/admin_helper.rb @@ -0,0 +1,2 @@ +module AdminHelper +end diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb new file mode 100644 index 0000000..de6be79 --- /dev/null +++ b/app/helpers/application_helper.rb @@ -0,0 +1,2 @@ +module ApplicationHelper +end diff --git a/app/helpers/home_helper.rb b/app/helpers/home_helper.rb new file mode 100644 index 0000000..23de56a --- /dev/null +++ b/app/helpers/home_helper.rb @@ -0,0 +1,2 @@ +module HomeHelper +end diff --git a/app/helpers/persons_helper.rb b/app/helpers/persons_helper.rb new file mode 100644 index 0000000..6986748 --- /dev/null +++ b/app/helpers/persons_helper.rb @@ -0,0 +1,2 @@ +module PersonsHelper +end diff --git a/app/helpers/show_helper.rb b/app/helpers/show_helper.rb new file mode 100644 index 0000000..e93db02 --- /dev/null +++ b/app/helpers/show_helper.rb @@ -0,0 +1,2 @@ +module ShowHelper +end diff --git a/app/helpers/users_helper.rb b/app/helpers/users_helper.rb new file mode 100644 index 0000000..2310a24 --- /dev/null +++ b/app/helpers/users_helper.rb @@ -0,0 +1,2 @@ +module UsersHelper +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/admin.rb b/app/models/admin.rb new file mode 100644 index 0000000..7a7be2f --- /dev/null +++ b/app/models/admin.rb @@ -0,0 +1,6 @@ +class Admin < ApplicationRecord + # Include default devise modules. Others available are: + # :confirmable, :lockable, :timeoutable, :trackable and :omniauthable + devise :database_authenticatable, :registerable, + :recoverable, :rememberable, :validatable +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/models/user.rb b/app/models/user.rb new file mode 100644 index 0000000..81cbabd --- /dev/null +++ b/app/models/user.rb @@ -0,0 +1,9 @@ +class User < ApplicationRecord + devise :database_authenticatable, :registerable, :recoverable, :rememberable, :validatable + enum role: [:user, :vip, :admin] + after_initialize :set_default_role, :if => :new_record? + + def set_default_role + self.role ||= :user + end +end diff --git a/app/views/admin/dashboard.html.erb b/app/views/admin/dashboard.html.erb new file mode 100644 index 0000000..5a2a586 --- /dev/null +++ b/app/views/admin/dashboard.html.erb @@ -0,0 +1,18 @@ +<%= link_to 'HOME', '/' %> +

Welcome to dashboard!

+<%= button_to 'Create', "/admin/dashboard/create", method: :get, class: 'btn btn-create' %> + diff --git a/app/views/admin/edit.html.erb b/app/views/admin/edit.html.erb new file mode 100644 index 0000000..2e00ab3 --- /dev/null +++ b/app/views/admin/edit.html.erb @@ -0,0 +1,34 @@ +<%= link_to 'BACK TO DASHBOARD', '/admin/dashboard' %> +

Edit

+<% if @user %> + <%= form_for(@user, url: "edit", html: { method: :put }) do |f| %> + +
+ <%= f.label :name %>
+ <%= f.text_field :name, autofocus: true %> +
+ +
+ <%= f.label :email %>
+ <%= f.email_field :email, autofocus: true, autocomplete: "email" %> +
+ +
+ <%= f.label :password %> (leave blank if you don't want to change it)
+ <%= f.password_field :password, autocomplete: "new-password" %> + <% if @minimum_password_length %> +
+ <%= @minimum_password_length %> characters minimum + <% end %> +
+ +
+ <%= f.label :password_confirmation %>
+ <%= f.password_field :password_confirmation, autocomplete: "new-password" %> +
+ +
+ <%= f.submit "Update" %> +
+ <% end %> +<% end %> \ No newline at end of file diff --git a/app/views/admin/new.html.erb b/app/views/admin/new.html.erb new file mode 100644 index 0000000..bf65158 --- /dev/null +++ b/app/views/admin/new.html.erb @@ -0,0 +1,33 @@ +<%= link_to 'BACK TO DASHBOARD', '/admin/dashboard' %> +

Create new user

+<% if @user %> + <%= form_for(@user, url: "/admin/dashboard/create", html: { method: :post }) do |f| %> + +
+ <%= f.label :name %>
+ <%= f.text_field :name, autofocus: true %> +
+ +
+ <%= f.label :email %>
+ <%= f.email_field :email, autofocus: true, autocomplete: "email" %> +
+ +
+ <%= f.label :password %> + <% if @minimum_password_length %> + (<%= @minimum_password_length %> characters minimum) + <% end %>
+ <%= f.password_field :password, autocomplete: "new-password" %> +
+ +
+ <%= f.label :password_confirmation %>
+ <%= f.password_field :password_confirmation, autocomplete: "new-password" %> +
+ +
+ <%= f.submit "Create" %> +
+ <% end %> +<% end %> \ No newline at end of file diff --git a/app/views/devise/confirmations/new.html.erb b/app/views/devise/confirmations/new.html.erb new file mode 100644 index 0000000..2dea366 --- /dev/null +++ b/app/views/devise/confirmations/new.html.erb @@ -0,0 +1,16 @@ +

Resend confirmation instructions

+ +<%= form_for(resource, as: resource_name, url: confirmation_path(resource_name), html: { method: :post }) do |f| %> + <%= devise_error_messages! %> + +
+ <%= f.label :email %>
+ <%= f.email_field :email, autofocus: true, autocomplete: "email", value: (resource.pending_reconfirmation? ? resource.unconfirmed_email : resource.email) %> +
+ +
+ <%= f.submit "Resend confirmation instructions" %> +
+<% end %> + +<%= render "devise/shared/links" %> diff --git a/app/views/devise/mailer/confirmation_instructions.html.erb b/app/views/devise/mailer/confirmation_instructions.html.erb new file mode 100644 index 0000000..dc55f64 --- /dev/null +++ b/app/views/devise/mailer/confirmation_instructions.html.erb @@ -0,0 +1,5 @@ +

Welcome <%= @email %>!

+ +

You can confirm your account email through the link below:

+ +

<%= link_to 'Confirm my account', confirmation_url(@resource, confirmation_token: @token) %>

diff --git a/app/views/devise/mailer/email_changed.html.erb b/app/views/devise/mailer/email_changed.html.erb new file mode 100644 index 0000000..32f4ba8 --- /dev/null +++ b/app/views/devise/mailer/email_changed.html.erb @@ -0,0 +1,7 @@ +

Hello <%= @email %>!

+ +<% if @resource.try(:unconfirmed_email?) %> +

We're contacting you to notify you that your email is being changed to <%= @resource.unconfirmed_email %>.

+<% else %> +

We're contacting you to notify you that your email has been changed to <%= @resource.email %>.

+<% end %> diff --git a/app/views/devise/mailer/password_change.html.erb b/app/views/devise/mailer/password_change.html.erb new file mode 100644 index 0000000..b41daf4 --- /dev/null +++ b/app/views/devise/mailer/password_change.html.erb @@ -0,0 +1,3 @@ +

Hello <%= @resource.email %>!

+ +

We're contacting you to notify you that your password has been changed.

diff --git a/app/views/devise/mailer/reset_password_instructions.html.erb b/app/views/devise/mailer/reset_password_instructions.html.erb new file mode 100644 index 0000000..f667dc1 --- /dev/null +++ b/app/views/devise/mailer/reset_password_instructions.html.erb @@ -0,0 +1,8 @@ +

Hello <%= @resource.email %>!

+ +

Someone has requested a link to change your password. You can do this through the link below.

+ +

<%= link_to 'Change my password', edit_password_url(@resource, reset_password_token: @token) %>

+ +

If you didn't request this, please ignore this email.

+

Your password won't change until you access the link above and create a new one.

diff --git a/app/views/devise/mailer/unlock_instructions.html.erb b/app/views/devise/mailer/unlock_instructions.html.erb new file mode 100644 index 0000000..41e148b --- /dev/null +++ b/app/views/devise/mailer/unlock_instructions.html.erb @@ -0,0 +1,7 @@ +

Hello <%= @resource.email %>!

+ +

Your account has been locked due to an excessive number of unsuccessful sign in attempts.

+ +

Click the link below to unlock your account:

+ +

<%= link_to 'Unlock my account', unlock_url(@resource, unlock_token: @token) %>

diff --git a/app/views/devise/passwords/edit.html.erb b/app/views/devise/passwords/edit.html.erb new file mode 100644 index 0000000..442036a --- /dev/null +++ b/app/views/devise/passwords/edit.html.erb @@ -0,0 +1,25 @@ +

Change your password

+ +<%= form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :put }) do |f| %> + <%= devise_error_messages! %> + <%= f.hidden_field :reset_password_token %> + +
+ <%= f.label :password, "New password" %>
+ <% if @minimum_password_length %> + (<%= @minimum_password_length %> characters minimum)
+ <% end %> + <%= f.password_field :password, autofocus: true, autocomplete: "new-password" %> +
+ +
+ <%= f.label :password_confirmation, "Confirm new password" %>
+ <%= f.password_field :password_confirmation, autocomplete: "off" %> +
+ +
+ <%= f.submit "Change my password" %> +
+<% end %> + +<%= render "devise/shared/links" %> diff --git a/app/views/devise/passwords/new.html.erb b/app/views/devise/passwords/new.html.erb new file mode 100644 index 0000000..11b3d6a --- /dev/null +++ b/app/views/devise/passwords/new.html.erb @@ -0,0 +1,16 @@ +

Forgot your password?

+ +<%= form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :post }) do |f| %> + <%= devise_error_messages! %> + +
+ <%= f.label :email %>
+ <%= f.email_field :email, autofocus: true, autocomplete: "email" %> +
+ +
+ <%= f.submit "Send me reset password instructions" %> +
+<% end %> + +<%= render "devise/shared/links" %> diff --git a/app/views/devise/registrations/edit.html.erb b/app/views/devise/registrations/edit.html.erb new file mode 100644 index 0000000..fda2c28 --- /dev/null +++ b/app/views/devise/registrations/edit.html.erb @@ -0,0 +1,48 @@ +

Edit <%= resource_name.to_s.humanize %>

+ +<%= form_for(resource, as: resource_name, url: registration_path(resource_name), html: { method: :put }) do |f| %> + <%= devise_error_messages! %> + +
+ <%= f.label :name %>
+ <%= f.text_field :name, autofocus: true %> +
+ +
+ <%= f.label :email %>
+ <%= f.email_field :email, autofocus: true, autocomplete: "email" %> +
+ + <% if devise_mapping.confirmable? && resource.pending_reconfirmation? %> +
Currently waiting confirmation for: <%= resource.unconfirmed_email %>
+ <% end %> + +
+ <%= f.label :password %> (leave blank if you don't want to change it)
+ <%= f.password_field :password, autocomplete: "new-password" %> + <% if @minimum_password_length %> +
+ <%= @minimum_password_length %> characters minimum + <% end %> +
+ +
+ <%= f.label :password_confirmation %>
+ <%= f.password_field :password_confirmation, autocomplete: "new-password" %> +
+ +
+ <%= f.label :current_password %> (we need your current password to confirm your changes)
+ <%= f.password_field :current_password, autocomplete: "current-password" %> +
+ +
+ <%= f.submit "Update" %> +
+<% end %> + +

Cancel my account

+ +

Unhappy? <%= button_to "Cancel my account", registration_path(resource_name), data: { confirm: "Are you sure?" }, method: :delete %>

+ +<%= link_to "Back", :back %> diff --git a/app/views/devise/registrations/new.html.erb b/app/views/devise/registrations/new.html.erb new file mode 100644 index 0000000..33ec60f --- /dev/null +++ b/app/views/devise/registrations/new.html.erb @@ -0,0 +1,34 @@ +

Sign up

+ +<%= form_for(resource, as: resource_name, url: registration_path(resource_name)) do |f| %> + <%= devise_error_messages! %> + +
+ <%= f.label :name %>
+ <%= f.text_field :name, autofocus: true %> +
+ +
+ <%= f.label :email %>
+ <%= f.email_field :email, autofocus: true, autocomplete: "email" %> +
+ +
+ <%= f.label :password %> + <% if @minimum_password_length %> + (<%= @minimum_password_length %> characters minimum) + <% end %>
+ <%= f.password_field :password, autocomplete: "new-password" %> +
+ +
+ <%= f.label :password_confirmation %>
+ <%= f.password_field :password_confirmation, autocomplete: "new-password" %> +
+ +
+ <%= f.submit "Sign up" %> +
+<% end %> + +<%= render "devise/shared/links" %> diff --git a/app/views/devise/sessions/new.html.erb b/app/views/devise/sessions/new.html.erb new file mode 100644 index 0000000..e3b9319 --- /dev/null +++ b/app/views/devise/sessions/new.html.erb @@ -0,0 +1,26 @@ +

Log in

+ +<%= form_for(resource, as: resource_name, url: session_path(resource_name)) do |f| %> +
+ <%= f.label :email %>
+ <%= f.email_field :email, autofocus: true, autocomplete: "email" %> +
+ +
+ <%= f.label :password %>
+ <%= f.password_field :password, autocomplete: "current-password" %> +
+ + <% if devise_mapping.rememberable? -%> +
+ <%= f.check_box :remember_me %> + <%= f.label :remember_me %> +
+ <% end -%> + +
+ <%= f.submit "Log in" %> +
+<% end %> + +<%= render "devise/shared/links" %> diff --git a/app/views/devise/shared/_links.html.erb b/app/views/devise/shared/_links.html.erb new file mode 100644 index 0000000..e6a3e41 --- /dev/null +++ b/app/views/devise/shared/_links.html.erb @@ -0,0 +1,25 @@ +<%- if controller_name != 'sessions' %> + <%= link_to "Log in", new_session_path(resource_name) %>
+<% end -%> + +<%- if devise_mapping.registerable? && controller_name != 'registrations' %> + <%= link_to "Sign up", new_registration_path(resource_name) %>
+<% end -%> + +<%- if devise_mapping.recoverable? && controller_name != 'passwords' && controller_name != 'registrations' %> + <%= link_to "Forgot your password?", new_password_path(resource_name) %>
+<% end -%> + +<%- if devise_mapping.confirmable? && controller_name != 'confirmations' %> + <%= link_to "Didn't receive confirmation instructions?", new_confirmation_path(resource_name) %>
+<% end -%> + +<%- if devise_mapping.lockable? && resource_class.unlock_strategy_enabled?(:email) && controller_name != 'unlocks' %> + <%= link_to "Didn't receive unlock instructions?", new_unlock_path(resource_name) %>
+<% end -%> + +<%- if devise_mapping.omniauthable? %> + <%- resource_class.omniauth_providers.each do |provider| %> + <%= link_to "Sign in with #{OmniAuth::Utils.camelize(provider)}", omniauth_authorize_path(resource_name, provider) %>
+ <% end -%> +<% end -%> diff --git a/app/views/devise/unlocks/new.html.erb b/app/views/devise/unlocks/new.html.erb new file mode 100644 index 0000000..cfe8aa8 --- /dev/null +++ b/app/views/devise/unlocks/new.html.erb @@ -0,0 +1,16 @@ +

Resend unlock instructions

+ +<%= form_for(resource, as: resource_name, url: unlock_path(resource_name), html: { method: :post }) do |f| %> + <%= devise_error_messages! %> + +
+ <%= f.label :email %>
+ <%= f.email_field :email, autofocus: true, autocomplete: "email" %> +
+ +
+ <%= f.submit "Resend unlock instructions" %> +
+<% end %> + +<%= render "devise/shared/links" %> diff --git a/app/views/home/index.html.erb b/app/views/home/index.html.erb new file mode 100644 index 0000000..35b1f0a --- /dev/null +++ b/app/views/home/index.html.erb @@ -0,0 +1,12 @@ +

Welcome!

+
+ <% if user_signed_in? %> + Здравствуйте, <%= current_user.email %> + <%= link_to 'Выйти', destroy_user_session_path, :method => :delete %> + <% if current_user.admin %> +

<%= link_to 'Dashboard', admin_dashboard_url %>

+ <% end %> + <% else %> + <%= link_to 'Войти', new_user_session_path %> или <%= link_to 'Зарегистрироваться', new_user_registration_path %> + <% end %> +
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb new file mode 100644 index 0000000..9af62de --- /dev/null +++ b/app/views/layouts/application.html.erb @@ -0,0 +1,19 @@ + + + + Users + <%= csrf_meta_tags %> + <%= csp_meta_tag %> + + <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %> + <%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %> + + + +
+ <%= yield %> +

<%= notice %>

+

<%= alert %>

+
+ + 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..f19acf5 --- /dev/null +++ b/bin/bundle @@ -0,0 +1,3 @@ +#!/usr/bin/env ruby +ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__) +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..94fd4d7 --- /dev/null +++ b/bin/setup @@ -0,0 +1,36 @@ +#!/usr/bin/env ruby +require 'fileutils' +include FileUtils + +# path to your application root. +APP_ROOT = File.expand_path('..', __dir__) + +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') + + # Install JavaScript dependencies if using Yarn + # system('bin/yarn') + + # 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..58bfaed --- /dev/null +++ b/bin/update @@ -0,0 +1,31 @@ +#!/usr/bin/env ruby +require 'fileutils' +include FileUtils + +# path to your application root. +APP_ROOT = File.expand_path('..', __dir__) + +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') + + # Install JavaScript dependencies if using Yarn + # system('bin/yarn') + + 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/bin/yarn b/bin/yarn new file mode 100755 index 0000000..460dd56 --- /dev/null +++ b/bin/yarn @@ -0,0 +1,11 @@ +#!/usr/bin/env ruby +APP_ROOT = File.expand_path('..', __dir__) +Dir.chdir(APP_ROOT) do + begin + exec "yarnpkg", *ARGV + rescue Errno::ENOENT + $stderr.puts "Yarn executable was not detected in the system." + $stderr.puts "Download Yarn at https://yarnpkg.com/en/docs/install" + exit 1 + end +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..1fa8ac3 --- /dev/null +++ b/config/application.rb @@ -0,0 +1,19 @@ +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 Users + class Application < Rails::Application + # Initialize configuration defaults for originally generated Rails version. + config.load_defaults 5.2 + + # Settings in config/environments/* take precedence over those specified here. + # Application configuration can go into files in config/initializers + # -- all .rb files in that directory are automatically loaded after loading + # the framework and any gems in your application. + end +end diff --git a/config/boot.rb b/config/boot.rb new file mode 100644 index 0000000..b9e460c --- /dev/null +++ b/config/boot.rb @@ -0,0 +1,4 @@ +ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__) + +require 'bundler/setup' # Set up gems listed in the Gemfile. +require 'bootsnap/setup' # Speed up boot time by caching expensive operations. diff --git a/config/cable.yml b/config/cable.yml new file mode 100644 index 0000000..c539f98 --- /dev/null +++ b/config/cable.yml @@ -0,0 +1,10 @@ +development: + adapter: async + +test: + adapter: async + +production: + adapter: redis + url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %> + channel_prefix: users_production diff --git a/config/credentials.yml.enc b/config/credentials.yml.enc new file mode 100644 index 0000000..1d60b19 --- /dev/null +++ b/config/credentials.yml.enc @@ -0,0 +1 @@ +34seOZo1cKEk31/SsRe019eGcstD87RIbLyyaIIX17SgN6D7jE/jqXvUNXPmIYw9dB1TS+BxjERnliyejUTwli8EQjb3ntIUVt6gIzXgdWU7N+kUqQnC95Li9YLhjnHDySHCdZr0cTlCDWHi1nJl9iNdv1AdNI7q68lPI2oycfkAgCBhs90veYP67sZq6DhwEXCF2QY2GbtwXo87mpLhXvcCciIbaTUIiMzvdCNiUNwv2Ze41nQURXV7YenrZFLhgxlIKpNRo3w5FPAWRo6W5quNvTxpk/iRMFwWLdALnAaIZC1VJxyt8qpjJbHbQPBtsjgN3dIL3UYVGgO/RGJZYSFQfvX9efjSWwmDeTKDEfiy807wxAJRIlLwmin3G25f1GuuTWtwZWK9szvqwhICfxnEZ9khbgzmd4nd--wFmhNDIJ9JISVB6N--T5PXUgcpFT7YiE/K1o7zLg== \ No newline at end of file diff --git a/config/database.yml b/config/database.yml new file mode 100644 index 0000000..0d02f24 --- /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: <%= ENV.fetch("RAILS_MAX_THREADS") { 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..84caa6c --- /dev/null +++ b/config/environments/development.rb @@ -0,0 +1,63 @@ +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. + # Run rails dev:cache to toggle caching. + 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=#{2.days.to_i}" + } + else + config.action_controller.perform_caching = false + + config.cache_store = :null_store + end + + # Store uploaded files on the local file system (see config/storage.yml for options) + config.active_storage.service = :local + + # Don't care if the mailer can't send. + config.action_mailer.raise_delivery_errors = false + + config.action_mailer.perform_caching = false + + config.action_mailer.default_url_options = { host: 'localhost', port: 3000 } + + # 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 + + # Highlight code that triggered database queries in logs. + config.active_record.verbose_query_logs = true + + # 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..c0a9e1c --- /dev/null +++ b/config/environments/production.rb @@ -0,0 +1,94 @@ +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 + + # Ensures that a master key has been made available in either ENV["RAILS_MASTER_KEY"] + # or in config/master.key. This key is used to decrypt credentials (and other encrypted files). + # config.require_master_key = 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 + + # Store uploaded files on the local file system (see config/storage.yml for options) + config.active_storage.service = :local + + # 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 = "users_#{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..0a38fd3 --- /dev/null +++ b/config/environments/test.rb @@ -0,0 +1,46 @@ +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=#{1.hour.to_i}" + } + + # 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 + + # Store uploaded files on the local file system in a temporary directory + config.active_storage.service = :test + + 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..89d2efa --- /dev/null +++ b/config/initializers/application_controller_renderer.rb @@ -0,0 +1,8 @@ +# Be sure to restart your server when you modify this file. + +# ActiveSupport::Reloader.to_prepare do +# ApplicationController.renderer.defaults.merge!( +# http_host: 'example.org', +# https: false +# ) +# end diff --git a/config/initializers/assets.rb b/config/initializers/assets.rb new file mode 100644 index 0000000..4b828e8 --- /dev/null +++ b/config/initializers/assets.rb @@ -0,0 +1,14 @@ +# 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 +# Add Yarn node_modules folder to the asset load path. +Rails.application.config.assets.paths << Rails.root.join('node_modules') + +# Precompile additional assets. +# application.js, application.css, and all non-JS/CSS in the app/assets +# folder are already added. +# Rails.application.config.assets.precompile += %w( admin.js admin.css ) 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/content_security_policy.rb b/config/initializers/content_security_policy.rb new file mode 100644 index 0000000..d3bcaa5 --- /dev/null +++ b/config/initializers/content_security_policy.rb @@ -0,0 +1,25 @@ +# Be sure to restart your server when you modify this file. + +# Define an application-wide content security policy +# For further information see the following documentation +# https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy + +# Rails.application.config.content_security_policy do |policy| +# policy.default_src :self, :https +# policy.font_src :self, :https, :data +# policy.img_src :self, :https, :data +# policy.object_src :none +# policy.script_src :self, :https +# policy.style_src :self, :https + +# # Specify URI for violation reports +# # policy.report_uri "/csp-violation-report-endpoint" +# end + +# If you are using UJS then enable automatic nonce generation +# Rails.application.config.content_security_policy_nonce_generator = -> request { SecureRandom.base64(16) } + +# Report CSP violations to a specified URI +# For further information see the following documentation: +# https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy-Report-Only +# Rails.application.config.content_security_policy_report_only = true 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/devise.rb b/config/initializers/devise.rb new file mode 100644 index 0000000..e6195fa --- /dev/null +++ b/config/initializers/devise.rb @@ -0,0 +1,290 @@ +# frozen_string_literal: true + +# Use this hook to configure devise mailer, warden hooks and so forth. +# Many of these configuration options can be set straight in your model. +Devise.setup do |config| + # The secret key used by Devise. Devise uses this key to generate + # random tokens. Changing this key will render invalid all existing + # confirmation, reset password and unlock tokens in the database. + # Devise will use the `secret_key_base` as its `secret_key` + # by default. You can change it below and use your own secret key. + # config.secret_key = '649c0fdddfafa3b5e9865f82af14635b9cee3e10c377442b121a53176dda44f0941ab9645dd7a014010727f443d5da0c9f3e233d90beac24b289880532837216' + + # ==> Controller configuration + # Configure the parent class to the devise controllers. + # config.parent_controller = 'DeviseController' + + # ==> Mailer Configuration + # Configure the e-mail address which will be shown in Devise::Mailer, + # note that it will be overwritten if you use your own mailer class + # with default "from" parameter. + config.mailer_sender = 'please-change-me-at-config-initializers-devise@example.com' + + # Configure the class responsible to send e-mails. + # config.mailer = 'Devise::Mailer' + + # Configure the parent class responsible to send e-mails. + # config.parent_mailer = 'ActionMailer::Base' + + # ==> ORM configuration + # Load and configure the ORM. Supports :active_record (default) and + # :mongoid (bson_ext recommended) by default. Other ORMs may be + # available as additional gems. + require 'devise/orm/active_record' + + # ==> Configuration for any authentication mechanism + # Configure which keys are used when authenticating a user. The default is + # just :email. You can configure it to use [:username, :subdomain], so for + # authenticating a user, both parameters are required. Remember that those + # parameters are used only when authenticating and not when retrieving from + # session. If you need permissions, you should implement that in a before filter. + # You can also supply a hash where the value is a boolean determining whether + # or not authentication should be aborted when the value is not present. + # config.authentication_keys = [:email] + + # Configure parameters from the request object used for authentication. Each entry + # given should be a request method and it will automatically be passed to the + # find_for_authentication method and considered in your model lookup. For instance, + # if you set :request_keys to [:subdomain], :subdomain will be used on authentication. + # The same considerations mentioned for authentication_keys also apply to request_keys. + # config.request_keys = [] + + # Configure which authentication keys should be case-insensitive. + # These keys will be downcased upon creating or modifying a user and when used + # to authenticate or find a user. Default is :email. + config.case_insensitive_keys = [:email] + + # Configure which authentication keys should have whitespace stripped. + # These keys will have whitespace before and after removed upon creating or + # modifying a user and when used to authenticate or find a user. Default is :email. + config.strip_whitespace_keys = [:email] + + # Tell if authentication through request.params is enabled. True by default. + # It can be set to an array that will enable params authentication only for the + # given strategies, for example, `config.params_authenticatable = [:database]` will + # enable it only for database (email + password) authentication. + # config.params_authenticatable = true + + # Tell if authentication through HTTP Auth is enabled. False by default. + # It can be set to an array that will enable http authentication only for the + # given strategies, for example, `config.http_authenticatable = [:database]` will + # enable it only for database authentication. The supported strategies are: + # :database = Support basic authentication with authentication key + password + # config.http_authenticatable = false + + # If 401 status code should be returned for AJAX requests. True by default. + # config.http_authenticatable_on_xhr = true + + # The realm used in Http Basic Authentication. 'Application' by default. + # config.http_authentication_realm = 'Application' + + # It will change confirmation, password recovery and other workflows + # to behave the same regardless if the e-mail provided was right or wrong. + # Does not affect registerable. + # config.paranoid = true + + # By default Devise will store the user in session. You can skip storage for + # particular strategies by setting this option. + # Notice that if you are skipping storage for all authentication paths, you + # may want to disable generating routes to Devise's sessions controller by + # passing skip: :sessions to `devise_for` in your config/routes.rb + config.skip_session_storage = [:http_auth] + + # By default, Devise cleans up the CSRF token on authentication to + # avoid CSRF token fixation attacks. This means that, when using AJAX + # requests for sign in and sign up, you need to get a new CSRF token + # from the server. You can disable this option at your own risk. + # config.clean_up_csrf_token_on_authentication = true + + # When false, Devise will not attempt to reload routes on eager load. + # This can reduce the time taken to boot the app but if your application + # requires the Devise mappings to be loaded during boot time the application + # won't boot properly. + # config.reload_routes = true + + # ==> Configuration for :database_authenticatable + # For bcrypt, this is the cost for hashing the password and defaults to 11. If + # using other algorithms, it sets how many times you want the password to be hashed. + # + # Limiting the stretches to just one in testing will increase the performance of + # your test suite dramatically. However, it is STRONGLY RECOMMENDED to not use + # a value less than 10 in other environments. Note that, for bcrypt (the default + # algorithm), the cost increases exponentially with the number of stretches (e.g. + # a value of 20 is already extremely slow: approx. 60 seconds for 1 calculation). + config.stretches = Rails.env.test? ? 1 : 11 + + # Set up a pepper to generate the hashed password. + # config.pepper = 'ef49371e601b83c50c7cc1e4c53e140419973c2b6a32d42561290288ed258daba3e09909d0384f5393686149c590fbe7025f6d5059aa3f21c28610417f7485a4' + + # Send a notification to the original email when the user's email is changed. + # config.send_email_changed_notification = false + + # Send a notification email when the user's password is changed. + # config.send_password_change_notification = false + + # ==> Configuration for :confirmable + # A period that the user is allowed to access the website even without + # confirming their account. For instance, if set to 2.days, the user will be + # able to access the website for two days without confirming their account, + # access will be blocked just in the third day. Default is 0.days, meaning + # the user cannot access the website without confirming their account. + # config.allow_unconfirmed_access_for = 2.days + + # A period that the user is allowed to confirm their account before their + # token becomes invalid. For example, if set to 3.days, the user can confirm + # their account within 3 days after the mail was sent, but on the fourth day + # their account can't be confirmed with the token any more. + # Default is nil, meaning there is no restriction on how long a user can take + # before confirming their account. + # config.confirm_within = 3.days + + # If true, requires any email changes to be confirmed (exactly the same way as + # initial account confirmation) to be applied. Requires additional unconfirmed_email + # db field (see migrations). Until confirmed, new email is stored in + # unconfirmed_email column, and copied to email column on successful confirmation. + config.reconfirmable = true + + # Defines which key will be used when confirming an account + # config.confirmation_keys = [:email] + + # ==> Configuration for :rememberable + # The time the user will be remembered without asking for credentials again. + # config.remember_for = 2.weeks + + # Invalidates all the remember me tokens when the user signs out. + config.expire_all_remember_me_on_sign_out = true + + # If true, extends the user's remember period when remembered via cookie. + # config.extend_remember_period = false + + # Options to be passed to the created cookie. For instance, you can set + # secure: true in order to force SSL only cookies. + # config.rememberable_options = {} + + # ==> Configuration for :validatable + # Range for password length. + config.password_length = 6..128 + + # Email regex used to validate email formats. It simply asserts that + # one (and only one) @ exists in the given string. This is mainly + # to give user feedback and not to assert the e-mail validity. + config.email_regexp = /\A[^@\s]+@[^@\s]+\z/ + + # ==> Configuration for :timeoutable + # The time you want to timeout the user session without activity. After this + # time the user will be asked for credentials again. Default is 30 minutes. + # config.timeout_in = 30.minutes + + # ==> Configuration for :lockable + # Defines which strategy will be used to lock an account. + # :failed_attempts = Locks an account after a number of failed attempts to sign in. + # :none = No lock strategy. You should handle locking by yourself. + # config.lock_strategy = :failed_attempts + + # Defines which key will be used when locking and unlocking an account + # config.unlock_keys = [:email] + + # Defines which strategy will be used to unlock an account. + # :email = Sends an unlock link to the user email + # :time = Re-enables login after a certain amount of time (see :unlock_in below) + # :both = Enables both strategies + # :none = No unlock strategy. You should handle unlocking by yourself. + # config.unlock_strategy = :both + + # Number of authentication tries before locking an account if lock_strategy + # is failed attempts. + # config.maximum_attempts = 20 + + # Time interval to unlock the account if :time is enabled as unlock_strategy. + # config.unlock_in = 1.hour + + # Warn on the last attempt before the account is locked. + # config.last_attempt_warning = true + + # ==> Configuration for :recoverable + # + # Defines which key will be used when recovering the password for an account + # config.reset_password_keys = [:email] + + # Time interval you can reset your password with a reset password key. + # Don't put a too small interval or your users won't have the time to + # change their passwords. + config.reset_password_within = 6.hours + + # When set to false, does not sign a user in automatically after their password is + # reset. Defaults to true, so a user is signed in automatically after a reset. + # config.sign_in_after_reset_password = true + + # ==> Configuration for :encryptable + # Allow you to use another hashing or encryption algorithm besides bcrypt (default). + # You can use :sha1, :sha512 or algorithms from others authentication tools as + # :clearance_sha1, :authlogic_sha512 (then you should set stretches above to 20 + # for default behavior) and :restful_authentication_sha1 (then you should set + # stretches to 10, and copy REST_AUTH_SITE_KEY to pepper). + # + # Require the `devise-encryptable` gem when using anything other than bcrypt + # config.encryptor = :sha512 + + # ==> Scopes configuration + # Turn scoped views on. Before rendering "sessions/new", it will first check for + # "users/sessions/new". It's turned off by default because it's slower if you + # are using only default views. + config.scoped_views = true + + # Configure the default scope given to Warden. By default it's the first + # devise role declared in your routes (usually :user). + # config.default_scope = :user + + # Set this configuration to false if you want /users/sign_out to sign out + # only the current scope. By default, Devise signs out all scopes. + # config.sign_out_all_scopes = true + + # ==> Navigation configuration + # Lists the formats that should be treated as navigational. Formats like + # :html, should redirect to the sign in page when the user does not have + # access, but formats like :xml or :json, should return 401. + # + # If you have any extra navigational formats, like :iphone or :mobile, you + # should add them to the navigational formats lists. + # + # The "*/*" below is required to match Internet Explorer requests. + # config.navigational_formats = ['*/*', :html] + + # The default HTTP method used to sign out a resource. Default is :delete. + config.sign_out_via = :delete + + # ==> OmniAuth + # Add a new OmniAuth provider. Check the wiki for more information on setting + # up on your models and hooks. + # config.omniauth :github, 'APP_ID', 'APP_SECRET', scope: 'user,public_repo' + + # ==> Warden configuration + # If you want to use other strategies, that are not supported by Devise, or + # change the failure app, you can configure them inside the config.warden block. + # + # config.warden do |manager| + # manager.intercept_401 = false + # manager.default_strategies(scope: :user).unshift :some_external_strategy + # end + + # ==> Mountable engine configurations + # When using Devise inside an engine, let's call it `MyEngine`, and this engine + # is mountable, there are some extra configurations to be taken into account. + # The following options are available, assuming the engine is mounted as: + # + # mount MyEngine, at: '/my_engine' + # + # The router that invoked `devise_for`, in the example above, would be: + # config.router_name = :my_engine + # + # When using OmniAuth, Devise cannot automatically set OmniAuth path, + # so you need to do it manually. For the users scope, it would be: + # config.omniauth_path_prefix = '/my_engine/users/auth' + + # ==> Turbolinks configuration + # If your app is using Turbolinks, Turbolinks::Controller needs to be included to make redirection work correctly: + # + # ActiveSupport.on_load(:devise_failure_app) do + # include Turbolinks::Controller + # end +end 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/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/devise.en.yml b/config/locales/devise.en.yml new file mode 100644 index 0000000..0b8f130 --- /dev/null +++ b/config/locales/devise.en.yml @@ -0,0 +1,64 @@ +# Additional translations at https://github.com/plataformatec/devise/wiki/I18n + +en: + devise: + confirmations: + confirmed: "Your email address has been successfully confirmed." + send_instructions: "You will receive an email with instructions for how to confirm your email address in a few minutes." + send_paranoid_instructions: "If your email address exists in our database, you will receive an email with instructions for how to confirm your email address in a few minutes." + failure: + already_authenticated: "You are already signed in." + inactive: "Your account is not activated yet." + invalid: "Invalid %{authentication_keys} or password." + locked: "Your account is locked." + last_attempt: "You have one more attempt before your account is locked." + not_found_in_database: "Invalid %{authentication_keys} or password." + timeout: "Your session expired. Please sign in again to continue." + unauthenticated: "You need to sign in or sign up before continuing." + unconfirmed: "You have to confirm your email address before continuing." + mailer: + confirmation_instructions: + subject: "Confirmation instructions" + reset_password_instructions: + subject: "Reset password instructions" + unlock_instructions: + subject: "Unlock instructions" + email_changed: + subject: "Email Changed" + password_change: + subject: "Password Changed" + omniauth_callbacks: + failure: "Could not authenticate you from %{kind} because \"%{reason}\"." + success: "Successfully authenticated from %{kind} account." + passwords: + no_token: "You can't access this page without coming from a password reset email. If you do come from a password reset email, please make sure you used the full URL provided." + send_instructions: "You will receive an email with instructions on how to reset your password in a few minutes." + send_paranoid_instructions: "If your email address exists in our database, you will receive a password recovery link at your email address in a few minutes." + updated: "Your password has been changed successfully. You are now signed in." + updated_not_active: "Your password has been changed successfully." + registrations: + destroyed: "Bye! Your account has been successfully cancelled. We hope to see you again soon." + signed_up: "Welcome! You have signed up successfully." + signed_up_but_inactive: "You have signed up successfully. However, we could not sign you in because your account is not yet activated." + signed_up_but_locked: "You have signed up successfully. However, we could not sign you in because your account is locked." + signed_up_but_unconfirmed: "A message with a confirmation link has been sent to your email address. Please follow the link to activate your account." + update_needs_confirmation: "You updated your account successfully, but we need to verify your new email address. Please check your email and follow the confirm link to confirm your new email address." + updated: "Your account has been updated successfully." + sessions: + signed_in: "Signed in successfully." + signed_out: "Signed out successfully." + already_signed_out: "Signed out successfully." + unlocks: + send_instructions: "You will receive an email with instructions for how to unlock your account in a few minutes." + send_paranoid_instructions: "If your account exists, you will receive an email with instructions for how to unlock it in a few minutes." + unlocked: "Your account has been unlocked successfully. Please sign in to continue." + errors: + messages: + already_confirmed: "was already confirmed, please try signing in" + confirmation_period_expired: "needs to be confirmed within %{period}, please request a new one" + expired: "has expired, please request a new one" + not_found: "not found" + not_locked: "was not locked" + not_saved: + one: "1 error prohibited this %{resource} from being saved:" + other: "%{count} errors prohibited this %{resource} from being saved:" diff --git a/config/locales/en.yml b/config/locales/en.yml new file mode 100644 index 0000000..decc5a8 --- /dev/null +++ b/config/locales/en.yml @@ -0,0 +1,33 @@ +# 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. +# +# The following keys must be escaped otherwise they will not be retrieved by +# the default I18n backend: +# +# true, false, on, off, yes, no +# +# Instead, surround them with single quotes. +# +# en: +# 'true': 'foo' +# +# 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/master.key b/config/master.key new file mode 100644 index 0000000..1b6ff7c --- /dev/null +++ b/config/master.key @@ -0,0 +1 @@ +228b3db66ebe4cd1652611531a95e382 \ No newline at end of file diff --git a/config/puma.rb b/config/puma.rb new file mode 100644 index 0000000..a5eccf8 --- /dev/null +++ b/config/puma.rb @@ -0,0 +1,34 @@ +# 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 } +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. +# +# preload_app! + +# 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..096e99d --- /dev/null +++ b/config/routes.rb @@ -0,0 +1,12 @@ +Rails.application.routes.draw do + devise_for :users, :controllers => { registrations: 'registrations' } + resources :users + get 'admin/dashboard', action: :index, controller: 'admin' + get 'admin/dashboard/create', action: :showCreate, controller: 'admin' + post 'admin/dashboard/create', action: :create, controller: 'admin' + get 'admin/dashboard/:id/edit', action: :showEdit, controller: 'admin' + put 'admin/dashboard/:id/edit', action: :update, controller: 'admin' + delete 'admin/dashboard', action: :delete, controller: 'admin' + # get 'admin/dashboard/edit:id', action: edit, controller: 'admin' + root to: "home#index" +end diff --git a/config/spring.rb b/config/spring.rb new file mode 100644 index 0000000..9fa7863 --- /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/config/storage.yml b/config/storage.yml new file mode 100644 index 0000000..d32f76e --- /dev/null +++ b/config/storage.yml @@ -0,0 +1,34 @@ +test: + service: Disk + root: <%= Rails.root.join("tmp/storage") %> + +local: + service: Disk + root: <%= Rails.root.join("storage") %> + +# Use rails credentials:edit to set the AWS secrets (as aws:access_key_id|secret_access_key) +# amazon: +# service: S3 +# access_key_id: <%= Rails.application.credentials.dig(:aws, :access_key_id) %> +# secret_access_key: <%= Rails.application.credentials.dig(:aws, :secret_access_key) %> +# region: us-east-1 +# bucket: your_own_bucket + +# Remember not to checkin your GCS keyfile to a repository +# google: +# service: GCS +# project: your_project +# credentials: <%= Rails.root.join("path/to/gcs.keyfile") %> +# bucket: your_own_bucket + +# Use rails credentials:edit to set the Azure Storage secret (as azure_storage:storage_access_key) +# microsoft: +# service: AzureStorage +# storage_account_name: your_account_name +# storage_access_key: <%= Rails.application.credentials.dig(:azure_storage, :storage_access_key) %> +# container: your_container_name + +# mirror: +# service: Mirror +# primary: local +# mirrors: [ amazon, google, microsoft ] diff --git a/db/development.sqlite3 b/db/development.sqlite3 new file mode 100644 index 0000000..c499c9a Binary files /dev/null and b/db/development.sqlite3 differ diff --git a/db/migrate/20181101181053_devise_create_users.rb b/db/migrate/20181101181053_devise_create_users.rb new file mode 100644 index 0000000..f674a59 --- /dev/null +++ b/db/migrate/20181101181053_devise_create_users.rb @@ -0,0 +1,44 @@ +# frozen_string_literal: true + +class DeviseCreateUsers < ActiveRecord::Migration[5.2] + def change + create_table :users do |t| + ## Database authenticatable + t.string :email, null: false, default: "" + t.string :encrypted_password, null: false, default: "" + + ## Recoverable + t.string :reset_password_token + t.datetime :reset_password_sent_at + + ## Rememberable + t.datetime :remember_created_at + + ## Trackable + # t.integer :sign_in_count, default: 0, null: false + # t.datetime :current_sign_in_at + # t.datetime :last_sign_in_at + # t.string :current_sign_in_ip + # t.string :last_sign_in_ip + + ## Confirmable + # t.string :confirmation_token + # t.datetime :confirmed_at + # t.datetime :confirmation_sent_at + # t.string :unconfirmed_email # Only if using reconfirmable + + ## Lockable + # t.integer :failed_attempts, default: 0, null: false # Only if lock strategy is :failed_attempts + # t.string :unlock_token # Only if unlock strategy is :email or :both + # t.datetime :locked_at + + + t.timestamps null: false + end + + add_index :users, :email, unique: true + add_index :users, :reset_password_token, unique: true + # add_index :users, :confirmation_token, unique: true + # add_index :users, :unlock_token, unique: true + end +end diff --git a/db/migrate/20181101191905_add_name_to_users.rb b/db/migrate/20181101191905_add_name_to_users.rb new file mode 100644 index 0000000..af42193 --- /dev/null +++ b/db/migrate/20181101191905_add_name_to_users.rb @@ -0,0 +1,5 @@ +class AddNameToUsers < ActiveRecord::Migration[5.2] + def change + add_column :users, :name, :string + end +end diff --git a/db/migrate/20181101194515_devise_create_admins.rb b/db/migrate/20181101194515_devise_create_admins.rb new file mode 100644 index 0000000..c69bba3 --- /dev/null +++ b/db/migrate/20181101194515_devise_create_admins.rb @@ -0,0 +1,44 @@ +# frozen_string_literal: true + +class DeviseCreateAdmins < ActiveRecord::Migration[5.2] + def change + create_table :admins do |t| + ## Database authenticatable + t.string :email, null: false, default: "" + t.string :encrypted_password, null: false, default: "" + + ## Recoverable + t.string :reset_password_token + t.datetime :reset_password_sent_at + + ## Rememberable + t.datetime :remember_created_at + + ## Trackable + # t.integer :sign_in_count, default: 0, null: false + # t.datetime :current_sign_in_at + # t.datetime :last_sign_in_at + # t.string :current_sign_in_ip + # t.string :last_sign_in_ip + + ## Confirmable + # t.string :confirmation_token + # t.datetime :confirmed_at + # t.datetime :confirmation_sent_at + # t.string :unconfirmed_email # Only if using reconfirmable + + ## Lockable + # t.integer :failed_attempts, default: 0, null: false # Only if lock strategy is :failed_attempts + # t.string :unlock_token # Only if unlock strategy is :email or :both + # t.datetime :locked_at + + + t.timestamps null: false + end + + add_index :admins, :email, unique: true + add_index :admins, :reset_password_token, unique: true + # add_index :admins, :confirmation_token, unique: true + # add_index :admins, :unlock_token, unique: true + end +end diff --git a/db/migrate/20181101194648_add_admin_to_users.rb b/db/migrate/20181101194648_add_admin_to_users.rb new file mode 100644 index 0000000..aa6a7e9 --- /dev/null +++ b/db/migrate/20181101194648_add_admin_to_users.rb @@ -0,0 +1,5 @@ +class AddAdminToUsers < ActiveRecord::Migration[5.2] + def change + add_column :users, :admin, :boolean, default: false + end +end diff --git a/db/migrate/20181101194904_add_role_to_users.rb b/db/migrate/20181101194904_add_role_to_users.rb new file mode 100644 index 0000000..e38feb8 --- /dev/null +++ b/db/migrate/20181101194904_add_role_to_users.rb @@ -0,0 +1,5 @@ +class AddRoleToUsers < ActiveRecord::Migration[5.2] + def change + add_column :users, :role, :integer + end +end diff --git a/db/schema.rb b/db/schema.rb new file mode 100644 index 0000000..0fa24ab --- /dev/null +++ b/db/schema.rb @@ -0,0 +1,42 @@ +# 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: 2018_11_01_194904) do + + create_table "admins", force: :cascade do |t| + t.string "email", default: "", null: false + t.string "encrypted_password", default: "", null: false + t.string "reset_password_token" + t.datetime "reset_password_sent_at" + t.datetime "remember_created_at" + t.datetime "created_at", null: false + t.datetime "updated_at", null: false + t.index ["email"], name: "index_admins_on_email", unique: true + t.index ["reset_password_token"], name: "index_admins_on_reset_password_token", unique: true + end + + create_table "users", force: :cascade do |t| + t.string "email", default: "", null: false + t.string "encrypted_password", default: "", null: false + t.string "reset_password_token" + t.datetime "reset_password_sent_at" + t.datetime "remember_created_at" + t.datetime "created_at", null: false + t.datetime "updated_at", null: false + t.string "name" + t.boolean "admin", default: false + t.integer "role" + t.index ["email"], name: "index_users_on_email", unique: true + t.index ["reset_password_token"], name: "index_users_on_reset_password_token", unique: true + 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..8d66540 --- /dev/null +++ b/log/development.log @@ -0,0 +1,7528 @@ +  (0.1ms) SELECT sqlite_version(*) + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/bin/rake:23 +  (101.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY) + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/bin/rake:23 +  (119.8ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/bin/rake:23 +  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/bin/rake:23 +Migrating to DeviseCreateUsers (20181101181053) +  (0.1ms) begin transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/bin/rake:23 +  (1.0ms) CREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) + ↳ db/migrate/20181101181053_devise_create_users.rb:5 +  (0.3ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email") + ↳ db/migrate/20181101181053_devise_create_users.rb:39 +  (0.4ms) CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token") + ↳ db/migrate/20181101181053_devise_create_users.rb:40 + ActiveRecord::SchemaMigration Create (0.7ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20181101181053"]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/bin/rake:23 +  (104.2ms) commit transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/bin/rake:23 + ActiveRecord::InternalMetadata Load (0.3ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/bin/rake:23 +  (0.1ms) begin transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/bin/rake:23 + ActiveRecord::InternalMetadata Create (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2018-11-01 18:12:06.047174"], ["updated_at", "2018-11-01 18:12:06.047174"]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/bin/rake:23 +  (145.3ms) commit transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/bin/rake:23 +  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/bin/rake:23 +Started GET "/" for 127.0.0.1 at 2018-11-01 20:13:15 +0200 +  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 + +ActionController::RoutingError (uninitialized constant HomeController): + +bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:74:in `block in load_missing_constant' +bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:8:in `without_bootsnap_cache' +bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:74:in `rescue in load_missing_constant' +bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:56:in `load_missing_constant' +activesupport (5.2.1) lib/active_support/inflector/methods.rb:283:in `const_get' +activesupport (5.2.1) lib/active_support/inflector/methods.rb:283:in `block in constantize' +activesupport (5.2.1) lib/active_support/inflector/methods.rb:281:in `each' +activesupport (5.2.1) lib/active_support/inflector/methods.rb:281:in `inject' +activesupport (5.2.1) lib/active_support/inflector/methods.rb:281:in `constantize' +actionpack (5.2.1) lib/action_dispatch/http/request.rb:88:in `controller_class_for' +actionpack (5.2.1) lib/action_dispatch/http/request.rb:81:in `controller_class' +actionpack (5.2.1) lib/action_dispatch/routing/route_set.rb:46:in `controller' +actionpack (5.2.1) lib/action_dispatch/routing/route_set.rb:32:in `serve' +actionpack (5.2.1) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.1) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.1) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.1) lib/action_dispatch/routing/route_set.rb:840:in `call' +warden (1.2.7) lib/warden/manager.rb:36:in `block in call' +warden (1.2.7) lib/warden/manager.rb:35:in `catch' +warden (1.2.7) lib/warden/manager.rb:35:in `call' +rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' +rack (2.0.5) lib/rack/etag.rb:25:in `call' +rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' +rack (2.0.5) lib/rack/head.rb:12:in `call' +actionpack (5.2.1) lib/action_dispatch/http/content_security_policy.rb:18:in `call' +rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' +rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/cookies.rb:670:in `call' +activerecord (5.2.1) lib/active_record/migration.rb:559:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' +activesupport (5.2.1) lib/active_support/callbacks.rb:98:in `run_callbacks' +actionpack (5.2.1) lib/action_dispatch/middleware/callbacks.rb:26:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' +web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.1) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.5) lib/rack/method_override.rb:22:in `call' +rack (2.0.5) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.5) lib/rack/sendfile.rb:111:in `call' +railties (5.2.1) lib/rails/engine.rb:524:in `call' +puma (3.12.0) lib/puma/configuration.rb:225:in `call' +puma (3.12.0) lib/puma/server.rb:658:in `handle_request' +puma (3.12.0) lib/puma/server.rb:472:in `process_client' +puma (3.12.0) lib/puma/server.rb:332:in `block in run' +puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' +Started GET "/" for 127.0.0.1 at 2018-11-01 20:13:41 +0200 + +ActionController::RoutingError (uninitialized constant HomeController): + +bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:74:in `block in load_missing_constant' +bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:8:in `without_bootsnap_cache' +bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:74:in `rescue in load_missing_constant' +bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:56:in `load_missing_constant' +activesupport (5.2.1) lib/active_support/inflector/methods.rb:283:in `const_get' +activesupport (5.2.1) lib/active_support/inflector/methods.rb:283:in `block in constantize' +activesupport (5.2.1) lib/active_support/inflector/methods.rb:281:in `each' +activesupport (5.2.1) lib/active_support/inflector/methods.rb:281:in `inject' +activesupport (5.2.1) lib/active_support/inflector/methods.rb:281:in `constantize' +actionpack (5.2.1) lib/action_dispatch/http/request.rb:88:in `controller_class_for' +actionpack (5.2.1) lib/action_dispatch/http/request.rb:81:in `controller_class' +actionpack (5.2.1) lib/action_dispatch/routing/route_set.rb:46:in `controller' +actionpack (5.2.1) lib/action_dispatch/routing/route_set.rb:32:in `serve' +actionpack (5.2.1) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.1) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.1) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.1) lib/action_dispatch/routing/route_set.rb:840:in `call' +warden (1.2.7) lib/warden/manager.rb:36:in `block in call' +warden (1.2.7) lib/warden/manager.rb:35:in `catch' +warden (1.2.7) lib/warden/manager.rb:35:in `call' +rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' +rack (2.0.5) lib/rack/etag.rb:25:in `call' +rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' +rack (2.0.5) lib/rack/head.rb:12:in `call' +actionpack (5.2.1) lib/action_dispatch/http/content_security_policy.rb:18:in `call' +rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' +rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/cookies.rb:670:in `call' +activerecord (5.2.1) lib/active_record/migration.rb:559:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' +activesupport (5.2.1) lib/active_support/callbacks.rb:98:in `run_callbacks' +actionpack (5.2.1) lib/action_dispatch/middleware/callbacks.rb:26:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' +web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.1) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.5) lib/rack/method_override.rb:22:in `call' +rack (2.0.5) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.5) lib/rack/sendfile.rb:111:in `call' +railties (5.2.1) lib/rails/engine.rb:524:in `call' +puma (3.12.0) lib/puma/configuration.rb:225:in `call' +puma (3.12.0) lib/puma/server.rb:658:in `handle_request' +puma (3.12.0) lib/puma/server.rb:472:in `process_client' +puma (3.12.0) lib/puma/server.rb:332:in `block in run' +puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' +Started GET "/" for 127.0.0.1 at 2018-11-01 20:14:10 +0200 +  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 + +ActionController::RoutingError (uninitialized constant HomeController): + +bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:74:in `block in load_missing_constant' +bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:8:in `without_bootsnap_cache' +bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:74:in `rescue in load_missing_constant' +bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:56:in `load_missing_constant' +activesupport (5.2.1) lib/active_support/inflector/methods.rb:283:in `const_get' +activesupport (5.2.1) lib/active_support/inflector/methods.rb:283:in `block in constantize' +activesupport (5.2.1) lib/active_support/inflector/methods.rb:281:in `each' +activesupport (5.2.1) lib/active_support/inflector/methods.rb:281:in `inject' +activesupport (5.2.1) lib/active_support/inflector/methods.rb:281:in `constantize' +actionpack (5.2.1) lib/action_dispatch/http/request.rb:88:in `controller_class_for' +actionpack (5.2.1) lib/action_dispatch/http/request.rb:81:in `controller_class' +actionpack (5.2.1) lib/action_dispatch/routing/route_set.rb:46:in `controller' +actionpack (5.2.1) lib/action_dispatch/routing/route_set.rb:32:in `serve' +actionpack (5.2.1) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.1) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.1) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.1) lib/action_dispatch/routing/route_set.rb:840:in `call' +warden (1.2.7) lib/warden/manager.rb:36:in `block in call' +warden (1.2.7) lib/warden/manager.rb:35:in `catch' +warden (1.2.7) lib/warden/manager.rb:35:in `call' +rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' +rack (2.0.5) lib/rack/etag.rb:25:in `call' +rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' +rack (2.0.5) lib/rack/head.rb:12:in `call' +actionpack (5.2.1) lib/action_dispatch/http/content_security_policy.rb:18:in `call' +rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' +rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/cookies.rb:670:in `call' +activerecord (5.2.1) lib/active_record/migration.rb:559:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' +activesupport (5.2.1) lib/active_support/callbacks.rb:98:in `run_callbacks' +actionpack (5.2.1) lib/action_dispatch/middleware/callbacks.rb:26:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' +web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.1) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.5) lib/rack/method_override.rb:22:in `call' +rack (2.0.5) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.5) lib/rack/sendfile.rb:111:in `call' +railties (5.2.1) lib/rails/engine.rb:524:in `call' +puma (3.12.0) lib/puma/configuration.rb:225:in `call' +puma (3.12.0) lib/puma/server.rb:658:in `handle_request' +puma (3.12.0) lib/puma/server.rb:472:in `process_client' +puma (3.12.0) lib/puma/server.rb:332:in `block in run' +puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' +Started GET "/" for 127.0.0.1 at 2018-11-01 20:14:27 +0200 +  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 + +ActionController::RoutingError (uninitialized constant HomeController): + +bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:74:in `block in load_missing_constant' +bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:8:in `without_bootsnap_cache' +bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:74:in `rescue in load_missing_constant' +bootsnap (1.3.2) lib/bootsnap/load_path_cache/core_ext/active_support.rb:56:in `load_missing_constant' +activesupport (5.2.1) lib/active_support/inflector/methods.rb:283:in `const_get' +activesupport (5.2.1) lib/active_support/inflector/methods.rb:283:in `block in constantize' +activesupport (5.2.1) lib/active_support/inflector/methods.rb:281:in `each' +activesupport (5.2.1) lib/active_support/inflector/methods.rb:281:in `inject' +activesupport (5.2.1) lib/active_support/inflector/methods.rb:281:in `constantize' +actionpack (5.2.1) lib/action_dispatch/http/request.rb:88:in `controller_class_for' +actionpack (5.2.1) lib/action_dispatch/http/request.rb:81:in `controller_class' +actionpack (5.2.1) lib/action_dispatch/routing/route_set.rb:46:in `controller' +actionpack (5.2.1) lib/action_dispatch/routing/route_set.rb:32:in `serve' +actionpack (5.2.1) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.1) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.1) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.1) lib/action_dispatch/routing/route_set.rb:840:in `call' +warden (1.2.7) lib/warden/manager.rb:36:in `block in call' +warden (1.2.7) lib/warden/manager.rb:35:in `catch' +warden (1.2.7) lib/warden/manager.rb:35:in `call' +rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' +rack (2.0.5) lib/rack/etag.rb:25:in `call' +rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' +rack (2.0.5) lib/rack/head.rb:12:in `call' +actionpack (5.2.1) lib/action_dispatch/http/content_security_policy.rb:18:in `call' +rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' +rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/cookies.rb:670:in `call' +activerecord (5.2.1) lib/active_record/migration.rb:559:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' +activesupport (5.2.1) lib/active_support/callbacks.rb:98:in `run_callbacks' +actionpack (5.2.1) lib/action_dispatch/middleware/callbacks.rb:26:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' +web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.1) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.5) lib/rack/method_override.rb:22:in `call' +rack (2.0.5) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.5) lib/rack/sendfile.rb:111:in `call' +railties (5.2.1) lib/rails/engine.rb:524:in `call' +puma (3.12.0) lib/puma/configuration.rb:225:in `call' +puma (3.12.0) lib/puma/server.rb:658:in `handle_request' +puma (3.12.0) lib/puma/server.rb:472:in `process_client' +puma (3.12.0) lib/puma/server.rb:332:in `block in run' +puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' +Started GET "/" for 127.0.0.1 at 2018-11-01 20:17:18 +0200 +Processing by Rails::WelcomeController#index as HTML + Rendering /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/railties-5.2.1/lib/rails/templates/rails/welcome/index.html.erb + Rendered /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/railties-5.2.1/lib/rails/templates/rails/welcome/index.html.erb (4.1ms) +Completed 200 OK in 22ms (Views: 7.8ms | ActiveRecord: 0.0ms) + + +Started GET "/persons/profile" for 127.0.0.1 at 2018-11-01 20:17:53 +0200 +Processing by PersonsController#profile as HTML + Rendering persons/profile.html.erb within layouts/application + Rendered persons/profile.html.erb within layouts/application (0.6ms) +Completed 200 OK in 1984ms (Views: 1981.7ms | ActiveRecord: 0.0ms) + + +Started GET "/persons" for 127.0.0.1 at 2018-11-01 20:18:01 +0200 + +ActionController::RoutingError (No route matches [GET] "/persons"): + +actionpack (5.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.1) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.5) lib/rack/method_override.rb:22:in `call' +rack (2.0.5) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.5) lib/rack/sendfile.rb:111:in `call' +railties (5.2.1) lib/rails/engine.rb:524:in `call' +puma (3.12.0) lib/puma/configuration.rb:225:in `call' +puma (3.12.0) lib/puma/server.rb:658:in `handle_request' +puma (3.12.0) lib/puma/server.rb:472:in `process_client' +puma (3.12.0) lib/puma/server.rb:332:in `block in run' +puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' +Started GET "/persons/profile" for 127.0.0.1 at 2018-11-01 20:18:13 +0200 +Processing by PersonsController#profile as HTML + Rendering persons/profile.html.erb within layouts/application + Rendered persons/profile.html.erb within layouts/application (0.4ms) +Completed 200 OK in 58ms (Views: 56.3ms | ActiveRecord: 0.0ms) + + +Started GET "/persons/profile" for 127.0.0.1 at 2018-11-01 20:18:35 +0200 +Processing by PersonsController#profile as HTML + Rendering persons/profile.html.erb within layouts/application + Rendered persons/profile.html.erb within layouts/application (5.3ms) +Completed 200 OK in 37ms (Views: 35.1ms | ActiveRecord: 0.0ms) + + +Started GET "/users/sign_in" for 127.0.0.1 at 2018-11-01 20:18:36 +0200 +Processing by Devise::SessionsController#new as HTML + Rendering devise/sessions/new.html.erb within layouts/application + Rendered devise/shared/_links.html.erb (2.4ms) + Rendered devise/sessions/new.html.erb within layouts/application (97.9ms) +Completed 200 OK in 156ms (Views: 129.7ms | ActiveRecord: 1.5ms) + + +Started GET "/users/sign_up" for 127.0.0.1 at 2018-11-01 20:18:51 +0200 +Processing by Devise::RegistrationsController#new as HTML + Rendering devise/registrations/new.html.erb within layouts/application + Rendered devise/shared/_links.html.erb (2.6ms) + Rendered devise/registrations/new.html.erb within layouts/application (9.0ms) +Completed 200 OK in 62ms (Views: 58.3ms | ActiveRecord: 0.0ms) + + +Started POST "/users" for 127.0.0.1 at 2018-11-01 20:19:03 +0200 +Processing by Devise::RegistrationsController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"Tr/zkHfxt0mz3onwKb514Rq6j5bSiLdk2Z6IoGqgonaOTjf3IkUut75FxXIr8y/M2irhyYKPZ0Gdq5kQnufgRA==", "user"=>{"email"=>"yarmolenko.dany@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"} +  (0.1ms) begin transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 + User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "yarmolenko.dany@gmail.com"], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 + User Create (1.6ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "yarmolenko.dany@gmail.com"], ["encrypted_password", "$2a$11$G6wlj1.SuMjb6NmxOukwSOyl2MpIhgrFoKVAtVrMuScyK61gE9oGu"], ["created_at", "2018-11-01 18:19:03.850265"], ["updated_at", "2018-11-01 18:19:03.850265"]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +  (91.0ms) commit transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Redirected to http://localhost:3000/persons/profile +Completed 302 Found in 385ms (ActiveRecord: 93.0ms) + + +Started GET "/persons/profile" for 127.0.0.1 at 2018-11-01 20:19:03 +0200 +Processing by PersonsController#profile as HTML + Rendering persons/profile.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/views/persons/profile.html.erb:1 + Rendered persons/profile.html.erb within layouts/application (11.7ms) +Completed 200 OK in 63ms (Views: 60.6ms | ActiveRecord: 0.3ms) + + +Started GET "/persons/profile" for 127.0.0.1 at 2018-11-01 20:19:50 +0200 +Processing by PersonsController#profile as HTML + Rendering persons/profile.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/views/persons/profile.html.erb:1 + Rendered persons/profile.html.erb within layouts/application (4.6ms) +Completed 200 OK in 62ms (Views: 58.2ms | ActiveRecord: 0.4ms) + + +Started GET "/persons/profile" for 127.0.0.1 at 2018-11-01 20:19:52 +0200 +Processing by PersonsController#profile as HTML + Rendering persons/profile.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/views/persons/profile.html.erb:1 + Rendered persons/profile.html.erb within layouts/application (4.2ms) +Completed 200 OK in 57ms (Views: 54.6ms | ActiveRecord: 0.3ms) + + +Started GET "/persons/profile" for 127.0.0.1 at 2018-11-01 20:19:59 +0200 +Processing by PersonsController#profile as HTML + Rendering persons/profile.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/views/persons/profile.html.erb:1 + Rendered persons/profile.html.erb within layouts/application (3.7ms) +Completed 200 OK in 45ms (Views: 43.0ms | ActiveRecord: 0.3ms) + + +Started GET "/persons/profile" for 127.0.0.1 at 2018-11-01 20:20:01 +0200 +Processing by PersonsController#profile as HTML + Rendering persons/profile.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/views/persons/profile.html.erb:1 + Rendered persons/profile.html.erb within layouts/application (3.2ms) +Completed 200 OK in 35ms (Views: 33.0ms | ActiveRecord: 0.4ms) + + +Started GET "/persons/profile" for 127.0.0.1 at 2018-11-01 20:20:09 +0200 +Processing by PersonsController#profile as HTML + Rendering persons/profile.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/views/persons/profile.html.erb:1 + Rendered persons/profile.html.erb within layouts/application (2.2ms) +Completed 200 OK in 32ms (Views: 29.8ms | ActiveRecord: 0.3ms) + + +Started GET "/persons/profile" for 127.0.0.1 at 2018-11-01 20:20:10 +0200 +Processing by PersonsController#profile as HTML + Rendering persons/profile.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/views/persons/profile.html.erb:1 + Rendered persons/profile.html.erb within layouts/application (3.4ms) +Completed 200 OK in 36ms (Views: 33.7ms | ActiveRecord: 0.4ms) + + +Started GET "/persons/profile" for 127.0.0.1 at 2018-11-01 20:20:16 +0200 +Processing by PersonsController#profile as HTML + Rendering persons/profile.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/views/persons/profile.html.erb:1 + Rendered persons/profile.html.erb within layouts/application (3.6ms) +Completed 200 OK in 36ms (Views: 34.0ms | ActiveRecord: 0.4ms) + + +Started GET "/persons/profile" for 127.0.0.1 at 2018-11-01 20:20:17 +0200 +Processing by PersonsController#profile as HTML + Rendering persons/profile.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/views/persons/profile.html.erb:1 + Rendered persons/profile.html.erb within layouts/application (2.7ms) +Completed 200 OK in 35ms (Views: 32.8ms | ActiveRecord: 0.3ms) + + +Started GET "/persons/profile" for 127.0.0.1 at 2018-11-01 20:20:29 +0200 +Processing by PersonsController#profile as HTML + Rendering persons/profile.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/views/persons/profile.html.erb:1 + Rendered persons/profile.html.erb within layouts/application (3.4ms) +Completed 200 OK in 38ms (Views: 35.7ms | ActiveRecord: 0.4ms) + + +Started DELETE "/users/sign_out" for 127.0.0.1 at 2018-11-01 20:20:31 +0200 +Processing by Devise::SessionsController#destroy as HTML + Parameters: {"authenticity_token"=>"znLLhbZvdH4MUAvwodD6Km9L9kBuhfftCqFhlyYjMVbQRXX7zTrtqnsc3ymYmsW0vIC5tHC2QCZZYKT7wJD7Rg=="} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +  (0.1ms) begin transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +  (0.1ms) commit transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Redirected to http://localhost:3000/ +Completed 302 Found in 39ms (ActiveRecord: 0.4ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-01 20:20:31 +0200 +Processing by Rails::WelcomeController#index as HTML + Rendering /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/railties-5.2.1/lib/rails/templates/rails/welcome/index.html.erb + Rendered /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/railties-5.2.1/lib/rails/templates/rails/welcome/index.html.erb (5.1ms) +Completed 200 OK in 10ms (Views: 7.3ms | ActiveRecord: 0.0ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-01 20:22:58 +0200 +Processing by Rails::WelcomeController#index as HTML + Rendering /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/railties-5.2.1/lib/rails/templates/rails/welcome/index.html.erb + Rendered /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/railties-5.2.1/lib/rails/templates/rails/welcome/index.html.erb (4.5ms) +Completed 200 OK in 8ms (Views: 6.2ms | ActiveRecord: 0.0ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-01 20:23:24 +0200 +  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Processing by Rails::WelcomeController#index as HTML + Rendering /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/railties-5.2.1/lib/rails/templates/rails/welcome/index.html.erb + Rendered /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/railties-5.2.1/lib/rails/templates/rails/welcome/index.html.erb (4.0ms) +Completed 200 OK in 18ms (Views: 6.8ms | ActiveRecord: 0.0ms) + + +Started GET "/persons/profile" for 127.0.0.1 at 2018-11-01 20:23:32 +0200 +Processing by PersonsController#profile as HTML + Rendering persons/profile.html.erb within layouts/application + Rendered persons/profile.html.erb within layouts/application (5.8ms) +Completed 200 OK in 261ms (Views: 259.6ms | ActiveRecord: 0.0ms) + + +Started GET "/persons/profile" for 127.0.0.1 at 2018-11-01 20:24:41 +0200 +Processing by PersonsController#profile as HTML + Rendering persons/profile.html.erb within layouts/application + Rendered persons/profile.html.erb within layouts/application (1.1ms) +Completed 200 OK in 35ms (Views: 33.3ms | ActiveRecord: 0.0ms) + + +Started GET "/users/sign_in" for 127.0.0.1 at 2018-11-01 20:24:44 +0200 +Processing by Devise::SessionsController#new as HTML + Rendering devise/sessions/new.html.erb within layouts/application + Rendered devise/shared/_links.html.erb (2.6ms) + Rendered devise/sessions/new.html.erb within layouts/application (20.2ms) +Completed 200 OK in 73ms (Views: 51.9ms | ActiveRecord: 1.3ms) + + +Started POST "/users/sign_in" for 127.0.0.1 at 2018-11-01 20:24:48 +0200 +Processing by Devise::SessionsController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"2l6E9Wow2JUzD0Q+q9P+kNOngiBcpHXU9pv5sanDEiqHjC5Q1TFo+1XeLjU5cT2Dht2yrG21vaYHW7fdKc/yVA==", "user"=>{"email"=>"yarmolenko.dany@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"1"}, "commit"=>"Log in"} + User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ? [["email", "yarmolenko.dany@gmail.com"], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +  (0.1ms) begin transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 + User Update (0.4ms) UPDATE "users" SET "remember_created_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["remember_created_at", "2018-11-01 18:24:48.990787"], ["updated_at", "2018-11-01 18:24:48.992773"], ["id", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +  (71.9ms) commit transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Redirected to http://localhost:3000/persons/profile +Completed 302 Found in 391ms (ActiveRecord: 73.1ms) + + +Started GET "/persons/profile" for 127.0.0.1 at 2018-11-01 20:24:49 +0200 +Processing by PersonsController#profile as HTML + Rendering persons/profile.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/views/persons/profile.html.erb:1 + Rendered persons/profile.html.erb within layouts/application (2.6ms) +Completed 200 OK in 26ms (Views: 23.7ms | ActiveRecord: 0.3ms) + + +Started GET "/persons/profile" for 127.0.0.1 at 2018-11-01 20:27:52 +0200 +Processing by PersonsController#profile as HTML + Rendering persons/profile.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/views/persons/profile.html.erb:1 + Rendered persons/profile.html.erb within layouts/application (3.0ms) +Completed 200 OK in 28ms (Views: 26.4ms | ActiveRecord: 0.4ms) + + +Started GET "/persons/profile" for 127.0.0.1 at 2018-11-01 20:28:14 +0200 +Processing by PersonsController#profile as HTML + Rendering persons/profile.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/views/persons/profile.html.erb:1 + Rendered persons/profile.html.erb within layouts/application (3.1ms) +Completed 200 OK in 29ms (Views: 27.1ms | ActiveRecord: 0.3ms) + + +Started DELETE "/users/sign_out" for 127.0.0.1 at 2018-11-01 20:46:55 +0200 +Processing by Devise::SessionsController#destroy as HTML + Parameters: {"authenticity_token"=>"7L67arT81v9aXcHCQBRAyXG/RJ1FHqwgvBm+0TWYQ0+EhMuFo4GQ3X/2Iomt4pTuEAl35xyzaZbkB4zUA+JWCg=="} + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +  (0.1ms) begin transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 + User Update (1.2ms) UPDATE "users" SET "remember_created_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["remember_created_at", nil], ["updated_at", "2018-11-01 18:46:55.103700"], ["id", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +  (118.0ms) commit transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Redirected to http://localhost:3000/ +Completed 302 Found in 146ms (ActiveRecord: 120.7ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-01 20:46:55 +0200 +Processing by Rails::WelcomeController#index as HTML + Rendering /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/railties-5.2.1/lib/rails/templates/rails/welcome/index.html.erb + Rendered /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/railties-5.2.1/lib/rails/templates/rails/welcome/index.html.erb (5.1ms) +Completed 200 OK in 9ms (Views: 7.1ms | ActiveRecord: 0.0ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-01 20:47:33 +0200 +Processing by Rails::WelcomeController#index as HTML + Rendering /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/railties-5.2.1/lib/rails/templates/rails/welcome/index.html.erb + Rendered /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/railties-5.2.1/lib/rails/templates/rails/welcome/index.html.erb (4.9ms) +Completed 200 OK in 8ms (Views: 6.2ms | ActiveRecord: 0.0ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-01 20:47:41 +0200 +Processing by Rails::WelcomeController#index as HTML + Rendering /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/railties-5.2.1/lib/rails/templates/rails/welcome/index.html.erb + Rendered /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/railties-5.2.1/lib/rails/templates/rails/welcome/index.html.erb (3.9ms) +Completed 200 OK in 7ms (Views: 5.3ms | ActiveRecord: 0.0ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-01 20:50:05 +0200 +  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + Rendered home/index.html.erb within layouts/application (0.8ms) +Completed 500 Internal Server Error in 397ms (ActiveRecord: 0.0ms) + + + +ActionView::Template::Error (undefined method `email' for nil:NilClass): + 14: <%= yield %> + 15:

<%= notice %>

+ 16:

<%= alert %>

+ 17:

<%= current_user.email %>

+ 18: + 19: + 20: + +app/views/layouts/application.html.erb:17:in `_app_views_layouts_application_html_erb___55064653203140582_47185145344480' +Started GET "/" for 127.0.0.1 at 2018-11-01 20:50:26 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + Rendered home/index.html.erb within layouts/application (0.7ms) +Completed 200 OK in 65ms (Views: 63.6ms | ActiveRecord: 0.0ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-01 20:51:34 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + Rendered home/index.html.erb within layouts/application (0.7ms) +Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.0ms) + + + +SyntaxError (/home/yarmolenko/Desktop/Geekhub/ruby/Homework3/users/app/views/layouts/application.html.erb:17: syntax error, unexpected ')', expecting keyword_then or ';' or '\n' +...rrent_user current_user.email );@output_buffer.safe_append='... +... ^ +/home/yarmolenko/Desktop/Geekhub/ruby/Homework3/users/app/views/layouts/application.html.erb:23: syntax error, unexpected keyword_ensure, expecting ')' + ensure + ^~~~~~ +/home/yarmolenko/Desktop/Geekhub/ruby/Homework3/users/app/views/layouts/application.html.erb:25: syntax error, unexpected keyword_end, expecting ')' + end + ^~~): + +app/views/layouts/application.html.erb:17: syntax error, unexpected ')', expecting keyword_then or ';' or '\n' +app/views/layouts/application.html.erb:23: syntax error, unexpected keyword_ensure, expecting ')' +app/views/layouts/application.html.erb:25: syntax error, unexpected keyword_end, expecting ')' +Started GET "/" for 127.0.0.1 at 2018-11-01 20:51:49 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + Rendered home/index.html.erb within layouts/application (0.7ms) +Completed 200 OK in 39ms (Views: 37.4ms | ActiveRecord: 0.0ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-01 20:55:25 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + Rendered home/index.html.erb within layouts/application (2.2ms) +Completed 200 OK in 35ms (Views: 33.5ms | ActiveRecord: 0.0ms) + + +Started GET "/users/sign_in" for 127.0.0.1 at 2018-11-01 20:55:26 +0200 +Processing by Devise::SessionsController#new as HTML + Rendering devise/sessions/new.html.erb within layouts/application + Rendered devise/shared/_links.html.erb (3.3ms) + Rendered devise/sessions/new.html.erb within layouts/application (18.9ms) +Completed 200 OK in 81ms (Views: 60.7ms | ActiveRecord: 1.6ms) + + +Started POST "/users/sign_in" for 127.0.0.1 at 2018-11-01 20:55:29 +0200 +Processing by Devise::SessionsController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"QsB0l+kDQWEd5//cBN+WniRlmJegC1vhdY8AR7iPSnfpQsgAE1AITf81CTZ0SWn8pXWqn7aO+/7M5C91Lhoasw==", "user"=>{"email"=>"yarmolenko.dany@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"} + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ? [["email", "yarmolenko.dany@gmail.com"], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Redirected to http://localhost:3000/persons/profile +Completed 302 Found in 304ms (ActiveRecord: 0.3ms) + + +Started GET "/persons/profile" for 127.0.0.1 at 2018-11-01 20:55:29 +0200 +Processing by PersonsController#profile as HTML + Rendering persons/profile.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/views/persons/profile.html.erb:1 + Rendered persons/profile.html.erb within layouts/application (3.8ms) +Completed 200 OK in 39ms (Views: 36.1ms | ActiveRecord: 0.4ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-01 20:55:53 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (2.5ms) +Completed 200 OK in 32ms (Views: 29.8ms | ActiveRecord: 0.2ms) + + +Started GET "/users/sign_out" for 127.0.0.1 at 2018-11-01 20:56:08 +0200 + +ActionController::RoutingError (No route matches [GET] "/users/sign_out"): + +actionpack (5.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.1) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.5) lib/rack/method_override.rb:22:in `call' +rack (2.0.5) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.5) lib/rack/sendfile.rb:111:in `call' +railties (5.2.1) lib/rails/engine.rb:524:in `call' +puma (3.12.0) lib/puma/configuration.rb:225:in `call' +puma (3.12.0) lib/puma/server.rb:658:in `handle_request' +puma (3.12.0) lib/puma/server.rb:472:in `process_client' +puma (3.12.0) lib/puma/server.rb:332:in `block in run' +puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' +Started GET "/" for 127.0.0.1 at 2018-11-01 20:57:46 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (19.1ms) +Completed 200 OK in 50ms (Views: 46.9ms | ActiveRecord: 1.9ms) + + +Started DELETE "/users/sign_out" for 127.0.0.1 at 2018-11-01 20:58:13 +0200 +Processing by Devise::SessionsController#destroy as HTML + Parameters: {"authenticity_token"=>"BF1pJ/VPBYocfDQQ68Sf6mU6bZ0NwjzI2O/cCRiK8FaSSqQCckm/u7WIcmsmfyxq5oW2M2vhK2fx9nkhZqV7cg=="} + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +  (0.1ms) begin transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +  (0.1ms) commit transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Redirected to http://localhost:3000/ +Completed 302 Found in 31ms (ActiveRecord: 2.3ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-01 20:58:13 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + Rendered home/index.html.erb within layouts/application (1.9ms) +Completed 200 OK in 44ms (Views: 41.9ms | ActiveRecord: 0.0ms) + + +Started GET "/users/sign_up" for 127.0.0.1 at 2018-11-01 20:58:14 +0200 +Processing by Devise::RegistrationsController#new as HTML + Rendering devise/registrations/new.html.erb within layouts/application + Rendered devise/shared/_links.html.erb (2.2ms) + Rendered devise/registrations/new.html.erb within layouts/application (7.0ms) +Completed 200 OK in 36ms (Views: 34.0ms | ActiveRecord: 0.0ms) + + +Started POST "/users" for 127.0.0.1 at 2018-11-01 20:58:30 +0200 +Processing by Devise::RegistrationsController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"esJX55gsECp4JKpjEymhyYfA9DHImEqXCWZw1m+usWmoJDaInwDuzLMqht70rj4G4q7VHNFU9o/fG0xAGEBZSQ==", "user"=>{"email"=>"yarmolenko@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"} +  (0.1ms) begin transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 + User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "yarmolenko@gmail.com"], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 + User Create (2.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "yarmolenko@gmail.com"], ["encrypted_password", "$2a$11$CS2V0aJ.p.5AinCfwSi1.OPRBBeHjGj26C6iIbfZUlzWCdi.S0pAm"], ["created_at", "2018-11-01 18:58:30.761744"], ["updated_at", "2018-11-01 18:58:30.761744"]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +  (74.7ms) commit transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Redirected to http://localhost:3000/persons/profile +Completed 302 Found in 322ms (ActiveRecord: 77.3ms) + + +Started GET "/persons/profile" for 127.0.0.1 at 2018-11-01 20:58:30 +0200 +Processing by PersonsController#profile as HTML + Rendering persons/profile.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 2], ["LIMIT", 1]] + ↳ app/views/persons/profile.html.erb:1 + Rendered persons/profile.html.erb within layouts/application (2.3ms) +Completed 200 OK in 40ms (Views: 37.6ms | ActiveRecord: 0.3ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-01 20:58:39 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 2], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (4.1ms) +Completed 200 OK in 44ms (Views: 41.9ms | ActiveRecord: 0.5ms) + + +Started DELETE "/users/sign_out" for 127.0.0.1 at 2018-11-01 20:58:44 +0200 +Processing by Devise::SessionsController#destroy as HTML + Parameters: {"authenticity_token"=>"jlF6HB2E0uS/+axGGZ32MRIkr97D8EarJYWG5hud9NibP5Cbhv3afWd0PVC7D6CaWYCu0bWC2je+zW2dQ9c86Q=="} + User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 2], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +  (0.1ms) begin transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +  (0.1ms) commit transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Redirected to http://localhost:3000/ +Completed 302 Found in 9ms (ActiveRecord: 1.1ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-01 20:58:44 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + Rendered home/index.html.erb within layouts/application (1.5ms) +Completed 200 OK in 31ms (Views: 28.9ms | ActiveRecord: 0.0ms) + + +Started GET "/users/sign_in" for 127.0.0.1 at 2018-11-01 20:58:46 +0200 +Processing by Devise::SessionsController#new as HTML + Rendering devise/sessions/new.html.erb within layouts/application + Rendered devise/shared/_links.html.erb (2.8ms) + Rendered devise/sessions/new.html.erb within layouts/application (8.8ms) +Completed 200 OK in 48ms (Views: 45.8ms | ActiveRecord: 0.0ms) + + +Started POST "/users/sign_in" for 127.0.0.1 at 2018-11-01 20:58:48 +0200 +Processing by Devise::SessionsController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"IIBxTQKWg6Jk/TxdxL9XKia/wHMOrZ8l8NO48yY3vtUAwJMh5sBNSMOeBCNnAR3agEJ7SRk4R12rgcieeCj1uw==", "user"=>{"email"=>"yarmolenko@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"} + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ? [["email", "yarmolenko@gmail.com"], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Redirected to http://localhost:3000/persons/profile +Completed 302 Found in 240ms (ActiveRecord: 0.3ms) + + +Started GET "/persons/profile" for 127.0.0.1 at 2018-11-01 20:58:49 +0200 +Processing by PersonsController#profile as HTML + Rendering persons/profile.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 2], ["LIMIT", 1]] + ↳ app/views/persons/profile.html.erb:1 + Rendered persons/profile.html.erb within layouts/application (2.8ms) +Completed 200 OK in 31ms (Views: 28.7ms | ActiveRecord: 0.3ms) + + +Started GET "/persons/profile" for 127.0.0.1 at 2018-11-01 21:12:27 +0200 +Processing by PersonsController#profile as HTML + Rendering persons/profile.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 2], ["LIMIT", 1]] + ↳ app/views/persons/profile.html.erb:2 + Rendered persons/profile.html.erb within layouts/application (11.2ms) +Completed 500 Internal Server Error in 16ms (ActiveRecord: 0.4ms) + + + +ActionView::Template::Error (undefined method `name' for #): + 1:
+ 2:

Profil.name <% current_user.name %>

+ 3:
+ +app/views/persons/profile.html.erb:2:in `_app_views_persons_profile_html_erb___2206814438526658247_70266388395740' +Started GET "/users/edit" for 127.0.0.1 at 2018-11-01 21:13:24 +0200 +Processing by Devise::RegistrationsController#edit as HTML + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 2], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 + Rendering devise/registrations/edit.html.erb within layouts/application + Rendered devise/registrations/edit.html.erb within layouts/application (5.2ms) +Completed 200 OK in 75ms (Views: 71.8ms | ActiveRecord: 0.4ms) + + +  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/bin/rake:23 +Migrating to AddNameToUsers (20181101191905) +  (0.2ms) begin transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/bin/rake:23 +  (15.5ms) ALTER TABLE "users" ADD "name" varchar + ↳ db/migrate/20181101191905_add_name_to_users.rb:3 + ActiveRecord::SchemaMigration Create (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20181101191905"]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/bin/rake:23 +  (83.2ms) commit transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/bin/rake:23 + ActiveRecord::InternalMetadata Load (0.6ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/bin/rake:23 +  (0.1ms) begin transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/bin/rake:23 +  (0.0ms) commit transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/bin/rake:23 +  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/bin/rake:23 +Started GET "/persons/profile" for 127.0.0.1 at 2018-11-01 21:22:34 +0200 +  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Processing by PersonsController#profile as HTML + Rendering persons/profile.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 2], ["LIMIT", 1]] + ↳ app/views/persons/profile.html.erb:2 + Rendered persons/profile.html.erb within layouts/application (20.5ms) +Completed 200 OK in 311ms (Views: 298.7ms | ActiveRecord: 1.4ms) + + +Started GET "/persons/profile" for 127.0.0.1 at 2018-11-01 21:23:11 +0200 +Processing by PersonsController#profile as HTML + Rendering persons/profile.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 2], ["LIMIT", 1]] + ↳ app/views/persons/profile.html.erb:2 + Rendered persons/profile.html.erb within layouts/application (2.3ms) +Completed 200 OK in 34ms (Views: 32.3ms | ActiveRecord: 0.4ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-01 21:23:17 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 2], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (3.7ms) +Completed 200 OK in 42ms (Views: 39.9ms | ActiveRecord: 0.4ms) + + +Started GET "/users/edit" for 127.0.0.1 at 2018-11-01 21:23:27 +0200 +Processing by Devise::RegistrationsController#edit as HTML + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 2], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 + Rendering devise/registrations/edit.html.erb within layouts/application + Rendered devise/registrations/edit.html.erb within layouts/application (11.2ms) +Completed 200 OK in 44ms (Views: 40.1ms | ActiveRecord: 0.3ms) + + +Started PUT "/users" for 127.0.0.1 at 2018-11-01 21:23:33 +0200 +Processing by Devise::RegistrationsController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"GZ2PqKu1xyRv87FNeGiBEuVKXKKLXVz0ehNHaq7D1OxmNdSQ5LsUrFZAVZJd8sts3iKUHP0bqx+Kyx9o1eR7wA==", "user"=>{"name"=>"Daniil", "email"=>"yarmolenko@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "current_password"=>"[FILTERED]"}, "commit"=>"Update"} + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 2], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 + User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Unpermitted parameter: :name + Rendering devise/registrations/edit.html.erb within layouts/application + Rendered devise/registrations/edit.html.erb within layouts/application (4.9ms) +Completed 200 OK in 271ms (Views: 29.7ms | ActiveRecord: 0.8ms) + + +Started PUT "/users" for 127.0.0.1 at 2018-11-01 21:23:48 +0200 +Processing by Devise::RegistrationsController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"kmx24ycmWWFuh8SDjXQTiaDkgguDHVyge995gIqaoxztxC3baCiK6Vc0IFyo7ln3m4xKtfVbq0uLByGC8b0MMA==", "user"=>{"name"=>"Daniil", "email"=>"yarmolenko@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "current_password"=>"[FILTERED]"}, "commit"=>"Update"} + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 2], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Unpermitted parameter: :name +  (0.1ms) begin transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +  (0.1ms) commit transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Redirected to http://localhost:3000/persons/profile +Completed 302 Found in 240ms (ActiveRecord: 0.8ms) + + +Started GET "/persons/profile" for 127.0.0.1 at 2018-11-01 21:23:49 +0200 +Processing by PersonsController#profile as HTML + Rendering persons/profile.html.erb within layouts/application + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 2], ["LIMIT", 1]] + ↳ app/views/persons/profile.html.erb:2 + Rendered persons/profile.html.erb within layouts/application (2.3ms) +Completed 200 OK in 49ms (Views: 47.7ms | ActiveRecord: 0.2ms) + + +Started GET "/persons/profile" for 127.0.0.1 at 2018-11-01 21:23:55 +0200 +Processing by PersonsController#profile as HTML + Rendering persons/profile.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 2], ["LIMIT", 1]] + ↳ app/views/persons/profile.html.erb:2 + Rendered persons/profile.html.erb within layouts/application (2.8ms) +Completed 200 OK in 36ms (Views: 33.6ms | ActiveRecord: 0.4ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-01 21:24:00 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 2], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (2.8ms) +Completed 200 OK in 33ms (Views: 30.8ms | ActiveRecord: 0.3ms) + + +Started DELETE "/users/sign_out" for 127.0.0.1 at 2018-11-01 21:24:04 +0200 +Processing by Devise::SessionsController#destroy as HTML + Parameters: {"authenticity_token"=>"63ztHaQVl1NZRiRcpMfitxNgMGyP+bkpDA5DUSsUhYKU1LYl6xtE22D1wIOBXajJKAj40vm/TsL81htTUDMqrg=="} + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 2], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +  (0.1ms) begin transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +  (0.1ms) commit transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Redirected to http://localhost:3000/ +Completed 302 Found in 8ms (ActiveRecord: 0.4ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-01 21:24:04 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + Rendered home/index.html.erb within layouts/application (8.2ms) +Completed 200 OK in 48ms (Views: 45.9ms | ActiveRecord: 0.0ms) + + +Started GET "/users/sign_in" for 127.0.0.1 at 2018-11-01 21:24:06 +0200 +Processing by Devise::SessionsController#new as HTML + Rendering devise/sessions/new.html.erb within layouts/application + Rendered devise/shared/_links.html.erb (2.6ms) + Rendered devise/sessions/new.html.erb within layouts/application (10.1ms) +Completed 200 OK in 43ms (Views: 41.2ms | ActiveRecord: 0.0ms) + + +Started POST "/users/sign_in" for 127.0.0.1 at 2018-11-01 21:24:12 +0200 +Processing by Devise::SessionsController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"fqjhk+6Oyai4A7lH9xp/FusvcnwkeMUj4OedM9KcFhVPdjwM2ZGYvLMBKU3Hv5kJTaFxOhh9J6c88t5YMpCsLw==", "user"=>{"email"=>"yarmolenko.dany@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"} + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ? [["email", "yarmolenko.dany@gmail.com"], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Redirected to http://localhost:3000/persons/profile +Completed 302 Found in 235ms (ActiveRecord: 0.4ms) + + +Started GET "/persons/profile" for 127.0.0.1 at 2018-11-01 21:24:12 +0200 +Processing by PersonsController#profile as HTML + Rendering persons/profile.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/views/persons/profile.html.erb:2 + Rendered persons/profile.html.erb within layouts/application (2.1ms) +Completed 200 OK in 31ms (Views: 29.0ms | ActiveRecord: 0.3ms) + + +Started GET "/users/edit" for 127.0.0.1 at 2018-11-01 21:33:55 +0200 +Processing by Devise::RegistrationsController#edit as HTML + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 + Rendering devise/registrations/edit.html.erb within layouts/application + Rendered devise/registrations/edit.html.erb within layouts/application (8.0ms) +Completed 200 OK in 53ms (Views: 49.4ms | ActiveRecord: 0.4ms) + + +Started PUT "/users" for 127.0.0.1 at 2018-11-01 21:34:02 +0200 +Processing by Devise::RegistrationsController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"geLy+cAvh4Q2nyD0WjqzDlfen9jpAUX/QQfSWKv6uE1zYE7AFXscDqE5So75EGTN8PKOO7TMQTJNQtbHRhNsew==", "user"=>{"name"=>"Daniil", "email"=>"yarmolenko.dany@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "current_password"=>"[FILTERED]"}, "commit"=>"Update"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Unpermitted parameter: :name +  (0.1ms) begin transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +  (0.1ms) commit transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Redirected to http://localhost:3000/persons/profile +Completed 302 Found in 243ms (ActiveRecord: 0.7ms) + + +Started GET "/persons/profile" for 127.0.0.1 at 2018-11-01 21:34:03 +0200 +Processing by PersonsController#profile as HTML + Rendering persons/profile.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/views/persons/profile.html.erb:2 + Rendered persons/profile.html.erb within layouts/application (2.7ms) +Completed 200 OK in 42ms (Views: 39.6ms | ActiveRecord: 0.4ms) + + +Started GET "/users/edit" for 127.0.0.1 at 2018-11-01 21:34:07 +0200 +Processing by Devise::RegistrationsController#edit as HTML + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 + Rendering devise/registrations/edit.html.erb within layouts/application + Rendered devise/registrations/edit.html.erb within layouts/application (6.7ms) +Completed 200 OK in 47ms (Views: 44.4ms | ActiveRecord: 0.3ms) + + +Started GET "/users/edit" for 127.0.0.1 at 2018-11-01 21:35:20 +0200 + +ActionController::RoutingError (undefined method `before_filter' for ApplicationController:Class +Did you mean? before_action): + +app/controllers/application_controller.rb:6:in `' +app/controllers/application_controller.rb:1:in `
' +Started GET "/users/edit" for 127.0.0.1 at 2018-11-01 21:35:46 +0200 +Processing by Devise::RegistrationsController#edit as HTML + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 + Rendering devise/registrations/edit.html.erb within layouts/application + Rendered devise/registrations/edit.html.erb within layouts/application (7.1ms) +Completed 200 OK in 66ms (Views: 47.4ms | ActiveRecord: 1.3ms) + + +Started PUT "/users" for 127.0.0.1 at 2018-11-01 21:35:52 +0200 +Processing by Devise::RegistrationsController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"XakZcvdFmLR5XCrpNDE/jUyjqKifKrWpJFui377XIgOvK6VLIhEDPu76QJOXG+hO64+5S8LnsWQoHqZAUz72NQ==", "user"=>{"name"=>"Daniil", "email"=>"yarmolenko.dany@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "current_password"=>"[FILTERED]"}, "commit"=>"Update"} + User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Unpermitted parameter: :name +  (0.1ms) begin transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +  (0.1ms) commit transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Redirected to http://localhost:3000/persons/profile +Completed 302 Found in 240ms (ActiveRecord: 1.1ms) + + +Started GET "/persons/profile" for 127.0.0.1 at 2018-11-01 21:35:52 +0200 +Processing by PersonsController#profile as HTML + Rendering persons/profile.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/views/persons/profile.html.erb:2 + Rendered persons/profile.html.erb within layouts/application (2.2ms) +Completed 200 OK in 38ms (Views: 35.5ms | ActiveRecord: 0.3ms) + + +Started PUT "/users" for 127.0.0.1 at 2018-11-01 21:36:05 +0200 +Processing by Devise::RegistrationsController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"XakZcvdFmLR5XCrpNDE/jUyjqKifKrWpJFui377XIgOvK6VLIhEDPu76QJOXG+hO64+5S8LnsWQoHqZAUz72NQ==", "user"=>{"name"=>"Daniil", "email"=>"yarmolenko.dany@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "current_password"=>"[FILTERED]"}, "commit"=>"Update"} + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Unpermitted parameter: :name + Rendering devise/registrations/edit.html.erb within layouts/application + Rendered devise/registrations/edit.html.erb within layouts/application (13.3ms) +Completed 200 OK in 275ms (Views: 39.1ms | ActiveRecord: 0.4ms) + + +Started PUT "/users" for 127.0.0.1 at 2018-11-01 21:36:09 +0200 +Processing by Devise::RegistrationsController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"96NVQ6BDxUY0L/ensVlJKj3ZY3f6psNiptu23a5NQxcFIel6dRdezKOJnd0Sc57pmvVylKdrx6+qnrJCQ6SXIQ==", "user"=>{"name"=>"Daniil", "email"=>"yarmolenko.dany@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "current_password"=>"[FILTERED]"}, "commit"=>"Update"} + User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Unpermitted parameter: :name +  (0.1ms) begin transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +  (0.1ms) commit transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Redirected to http://localhost:3000/persons/profile +Completed 302 Found in 241ms (ActiveRecord: 1.0ms) + + +Started GET "/persons/profile" for 127.0.0.1 at 2018-11-01 21:36:09 +0200 +Processing by PersonsController#profile as HTML + Rendering persons/profile.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/views/persons/profile.html.erb:2 + Rendered persons/profile.html.erb within layouts/application (2.1ms) +Completed 200 OK in 29ms (Views: 27.9ms | ActiveRecord: 0.3ms) + + +Started GET "/persons/profile" for 127.0.0.1 at 2018-11-01 21:36:14 +0200 +Processing by PersonsController#profile as HTML + Rendering persons/profile.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/views/persons/profile.html.erb:2 + Rendered persons/profile.html.erb within layouts/application (2.4ms) +Completed 200 OK in 33ms (Views: 31.0ms | ActiveRecord: 0.3ms) + + +Started GET "/persons/profile" for 127.0.0.1 at 2018-11-01 21:41:06 +0200 +Processing by PersonsController#profile as HTML + Rendering persons/profile.html.erb within layouts/application + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/views/persons/profile.html.erb:2 + Rendered persons/profile.html.erb within layouts/application (18.2ms) +Completed 200 OK in 112ms (Views: 109.5ms | ActiveRecord: 1.3ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-01 21:41:10 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (4.2ms) +Completed 200 OK in 47ms (Views: 45.2ms | ActiveRecord: 0.3ms) + + +Started DELETE "/users/sign_out" for 127.0.0.1 at 2018-11-01 21:41:14 +0200 +Processing by Devise::SessionsController#destroy as HTML + Parameters: {"authenticity_token"=>"rC6l/SwppeSEEOkMlt6Oj5M3NehiAio8iqz4zmy5ksVerBnE+X0+bhO2g3Y19FlMNBskCz/PLvGG6fxRgVBG8w=="} + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +  (0.2ms) begin transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +  (0.1ms) commit transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Redirected to http://localhost:3000/ +Completed 302 Found in 7ms (ActiveRecord: 0.6ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-01 21:41:14 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + Rendered home/index.html.erb within layouts/application (1.6ms) +Completed 200 OK in 32ms (Views: 31.2ms | ActiveRecord: 0.0ms) + + +Started GET "/users/sign_in" for 127.0.0.1 at 2018-11-01 21:41:17 +0200 +Processing by Devise::SessionsController#new as HTML + Rendering devise/sessions/new.html.erb within layouts/application + Rendered devise/shared/_links.html.erb (2.5ms) + Rendered devise/sessions/new.html.erb within layouts/application (8.9ms) +Completed 200 OK in 45ms (Views: 43.0ms | ActiveRecord: 0.0ms) + + +Started POST "/users/sign_in" for 127.0.0.1 at 2018-11-01 21:41:23 +0200 +Processing by Devise::SessionsController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"5Bbj00gJrytCZshp1X8Fbm1cSqjOZsHqjAdt6xsdycFnUxkjKjmRZ9wsx9R22Z0nSKUkfWWWWx+daaFBCJI2dA==", "user"=>{"email"=>"yarmolenko.dany@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"} + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ? [["email", "yarmolenko.dany@gmail.com"], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Redirected to http://localhost:3000/persons/profile +Completed 302 Found in 234ms (ActiveRecord: 0.4ms) + + +Started GET "/persons/profile" for 127.0.0.1 at 2018-11-01 21:41:23 +0200 +Processing by PersonsController#profile as HTML + Rendering persons/profile.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/views/persons/profile.html.erb:2 + Rendered persons/profile.html.erb within layouts/application (2.9ms) +Completed 200 OK in 37ms (Views: 34.4ms | ActiveRecord: 0.4ms) + + +Started GET "/persons/profile" for 127.0.0.1 at 2018-11-01 21:42:01 +0200 +Processing by PersonsController#profile as HTML + Rendering persons/profile.html.erb within layouts/application + Rendered persons/profile.html.erb within layouts/application (354.4ms) +Completed 500 Internal Server Error in 360ms (ActiveRecord: 0.0ms) + + + +ActionView::Template::Error (undefined local variable or method `user' for #<#:0x00007f2b616810f8>): + 1:
+ 2:

Profil of <% user.name %>

+ 3:
+ +app/views/persons/profile.html.erb:2:in `_app_views_persons_profile_html_erb__157204745468684530_69912147269060' +Started GET "/persons/profile" for 127.0.0.1 at 2018-11-01 21:42:46 +0200 +Processing by PersonsController#profile as HTML + Rendering persons/profile.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/views/persons/profile.html.erb:2 + Rendered persons/profile.html.erb within layouts/application (4.0ms) +Completed 200 OK in 41ms (Views: 38.8ms | ActiveRecord: 0.4ms) + + +Started GET "/persons/profile" for 127.0.0.1 at 2018-11-01 21:43:10 +0200 +Processing by PersonsController#profile as HTML + Rendering persons/profile.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/views/persons/profile.html.erb:2 + Rendered persons/profile.html.erb within layouts/application (13.8ms) +Completed 500 Internal Server Error in 19ms (ActiveRecord: 0.3ms) + + + +ActionView::Template::Error (undefined method `to_a' for # +Did you mean? to_s): + 1:
+ 2:

Profil of <% current_user.to_a %>

+ 3:
+ +app/views/persons/profile.html.erb:2:in `_app_views_persons_profile_html_erb__157204745468684530_47376899330520' +Started GET "/persons/profile" for 127.0.0.1 at 2018-11-01 21:43:31 +0200 +Processing by PersonsController#profile as HTML + Rendering persons/profile.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/views/persons/profile.html.erb:2 + Rendered persons/profile.html.erb within layouts/application (1.9ms) +Completed 200 OK in 40ms (Views: 37.9ms | ActiveRecord: 0.3ms) + + +Started GET "/persons/profile" for 127.0.0.1 at 2018-11-01 21:43:41 +0200 +Processing by PersonsController#profile as HTML + Rendering persons/profile.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/views/persons/profile.html.erb:2 + Rendered persons/profile.html.erb within layouts/application (3.2ms) +Completed 200 OK in 38ms (Views: 36.8ms | ActiveRecord: 0.3ms) + + +  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + ↳ bin/rails:9 +Migrating to DeviseCreateAdmins (20181101194515) +  (0.1ms) begin transaction + ↳ bin/rails:9 +  (0.2ms) SELECT sqlite_version(*) + ↳ db/migrate/20181101194515_devise_create_admins.rb:5 +  (0.4ms) CREATE TABLE "admins" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) + ↳ db/migrate/20181101194515_devise_create_admins.rb:5 +  (0.2ms) CREATE UNIQUE INDEX "index_admins_on_email" ON "admins" ("email") + ↳ db/migrate/20181101194515_devise_create_admins.rb:39 +  (0.2ms) CREATE UNIQUE INDEX "index_admins_on_reset_password_token" ON "admins" ("reset_password_token") + ↳ db/migrate/20181101194515_devise_create_admins.rb:40 + ActiveRecord::SchemaMigration Create (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20181101194515"]] + ↳ bin/rails:9 +  (110.9ms) commit transaction + ↳ bin/rails:9 +Migrating to AddAdminToUsers (20181101194648) +  (0.1ms) begin transaction + ↳ bin/rails:9 +  (0.9ms) ALTER TABLE "users" ADD "admin" boolean DEFAULT 0 + ↳ db/migrate/20181101194648_add_admin_to_users.rb:3 + ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20181101194648"]] + ↳ bin/rails:9 +  (65.6ms) commit transaction + ↳ bin/rails:9 + ActiveRecord::InternalMetadata Load (0.5ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] + ↳ bin/rails:9 +  (0.1ms) begin transaction + ↳ bin/rails:9 +  (0.1ms) commit transaction + ↳ bin/rails:9 +  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + ↳ bin/rails:9 +Started GET "/persons/profile" for 127.0.0.1 at 2018-11-01 21:50:59 +0200 +  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 + +ActiveRecord::PendingMigrationError ( + +Migrations are pending. To resolve this issue, run: + + bin/rails db:migrate RAILS_ENV=development + +): + +activerecord (5.2.1) lib/active_record/migration.rb:579:in `check_pending!' +activerecord (5.2.1) lib/active_record/migration.rb:556:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' +activesupport (5.2.1) lib/active_support/callbacks.rb:98:in `run_callbacks' +actionpack (5.2.1) lib/action_dispatch/middleware/callbacks.rb:26:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' +web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.1) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.5) lib/rack/method_override.rb:22:in `call' +rack (2.0.5) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.5) lib/rack/sendfile.rb:111:in `call' +railties (5.2.1) lib/rails/engine.rb:524:in `call' +puma (3.12.0) lib/puma/configuration.rb:225:in `call' +puma (3.12.0) lib/puma/server.rb:658:in `handle_request' +puma (3.12.0) lib/puma/server.rb:472:in `process_client' +puma (3.12.0) lib/puma/server.rb:332:in `block in run' +puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' +  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/bin/rake:23 +Migrating to AddRoleToUsers (20181101194904) +  (0.1ms) begin transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/bin/rake:23 +  (0.5ms) ALTER TABLE "users" ADD "role" integer + ↳ db/migrate/20181101194904_add_role_to_users.rb:3 + ActiveRecord::SchemaMigration Create (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20181101194904"]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/bin/rake:23 +  (74.7ms) commit transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/bin/rake:23 + ActiveRecord::InternalMetadata Load (0.6ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/bin/rake:23 +  (0.1ms) begin transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/bin/rake:23 +  (0.0ms) commit transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/bin/rake:23 +  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/bin/rake:23 +Started GET "/persons/profile" for 127.0.0.1 at 2018-11-01 21:51:31 +0200 +  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Processing by PersonsController#profile as HTML + Rendering persons/profile.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/views/persons/profile.html.erb:2 + Rendered persons/profile.html.erb within layouts/application (30.8ms) +Completed 200 OK in 384ms (Views: 366.8ms | ActiveRecord: 1.7ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-01 21:51:37 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (5.2ms) +Completed 200 OK in 47ms (Views: 44.4ms | ActiveRecord: 0.4ms) + + +Started DELETE "/users/sign_out" for 127.0.0.1 at 2018-11-01 21:51:40 +0200 +Processing by Devise::SessionsController#destroy as HTML + Parameters: {"authenticity_token"=>"ZcTiSmewP4zrF46jXAU/k5CfgOFDQpKYMruXwAHXi97X25qoxEJVIhEz6ur9kEnr7mZ8A+2E0BBB575vF3B20Q=="} + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +  (0.1ms) begin transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +  (0.1ms) commit transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Redirected to http://localhost:3000/ +Completed 302 Found in 10ms (ActiveRecord: 0.4ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-01 21:51:40 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + Rendered home/index.html.erb within layouts/application (6.7ms) +Completed 200 OK in 40ms (Views: 38.8ms | ActiveRecord: 0.0ms) + + +Started GET "/users/sign_in" for 127.0.0.1 at 2018-11-01 21:51:42 +0200 +Processing by Devise::SessionsController#new as HTML + Rendering devise/sessions/new.html.erb within layouts/application + Rendered devise/shared/_links.html.erb (2.5ms) + Rendered devise/sessions/new.html.erb within layouts/application (15.9ms) +Completed 200 OK in 53ms (Views: 50.3ms | ActiveRecord: 0.0ms) + + +Started POST "/users/sign_in" for 127.0.0.1 at 2018-11-01 21:51:45 +0200 +Processing by Devise::SessionsController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"qUz+WX1O+cJ2PX9CXYreaMZ+cVpWzuXOvVebN6pio/l3TUonF0As+y9lvwRaXdJ5eO0VSmtwTyIEXVymlyhvhA==", "user"=>{"email"=>"yarmolenko.dany@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"} + User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ? [["email", "yarmolenko.dany@gmail.com"], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Redirected to http://localhost:3000/persons/profile +Completed 302 Found in 242ms (ActiveRecord: 0.5ms) + + +Started GET "/persons/profile" for 127.0.0.1 at 2018-11-01 21:51:46 +0200 +Processing by PersonsController#profile as HTML + Rendering persons/profile.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/views/persons/profile.html.erb:2 + Rendered persons/profile.html.erb within layouts/application (2.8ms) +Completed 200 OK in 44ms (Views: 41.8ms | ActiveRecord: 0.4ms) + + +Started GET "/persons/profile" for 127.0.0.1 at 2018-11-01 21:52:30 +0200 +Processing by PersonsController#profile as HTML + Rendering persons/profile.html.erb within layouts/application + User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/views/persons/profile.html.erb:2 + Rendered persons/profile.html.erb within layouts/application (3.5ms) +Completed 200 OK in 55ms (Views: 53.1ms | ActiveRecord: 0.5ms) + + +Started GET "/persons/profile" for 127.0.0.1 at 2018-11-01 21:53:51 +0200 + +ArgumentError (Missing :controller key on routes definition, please check your routes.): + +config/routes.rb:6:in `block in
' +config/routes.rb:1:in `
' +Started GET "/persons/profile" for 127.0.0.1 at 2018-11-01 21:54:18 +0200 +Processing by PersonsController#profile as HTML + Rendering persons/profile.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/views/persons/profile.html.erb:2 + Rendered persons/profile.html.erb within layouts/application (42.1ms) +Completed 200 OK in 85ms (Views: 80.5ms | ActiveRecord: 2.3ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-01 21:54:21 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (3.7ms) +Completed 200 OK in 47ms (Views: 44.7ms | ActiveRecord: 0.4ms) + + +Started GET "/admins" for 127.0.0.1 at 2018-11-01 21:55:35 +0200 + +ActionController::RoutingError (No route matches [GET] "/admins"): + +actionpack (5.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.1) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.5) lib/rack/method_override.rb:22:in `call' +rack (2.0.5) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.5) lib/rack/sendfile.rb:111:in `call' +railties (5.2.1) lib/rails/engine.rb:524:in `call' +puma (3.12.0) lib/puma/configuration.rb:225:in `call' +puma (3.12.0) lib/puma/server.rb:658:in `handle_request' +puma (3.12.0) lib/puma/server.rb:472:in `process_client' +puma (3.12.0) lib/puma/server.rb:332:in `block in run' +puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' +Started GET "/admins/edit" for 127.0.0.1 at 2018-11-01 21:55:39 +0200 +Processing by Devise::RegistrationsController#edit as HTML +Completed 401 Unauthorized in 1ms (ActiveRecord: 0.0ms) + + +Started GET "/admins/sign_in" for 127.0.0.1 at 2018-11-01 21:55:39 +0200 +Processing by Devise::SessionsController#new as HTML + Rendering devise/sessions/new.html.erb within layouts/application + Rendered devise/shared/_links.html.erb (1.7ms) + Rendered devise/sessions/new.html.erb within layouts/application (5.9ms) +Completed 200 OK in 56ms (Views: 41.2ms | ActiveRecord: 1.2ms) + + +Started GET "/admins/sign_up" for 127.0.0.1 at 2018-11-01 21:55:46 +0200 +Processing by Devise::RegistrationsController#new as HTML + Rendering devise/registrations/new.html.erb within layouts/application + Rendered devise/registrations/new.html.erb within layouts/application (25.8ms) +Completed 500 Internal Server Error in 35ms (ActiveRecord: 0.0ms) + + + +ActionView::Template::Error (undefined method `first_name' for #): + 5: + 6:
+ 7: <%= f.label :name %>
+ 8: <%= f.text_field :first_name, autofocus: true %> + 9:
+ 10: + 11:
+ +app/views/devise/registrations/new.html.erb:8:in `block in _app_views_devise_registrations_new_html_erb__1101070343011558607_70230638295200' +app/views/devise/registrations/new.html.erb:3:in `_app_views_devise_registrations_new_html_erb__1101070343011558607_70230638295200' +Started GET "/admins/sign_up" for 127.0.0.1 at 2018-11-01 21:59:40 +0200 +Processing by Devise::RegistrationsController#new as HTML + Rendering devise/registrations/new.html.erb within layouts/application + Rendered devise/registrations/new.html.erb within layouts/application (18.5ms) +Completed 500 Internal Server Error in 24ms (ActiveRecord: 0.0ms) + + + +ActionView::Template::Error (undefined method `first_name' for #): + 5: + 6:
+ 7: <%= f.label :name %>
+ 8: <%= f.text_field :first_name, autofocus: true %> + 9:
+ 10: + 11:
+ +app/views/devise/registrations/new.html.erb:8:in `block in _app_views_devise_registrations_new_html_erb__1101070343011558607_70230638391020' +app/views/devise/registrations/new.html.erb:3:in `_app_views_devise_registrations_new_html_erb__1101070343011558607_70230638391020' +Started GET "/" for 127.0.0.1 at 2018-11-01 21:59:45 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (22.6ms) +Completed 200 OK in 65ms (Views: 61.3ms | ActiveRecord: 1.1ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-01 21:59:56 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (4.6ms) +Completed 200 OK in 34ms (Views: 32.2ms | ActiveRecord: 0.6ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-01 22:03:03 +0200 +  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (43.8ms) +Completed 200 OK in 314ms (Views: 298.6ms | ActiveRecord: 1.6ms) + + +Started DELETE "/users/sign_out" for 127.0.0.1 at 2018-11-01 22:03:23 +0200 +Processing by Devise::SessionsController#destroy as HTML + Parameters: {"authenticity_token"=>"cbGd17uNKa4W9HitiITk/TvA+IJgBsZArbd+rKBGwejgTxr7ZsBldDp3TABCYFMNuanZ/J/rZ3ehvHffuHBmEA=="} + User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +  (0.1ms) begin transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +  (0.1ms) commit transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Redirected to http://localhost:3000/ +Completed 302 Found in 13ms (ActiveRecord: 0.7ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-01 22:03:23 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + Rendered home/index.html.erb within layouts/application (6.0ms) +Completed 200 OK in 44ms (Views: 42.8ms | ActiveRecord: 0.0ms) + + +Started GET "/users/sign_in" for 127.0.0.1 at 2018-11-01 22:03:25 +0200 +Processing by Devise::SessionsController#new as HTML + Rendering devise/sessions/new.html.erb within layouts/application + Rendered devise/shared/_links.html.erb (2.9ms) + Rendered devise/sessions/new.html.erb within layouts/application (16.3ms) +Completed 200 OK in 51ms (Views: 48.4ms | ActiveRecord: 0.0ms) + + +Started POST "/users/sign_in" for 127.0.0.1 at 2018-11-01 22:03:27 +0200 +Processing by Devise::SessionsController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"87BkwERalzNDYYtxHJEHFynutfYlCKpk/8kq7iLEVtm2WyLp0IKgEQbRuG1GjVcyKcXpmzegkUcil4ashog5BQ==", "user"=>{"email"=>"yarmolenko.dany@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"} + User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ? [["email", "yarmolenko.dany@gmail.com"], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Redirected to http://localhost:3000/persons/profile +Completed 302 Found in 239ms (ActiveRecord: 0.5ms) + + +Started GET "/persons/profile" for 127.0.0.1 at 2018-11-01 22:03:27 +0200 +Processing by PersonsController#profile as HTML + Rendering persons/profile.html.erb within layouts/application + User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/views/persons/profile.html.erb:2 + Rendered persons/profile.html.erb within layouts/application (3.4ms) +Completed 200 OK in 47ms (Views: 44.5ms | ActiveRecord: 0.7ms) + + +Started GET "/users/edit" for 127.0.0.1 at 2018-11-01 22:04:14 +0200 +Processing by Devise::RegistrationsController#edit as HTML + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 + Rendering devise/registrations/edit.html.erb within layouts/application + Rendered devise/registrations/edit.html.erb within layouts/application (6.3ms) +Completed 200 OK in 68ms (Views: 48.7ms | ActiveRecord: 1.1ms) + + +Started GET "/users/23" for 127.0.0.1 at 2018-11-01 22:04:19 +0200 +Processing by UsersController#show as HTML + Parameters: {"id"=>"23"} + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 23], ["LIMIT", 1]] + ↳ app/controllers/users_controller.rb:39 +Completed 404 Not Found in 4ms (ActiveRecord: 0.4ms) + + + +ActiveRecord::RecordNotFound (Couldn't find User with 'id'=23): + +app/controllers/users_controller.rb:39:in `set_user' +Started GET "/users/1" for 127.0.0.1 at 2018-11-01 22:04:35 +0200 + +ActionController::RoutingError (No route matches [GET] "/users/1"): + +actionpack (5.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.1) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.5) lib/rack/method_override.rb:22:in `call' +rack (2.0.5) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.5) lib/rack/sendfile.rb:111:in `call' +railties (5.2.1) lib/rails/engine.rb:524:in `call' +puma (3.12.0) lib/puma/configuration.rb:225:in `call' +puma (3.12.0) lib/puma/server.rb:658:in `handle_request' +puma (3.12.0) lib/puma/server.rb:472:in `process_client' +puma (3.12.0) lib/puma/server.rb:332:in `block in run' +puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' +Started GET "/users/1" for 127.0.0.1 at 2018-11-01 22:04:50 +0200 +Processing by UsersController#show as HTML + Parameters: {"id"=>"1"} + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/users_controller.rb:39 +Completed 406 Not Acceptable in 83ms (ActiveRecord: 2.2ms) + + + +ActionController::UnknownFormat (UsersController#show 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.2.1) lib/action_controller/metal/implicit_render.rb:55:in `default_render' +actionpack (5.2.1) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' +actionpack (5.2.1) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' +actionpack (5.2.1) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' +actionpack (5.2.1) lib/abstract_controller/base.rb:194:in `process_action' +actionpack (5.2.1) lib/action_controller/metal/rendering.rb:30:in `process_action' +actionpack (5.2.1) lib/abstract_controller/callbacks.rb:42:in `block in process_action' +activesupport (5.2.1) lib/active_support/callbacks.rb:132:in `run_callbacks' +actionpack (5.2.1) lib/abstract_controller/callbacks.rb:41:in `process_action' +actionpack (5.2.1) lib/action_controller/metal/rescue.rb:22:in `process_action' +actionpack (5.2.1) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' +activesupport (5.2.1) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.1) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.1) lib/active_support/notifications.rb:168:in `instrument' +actionpack (5.2.1) lib/action_controller/metal/instrumentation.rb:32:in `process_action' +actionpack (5.2.1) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' +activerecord (5.2.1) lib/active_record/railties/controller_runtime.rb:24:in `process_action' +actionpack (5.2.1) lib/abstract_controller/base.rb:134:in `process' +actionview (5.2.1) lib/action_view/rendering.rb:32:in `process' +actionpack (5.2.1) lib/action_controller/metal.rb:191:in `dispatch' +actionpack (5.2.1) lib/action_controller/metal.rb:252:in `dispatch' +actionpack (5.2.1) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' +actionpack (5.2.1) lib/action_dispatch/routing/route_set.rb:34:in `serve' +actionpack (5.2.1) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.1) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.1) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.1) lib/action_dispatch/routing/route_set.rb:840:in `call' +warden (1.2.7) lib/warden/manager.rb:36:in `block in call' +warden (1.2.7) lib/warden/manager.rb:35:in `catch' +warden (1.2.7) lib/warden/manager.rb:35:in `call' +rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' +rack (2.0.5) lib/rack/etag.rb:25:in `call' +rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' +rack (2.0.5) lib/rack/head.rb:12:in `call' +actionpack (5.2.1) lib/action_dispatch/http/content_security_policy.rb:18:in `call' +rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' +rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/cookies.rb:670:in `call' +activerecord (5.2.1) lib/active_record/migration.rb:559:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' +activesupport (5.2.1) lib/active_support/callbacks.rb:98:in `run_callbacks' +actionpack (5.2.1) lib/action_dispatch/middleware/callbacks.rb:26:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' +web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.1) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.5) lib/rack/method_override.rb:22:in `call' +rack (2.0.5) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.5) lib/rack/sendfile.rb:111:in `call' +railties (5.2.1) lib/rails/engine.rb:524:in `call' +puma (3.12.0) lib/puma/configuration.rb:225:in `call' +puma (3.12.0) lib/puma/server.rb:658:in `handle_request' +puma (3.12.0) lib/puma/server.rb:472:in `process_client' +puma (3.12.0) lib/puma/server.rb:332:in `block in run' +puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' +Started GET "/users/1" for 127.0.0.1 at 2018-11-01 22:06:33 +0200 + +ActionController::RoutingError (No route matches [GET] "/users/1"): + +actionpack (5.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.1) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.5) lib/rack/method_override.rb:22:in `call' +rack (2.0.5) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.5) lib/rack/sendfile.rb:111:in `call' +railties (5.2.1) lib/rails/engine.rb:524:in `call' +puma (3.12.0) lib/puma/configuration.rb:225:in `call' +puma (3.12.0) lib/puma/server.rb:658:in `handle_request' +puma (3.12.0) lib/puma/server.rb:472:in `process_client' +puma (3.12.0) lib/puma/server.rb:332:in `block in run' +puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' +Started GET "/users/1" for 127.0.0.1 at 2018-11-01 22:06:35 +0200 + +ActionController::RoutingError (No route matches [GET] "/users/1"): + +actionpack (5.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.1) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.5) lib/rack/method_override.rb:22:in `call' +rack (2.0.5) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.5) lib/rack/sendfile.rb:111:in `call' +railties (5.2.1) lib/rails/engine.rb:524:in `call' +puma (3.12.0) lib/puma/configuration.rb:225:in `call' +puma (3.12.0) lib/puma/server.rb:658:in `handle_request' +puma (3.12.0) lib/puma/server.rb:472:in `process_client' +puma (3.12.0) lib/puma/server.rb:332:in `block in run' +puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' +Started PUT "/users" for 127.0.0.1 at 2018-11-01 22:07:08 +0200 +Processing by Devise::RegistrationsController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"RC6263J6T7K4jBpSPTOF0Lh7K/kQgF7WnDEuOxMkj/8YbwmJhS1zagmnXs29zhdD1M8cOJm2AibJXA/7Kk4GzA==", "user"=>{"name"=>"Danya", "email"=>"yarmolenko.dany@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "current_password"=>"[FILTERED]"}, "commit"=>"Update"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 + User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Unpermitted parameter: :name +  (0.1ms) begin transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +  (0.1ms) commit transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Redirected to http://localhost:3000/persons/profile +Completed 302 Found in 284ms (ActiveRecord: 1.8ms) + + +Started GET "/persons/profile" for 127.0.0.1 at 2018-11-01 22:07:08 +0200 +Processing by PersonsController#profile as HTML + Rendering persons/profile.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/views/persons/profile.html.erb:2 + Rendered persons/profile.html.erb within layouts/application (2.3ms) +Completed 200 OK in 34ms (Views: 32.3ms | ActiveRecord: 0.3ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-01 22:07:17 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (3.3ms) +Completed 200 OK in 44ms (Views: 42.3ms | ActiveRecord: 0.3ms) + + +Started GET "/users" for 127.0.0.1 at 2018-11-01 22:07:41 +0200 + +ActionController::RoutingError (No route matches [GET] "/users"): + +actionpack (5.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.1) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.5) lib/rack/method_override.rb:22:in `call' +rack (2.0.5) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.5) lib/rack/sendfile.rb:111:in `call' +railties (5.2.1) lib/rails/engine.rb:524:in `call' +puma (3.12.0) lib/puma/configuration.rb:225:in `call' +puma (3.12.0) lib/puma/server.rb:658:in `handle_request' +puma (3.12.0) lib/puma/server.rb:472:in `process_client' +puma (3.12.0) lib/puma/server.rb:332:in `block in run' +puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' +Started GET "/users" for 127.0.0.1 at 2018-11-01 22:08:21 +0200 + +ActionController::RoutingError (No route matches [GET] "/users"): + +actionpack (5.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.1) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.5) lib/rack/method_override.rb:22:in `call' +rack (2.0.5) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.5) lib/rack/sendfile.rb:111:in `call' +railties (5.2.1) lib/rails/engine.rb:524:in `call' +puma (3.12.0) lib/puma/configuration.rb:225:in `call' +puma (3.12.0) lib/puma/server.rb:658:in `handle_request' +puma (3.12.0) lib/puma/server.rb:472:in `process_client' +puma (3.12.0) lib/puma/server.rb:332:in `block in run' +puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' +Started GET "/" for 127.0.0.1 at 2018-11-01 22:08:26 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (23.0ms) +Completed 200 OK in 67ms (Views: 64.2ms | ActiveRecord: 1.2ms) + + +Started DELETE "/users/sign_out" for 127.0.0.1 at 2018-11-01 22:08:27 +0200 +Processing by Devise::SessionsController#destroy as HTML + Parameters: {"authenticity_token"=>"Fcn4fu7CiEeWX3blSYzDaCU3dma4k0Avr237eWOt6i1JiEccGZW0nyd0MnrJcVH7SYNBpzGlHN/6ANq5WsdjHg=="} + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +  (0.1ms) begin transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +  (0.1ms) commit transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Redirected to http://localhost:3000/ +Completed 302 Found in 6ms (ActiveRecord: 0.5ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-01 22:08:27 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + Rendered home/index.html.erb within layouts/application (1.4ms) +Completed 200 OK in 38ms (Views: 36.4ms | ActiveRecord: 0.0ms) + + +Started GET "/users/sign_in" for 127.0.0.1 at 2018-11-01 22:08:29 +0200 +Processing by Devise::SessionsController#new as HTML + Rendering devise/sessions/new.html.erb within layouts/application + Rendered devise/shared/_links.html.erb (3.7ms) + Rendered devise/sessions/new.html.erb within layouts/application (12.3ms) +Completed 200 OK in 57ms (Views: 55.2ms | ActiveRecord: 0.0ms) + + +Started POST "/users/sign_in" for 127.0.0.1 at 2018-11-01 22:08:34 +0200 +Processing by Devise::SessionsController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"cOTk3SodYruQWPmmBlzQakhar33Ag0MLAxourSu5rQBAY61OTlW/BGuhS0q+eu8BBBDt/77L9zjBgEEdt+biDg==", "user"=>{"email"=>"yarmolenko.dany@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"} + User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ? [["email", "yarmolenko.dany@gmail.com"], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Redirected to http://localhost:3000/ +Completed 302 Found in 235ms (ActiveRecord: 0.5ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-01 22:08:34 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (2.8ms) +Completed 200 OK in 43ms (Views: 41.3ms | ActiveRecord: 0.3ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-01 22:09:57 +0200 +  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (41.3ms) +Completed 200 OK in 336ms (Views: 323.1ms | ActiveRecord: 2.0ms) + + +Started DELETE "/users/sign_out" for 127.0.0.1 at 2018-11-01 22:10:15 +0200 +Processing by Devise::SessionsController#destroy as HTML + Parameters: {"authenticity_token"=>"Uo5zW1Qwr0pXsRIa0+86kT57F9k49PkgGXWlBabB1gaVCy8zfzdpGkTwX/7iRqSnamYXV8UG43xwev8S8KrSaw=="} + User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +  (0.1ms) begin transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +  (0.1ms) commit transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Redirected to http://localhost:3000/ +Completed 302 Found in 12ms (ActiveRecord: 0.7ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-01 22:10:15 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + Rendered home/index.html.erb within layouts/application (5.4ms) +Completed 200 OK in 37ms (Views: 34.5ms | ActiveRecord: 0.0ms) + + +Started GET "/users/sign_in" for 127.0.0.1 at 2018-11-01 22:10:17 +0200 +Processing by Devise::SessionsController#new as HTML + Rendering devise/sessions/new.html.erb within layouts/application + Rendered devise/shared/_links.html.erb (2.7ms) + Rendered devise/sessions/new.html.erb within layouts/application (16.9ms) +Completed 200 OK in 54ms (Views: 51.2ms | ActiveRecord: 0.0ms) + + +Started POST "/users/sign_in" for 127.0.0.1 at 2018-11-01 22:10:19 +0200 +Processing by Devise::SessionsController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"uttdXDHz67fs0grjFMjS23FzRpR+tNYwkoQUYLw3kjCVh0wMILhb+qCNajirIpTZutNq3k9wDAIDjTDZb+v8LQ==", "user"=>{"email"=>"yarmolenko.dany@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"} + User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ? [["email", "yarmolenko.dany@gmail.com"], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Redirected to http://localhost:3000/ +Completed 302 Found in 241ms (ActiveRecord: 0.5ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-01 22:10:20 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (3.9ms) +Completed 200 OK in 46ms (Views: 43.5ms | ActiveRecord: 0.4ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-01 22:11:22 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + User Load (0.3ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 + CACHE User Load (0.0ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 + CACHE User Load (0.1ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 + CACHE User Load (0.0ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 + CACHE User Load (0.0ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 + CACHE User Load (0.0ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 + CACHE User Load (0.0ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 + CACHE User Load (0.0ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 + Rendered home/index.html.erb within layouts/application (470.4ms) +Completed 500 Internal Server Error in 476ms (ActiveRecord: 0.8ms) + + + +ActionView::Template::Error (undefined local variable or method `users' for #<#:0x00007fb1f42709b8> +Did you mean? @users): + 4: Здравствуйте, <%= current_user.email %> + 5: <% if current_user.email == 'yarmolenko.dany@gmail.com' %> + 6:

ADMIN PANEL.

+ 7:

<% users %>

+ 8:

<% current_user.admin? %>

+ 9:

<% current_user.role %>

+ 10: <% end %> + +app/views/home/index.html.erb:7:in `_app_views_home_index_html_erb___3852499078035593774_70201141070180' +Started GET "/" for 127.0.0.1 at 2018-11-01 22:11:39 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (6.0ms) +Completed 200 OK in 56ms (Views: 53.3ms | ActiveRecord: 0.4ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-01 22:13:23 +0200 +Processing by HomeController#index as HTML +Completed 404 Not Found in 6ms (ActiveRecord: 1.4ms) + + + +ActiveRecord::RecordNotFound (Couldn't find User without an ID): + +app/controllers/home_controller.rb:3:in `index' +Started GET "/" for 127.0.0.1 at 2018-11-01 22:13:45 +0200 +Processing by HomeController#index as HTML + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/home_controller.rb:3 + Rendering home/index.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (2.9ms) +Completed 200 OK in 76ms (Views: 53.9ms | ActiveRecord: 1.6ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-01 22:14:31 +0200 +Processing by HomeController#index as HTML + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/home_controller.rb:3 + Rendering home/index.html.erb within layouts/application + User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (3.7ms) +Completed 200 OK in 43ms (Views: 39.9ms | ActiveRecord: 0.8ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-01 22:15:09 +0200 +Processing by HomeController#index as HTML +Completed 404 Not Found in 5ms (ActiveRecord: 1.1ms) + + + +ActiveRecord::RecordNotFound (Couldn't find User without an ID): + +app/controllers/home_controller.rb:3:in `index' +Started GET "/1" for 127.0.0.1 at 2018-11-01 22:16:10 +0200 + +ActionController::RoutingError (No route matches [GET] "/1"): + +actionpack (5.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.1) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.5) lib/rack/method_override.rb:22:in `call' +rack (2.0.5) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.5) lib/rack/sendfile.rb:111:in `call' +railties (5.2.1) lib/rails/engine.rb:524:in `call' +puma (3.12.0) lib/puma/configuration.rb:225:in `call' +puma (3.12.0) lib/puma/server.rb:658:in `handle_request' +puma (3.12.0) lib/puma/server.rb:472:in `process_client' +puma (3.12.0) lib/puma/server.rb:332:in `block in run' +puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' +Started GET "/users/1" for 127.0.0.1 at 2018-11-01 22:16:57 +0200 + +ActionController::RoutingError (No route matches [GET] "/users/1"): + +actionpack (5.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.1) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.5) lib/rack/method_override.rb:22:in `call' +rack (2.0.5) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.5) lib/rack/sendfile.rb:111:in `call' +railties (5.2.1) lib/rails/engine.rb:524:in `call' +puma (3.12.0) lib/puma/configuration.rb:225:in `call' +puma (3.12.0) lib/puma/server.rb:658:in `handle_request' +puma (3.12.0) lib/puma/server.rb:472:in `process_client' +puma (3.12.0) lib/puma/server.rb:332:in `block in run' +puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' +Started GET "/users/1" for 127.0.0.1 at 2018-11-01 22:17:03 +0200 + +ActionController::RoutingError (No route matches [GET] "/users/1"): + +actionpack (5.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.1) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.5) lib/rack/method_override.rb:22:in `call' +rack (2.0.5) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.5) lib/rack/sendfile.rb:111:in `call' +railties (5.2.1) lib/rails/engine.rb:524:in `call' +puma (3.12.0) lib/puma/configuration.rb:225:in `call' +puma (3.12.0) lib/puma/server.rb:658:in `handle_request' +puma (3.12.0) lib/puma/server.rb:472:in `process_client' +puma (3.12.0) lib/puma/server.rb:332:in `block in run' +puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' +Started GET "/users/1" for 127.0.0.1 at 2018-11-01 22:17:05 +0200 + +ActionController::RoutingError (No route matches [GET] "/users/1"): + +actionpack (5.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.1) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.5) lib/rack/method_override.rb:22:in `call' +rack (2.0.5) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.5) lib/rack/sendfile.rb:111:in `call' +railties (5.2.1) lib/rails/engine.rb:524:in `call' +puma (3.12.0) lib/puma/configuration.rb:225:in `call' +puma (3.12.0) lib/puma/server.rb:658:in `handle_request' +puma (3.12.0) lib/puma/server.rb:472:in `process_client' +puma (3.12.0) lib/puma/server.rb:332:in `block in run' +puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' +Started GET "/" for 127.0.0.1 at 2018-11-02 20:54:43 +0200 +  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Processing by HomeController#index as HTML +Completed 404 Not Found in 34ms (ActiveRecord: 2.6ms) + + + +ActiveRecord::RecordNotFound (Couldn't find User without an ID): + +app/controllers/home_controller.rb:3:in `index' +Started GET "/" for 127.0.0.1 at 2018-11-02 20:55:06 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (40.7ms) +Completed 500 Internal Server Error in 71ms (ActiveRecord: 1.7ms) + + + +ActionView::Template::Error (undefined method `name' for nil:NilClass): + 4: Здравствуйте, <%= current_user.email %> + 5: <% if current_user.email == 'yarmolenko.dany@gmail.com' %> + 6:

ADMIN PANEL.

+ 7:

<% @user.name %>

+ 8:

<% current_user.admin? %>

+ 9:

<% current_user.role %>

+ 10: <% end %> + +app/views/home/index.html.erb:7:in `_app_views_home_index_html_erb___1747561364598965131_47299407792300' +Started GET "/" for 127.0.0.1 at 2018-11-02 20:55:38 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (6.8ms) +Completed 200 OK in 427ms (Views: 424.8ms | ActiveRecord: 0.3ms) + + +Started DELETE "/users/sign_out" for 127.0.0.1 at 2018-11-02 20:56:20 +0200 +Processing by Devise::SessionsController#destroy as HTML + Parameters: {"authenticity_token"=>"MLkNSxb0nH9d59bnU07zhOHk55X7BGWE+a4EWgudl3CTiGDmZ9kALOOCapex5cKGnY9JAr+lU3yKSyAXhQ1udQ=="} + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +  (0.1ms) begin transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +  (0.1ms) commit transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Redirected to http://localhost:3000/ +Completed 302 Found in 14ms (ActiveRecord: 0.4ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-02 20:56:20 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + Rendered home/index.html.erb within layouts/application (7.5ms) +Completed 200 OK in 48ms (Views: 45.9ms | ActiveRecord: 0.0ms) + + +Started GET "/users/sign_in" for 127.0.0.1 at 2018-11-02 20:56:22 +0200 +Processing by Devise::SessionsController#new as HTML + Rendering devise/sessions/new.html.erb within layouts/application + Rendered devise/shared/_links.html.erb (1.5ms) + Rendered devise/sessions/new.html.erb within layouts/application (53.8ms) +Completed 200 OK in 106ms (Views: 103.0ms | ActiveRecord: 0.0ms) + + +Started POST "/users/sign_in" for 127.0.0.1 at 2018-11-02 20:56:26 +0200 +Processing by Devise::SessionsController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"k/3rpi0cDG3HV+P+u1P6wnkNNq8HRym8SDAV92YRZTz6swDILyNRaS9X0LYvRYuW8tNNwFkmmLebJX2qriThpw==", "user"=>{"email"=>"yarmolenko.dany@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"} + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ? [["email", "yarmolenko.dany@gmail.com"], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Redirected to http://localhost:3000/ +Completed 302 Found in 422ms (ActiveRecord: 0.4ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-02 20:56:26 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (4.1ms) +Completed 200 OK in 43ms (Views: 41.2ms | ActiveRecord: 0.4ms) + + +Started GET "/admin" for 127.0.0.1 at 2018-11-02 20:56:34 +0200 + +ActionController::RoutingError (No route matches [GET] "/admin"): + +actionpack (5.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.1) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.5) lib/rack/method_override.rb:22:in `call' +rack (2.0.5) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.5) lib/rack/sendfile.rb:111:in `call' +railties (5.2.1) lib/rails/engine.rb:524:in `call' +puma (3.12.0) lib/puma/configuration.rb:225:in `call' +puma (3.12.0) lib/puma/server.rb:658:in `handle_request' +puma (3.12.0) lib/puma/server.rb:472:in `process_client' +puma (3.12.0) lib/puma/server.rb:332:in `block in run' +puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' +Started GET "/admin" for 127.0.0.1 at 2018-11-02 22:10:49 +0200 + +ActionController::RoutingError (No route matches [GET] "/admin"): + +actionpack (5.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.1) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.5) lib/rack/method_override.rb:22:in `call' +rack (2.0.5) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.5) lib/rack/sendfile.rb:111:in `call' +railties (5.2.1) lib/rails/engine.rb:524:in `call' +puma (3.12.0) lib/puma/configuration.rb:225:in `call' +puma (3.12.0) lib/puma/server.rb:658:in `handle_request' +puma (3.12.0) lib/puma/server.rb:472:in `process_client' +puma (3.12.0) lib/puma/server.rb:332:in `block in run' +puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' + User Load (0.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] +  (0.2ms) begin transaction + User Update (0.5ms) UPDATE "users" SET "updated_at" = ?, "admin" = ? WHERE "users"."id" = ? [["updated_at", "2018-11-02 20:24:48.362416"], ["admin", 1], ["id", 1]] +  (77.1ms) commit transaction +Started GET "/" for 127.0.0.1 at 2018-11-02 22:44:16 +0200 +  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (34.4ms) +Completed 200 OK in 522ms (Views: 500.5ms | ActiveRecord: 2.1ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-02 22:44:41 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (3.3ms) +Completed 200 OK in 32ms (Views: 29.7ms | ActiveRecord: 0.5ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-02 22:44:43 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (3.4ms) +Completed 200 OK in 34ms (Views: 32.2ms | ActiveRecord: 0.3ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-02 22:44:52 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (4.7ms) +Completed 200 OK in 46ms (Views: 43.9ms | ActiveRecord: 0.4ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-02 22:45:17 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (4.5ms) +Completed 200 OK in 35ms (Views: 33.0ms | ActiveRecord: 0.4ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-02 22:45:19 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (4.6ms) +Completed 200 OK in 39ms (Views: 36.4ms | ActiveRecord: 0.4ms) + + +Started GET "/admin" for 127.0.0.1 at 2018-11-02 22:47:50 +0200 + +ActionController::RoutingError (No route matches [GET] "/admin"): + +actionpack (5.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.1) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.5) lib/rack/method_override.rb:22:in `call' +rack (2.0.5) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.5) lib/rack/sendfile.rb:111:in `call' +railties (5.2.1) lib/rails/engine.rb:524:in `call' +puma (3.12.0) lib/puma/configuration.rb:225:in `call' +puma (3.12.0) lib/puma/server.rb:658:in `handle_request' +puma (3.12.0) lib/puma/server.rb:472:in `process_client' +puma (3.12.0) lib/puma/server.rb:332:in `block in run' +puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' +Started GET "/admin/index" for 127.0.0.1 at 2018-11-02 22:48:04 +0200 +Processing by AdminController#index as HTML + Rendering admin/index.html.erb within layouts/application + Rendered admin/index.html.erb within layouts/application (0.7ms) +Completed 200 OK in 276ms (Views: 274.2ms | ActiveRecord: 0.0ms) + + +Started GET "/admin/index" for 127.0.0.1 at 2018-11-02 22:48:17 +0200 + +ArgumentError (Missing :controller key on routes definition, please check your routes.): + +config/routes.rb:7:in `block in
' +config/routes.rb:1:in `
' +Started GET "/admin" for 127.0.0.1 at 2018-11-02 22:48:21 +0200 + +ActionController::RoutingError (No route matches [GET] "/admin"): + +actionpack (5.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.1) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.5) lib/rack/method_override.rb:22:in `call' +rack (2.0.5) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.5) lib/rack/sendfile.rb:111:in `call' +railties (5.2.1) lib/rails/engine.rb:524:in `call' +puma (3.12.0) lib/puma/configuration.rb:225:in `call' +puma (3.12.0) lib/puma/server.rb:658:in `handle_request' +puma (3.12.0) lib/puma/server.rb:472:in `process_client' +puma (3.12.0) lib/puma/server.rb:332:in `block in run' +puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' +Started GET "/admin" for 127.0.0.1 at 2018-11-02 22:48:24 +0200 + +ActionController::RoutingError (No route matches [GET] "/admin"): + +actionpack (5.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.1) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.5) lib/rack/method_override.rb:22:in `call' +rack (2.0.5) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.5) lib/rack/sendfile.rb:111:in `call' +railties (5.2.1) lib/rails/engine.rb:524:in `call' +puma (3.12.0) lib/puma/configuration.rb:225:in `call' +puma (3.12.0) lib/puma/server.rb:658:in `handle_request' +puma (3.12.0) lib/puma/server.rb:472:in `process_client' +puma (3.12.0) lib/puma/server.rb:332:in `block in run' +puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' +Started GET "/admin" for 127.0.0.1 at 2018-11-02 22:49:10 +0200 + +ArgumentError (Missing :controller key on routes definition, please check your routes.): + +config/routes.rb:7:in `block in
' +config/routes.rb:1:in `
' +Started GET "/admin" for 127.0.0.1 at 2018-11-02 22:50:49 +0200 +Processing by UsersController#index as HTML +Completed 406 Not Acceptable in 54ms (ActiveRecord: 0.0ms) + + + +ActionController::UnknownFormat (UsersController#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.2.1) lib/action_controller/metal/implicit_render.rb:55:in `default_render' +actionpack (5.2.1) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' +actionpack (5.2.1) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' +actionpack (5.2.1) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' +actionpack (5.2.1) lib/abstract_controller/base.rb:194:in `process_action' +actionpack (5.2.1) lib/action_controller/metal/rendering.rb:30:in `process_action' +actionpack (5.2.1) lib/abstract_controller/callbacks.rb:42:in `block in process_action' +activesupport (5.2.1) lib/active_support/callbacks.rb:132:in `run_callbacks' +actionpack (5.2.1) lib/abstract_controller/callbacks.rb:41:in `process_action' +actionpack (5.2.1) lib/action_controller/metal/rescue.rb:22:in `process_action' +actionpack (5.2.1) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' +activesupport (5.2.1) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.1) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.1) lib/active_support/notifications.rb:168:in `instrument' +actionpack (5.2.1) lib/action_controller/metal/instrumentation.rb:32:in `process_action' +actionpack (5.2.1) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' +activerecord (5.2.1) lib/active_record/railties/controller_runtime.rb:24:in `process_action' +actionpack (5.2.1) lib/abstract_controller/base.rb:134:in `process' +actionview (5.2.1) lib/action_view/rendering.rb:32:in `process' +actionpack (5.2.1) lib/action_controller/metal.rb:191:in `dispatch' +actionpack (5.2.1) lib/action_controller/metal.rb:252:in `dispatch' +actionpack (5.2.1) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' +actionpack (5.2.1) lib/action_dispatch/routing/route_set.rb:34:in `serve' +actionpack (5.2.1) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.1) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.1) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.1) lib/action_dispatch/routing/route_set.rb:840:in `call' +warden (1.2.7) lib/warden/manager.rb:36:in `block in call' +warden (1.2.7) lib/warden/manager.rb:35:in `catch' +warden (1.2.7) lib/warden/manager.rb:35:in `call' +rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' +rack (2.0.5) lib/rack/etag.rb:25:in `call' +rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' +rack (2.0.5) lib/rack/head.rb:12:in `call' +actionpack (5.2.1) lib/action_dispatch/http/content_security_policy.rb:18:in `call' +rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' +rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/cookies.rb:670:in `call' +activerecord (5.2.1) lib/active_record/migration.rb:559:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' +activesupport (5.2.1) lib/active_support/callbacks.rb:98:in `run_callbacks' +actionpack (5.2.1) lib/action_dispatch/middleware/callbacks.rb:26:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' +web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.1) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.5) lib/rack/method_override.rb:22:in `call' +rack (2.0.5) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.5) lib/rack/sendfile.rb:111:in `call' +railties (5.2.1) lib/rails/engine.rb:524:in `call' +puma (3.12.0) lib/puma/configuration.rb:225:in `call' +puma (3.12.0) lib/puma/server.rb:658:in `handle_request' +puma (3.12.0) lib/puma/server.rb:472:in `process_client' +puma (3.12.0) lib/puma/server.rb:332:in `block in run' +puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' +Started GET "/admin/index" for 127.0.0.1 at 2018-11-02 22:51:03 +0200 +Processing by AdminController#index as HTML + Rendering admin/index.html.erb within layouts/application + Rendered admin/index.html.erb within layouts/application (0.5ms) +Completed 200 OK in 48ms (Views: 46.1ms | ActiveRecord: 0.0ms) + + +Started GET "/admin/index" for 127.0.0.1 at 2018-11-02 22:52:08 +0200 + +ArgumentError (You should not use the `match` method in your router without specifying an HTTP method. +If you want to expose your action to both GET and POST, add `via: [:get, :post]` option. +If you want to expose your action to GET, use `get` in the router: + Instead of: match "controller#action" + Do: get "controller#action"): + +config/routes.rb:7:in `block in
' +config/routes.rb:1:in `
' +Started GET "/admin/index" for 127.0.0.1 at 2018-11-02 22:58:04 +0200 +  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Processing by AdminController#index as HTML + Rendering admin/index.html.erb within layouts/application + Rendered admin/index.html.erb within layouts/application (1.0ms) +Completed 200 OK in 408ms (Views: 392.6ms | ActiveRecord: 0.0ms) + + +Started GET "/admin" for 127.0.0.1 at 2018-11-02 22:58:13 +0200 +Processing by UsersController#index as HTML +Completed 406 Not Acceptable in 50ms (ActiveRecord: 0.0ms) + + + +ActionController::UnknownFormat (UsersController#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.2.1) lib/action_controller/metal/implicit_render.rb:55:in `default_render' +actionpack (5.2.1) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' +actionpack (5.2.1) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' +actionpack (5.2.1) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' +actionpack (5.2.1) lib/abstract_controller/base.rb:194:in `process_action' +actionpack (5.2.1) lib/action_controller/metal/rendering.rb:30:in `process_action' +actionpack (5.2.1) lib/abstract_controller/callbacks.rb:42:in `block in process_action' +activesupport (5.2.1) lib/active_support/callbacks.rb:132:in `run_callbacks' +actionpack (5.2.1) lib/abstract_controller/callbacks.rb:41:in `process_action' +actionpack (5.2.1) lib/action_controller/metal/rescue.rb:22:in `process_action' +actionpack (5.2.1) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' +activesupport (5.2.1) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.1) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.1) lib/active_support/notifications.rb:168:in `instrument' +actionpack (5.2.1) lib/action_controller/metal/instrumentation.rb:32:in `process_action' +actionpack (5.2.1) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' +activerecord (5.2.1) lib/active_record/railties/controller_runtime.rb:24:in `process_action' +actionpack (5.2.1) lib/abstract_controller/base.rb:134:in `process' +actionview (5.2.1) lib/action_view/rendering.rb:32:in `process' +actionpack (5.2.1) lib/action_controller/metal.rb:191:in `dispatch' +actionpack (5.2.1) lib/action_controller/metal.rb:252:in `dispatch' +actionpack (5.2.1) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' +actionpack (5.2.1) lib/action_dispatch/routing/route_set.rb:34:in `serve' +actionpack (5.2.1) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.1) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.1) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.1) lib/action_dispatch/routing/route_set.rb:840:in `call' +warden (1.2.7) lib/warden/manager.rb:36:in `block in call' +warden (1.2.7) lib/warden/manager.rb:35:in `catch' +warden (1.2.7) lib/warden/manager.rb:35:in `call' +rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' +rack (2.0.5) lib/rack/etag.rb:25:in `call' +rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' +rack (2.0.5) lib/rack/head.rb:12:in `call' +actionpack (5.2.1) lib/action_dispatch/http/content_security_policy.rb:18:in `call' +rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' +rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/cookies.rb:670:in `call' +activerecord (5.2.1) lib/active_record/migration.rb:559:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' +activesupport (5.2.1) lib/active_support/callbacks.rb:98:in `run_callbacks' +actionpack (5.2.1) lib/action_dispatch/middleware/callbacks.rb:26:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' +web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.1) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.5) lib/rack/method_override.rb:22:in `call' +rack (2.0.5) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.5) lib/rack/sendfile.rb:111:in `call' +railties (5.2.1) lib/rails/engine.rb:524:in `call' +puma (3.12.0) lib/puma/configuration.rb:225:in `call' +puma (3.12.0) lib/puma/server.rb:658:in `handle_request' +puma (3.12.0) lib/puma/server.rb:472:in `process_client' +puma (3.12.0) lib/puma/server.rb:332:in `block in run' +puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' +Started GET "/admin/" for 127.0.0.1 at 2018-11-02 22:58:14 +0200 +Processing by UsersController#index as HTML +Completed 406 Not Acceptable in 52ms (ActiveRecord: 0.0ms) + + + +ActionController::UnknownFormat (UsersController#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.2.1) lib/action_controller/metal/implicit_render.rb:55:in `default_render' +actionpack (5.2.1) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' +actionpack (5.2.1) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' +actionpack (5.2.1) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' +actionpack (5.2.1) lib/abstract_controller/base.rb:194:in `process_action' +actionpack (5.2.1) lib/action_controller/metal/rendering.rb:30:in `process_action' +actionpack (5.2.1) lib/abstract_controller/callbacks.rb:42:in `block in process_action' +activesupport (5.2.1) lib/active_support/callbacks.rb:132:in `run_callbacks' +actionpack (5.2.1) lib/abstract_controller/callbacks.rb:41:in `process_action' +actionpack (5.2.1) lib/action_controller/metal/rescue.rb:22:in `process_action' +actionpack (5.2.1) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' +activesupport (5.2.1) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.1) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.1) lib/active_support/notifications.rb:168:in `instrument' +actionpack (5.2.1) lib/action_controller/metal/instrumentation.rb:32:in `process_action' +actionpack (5.2.1) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' +activerecord (5.2.1) lib/active_record/railties/controller_runtime.rb:24:in `process_action' +actionpack (5.2.1) lib/abstract_controller/base.rb:134:in `process' +actionview (5.2.1) lib/action_view/rendering.rb:32:in `process' +actionpack (5.2.1) lib/action_controller/metal.rb:191:in `dispatch' +actionpack (5.2.1) lib/action_controller/metal.rb:252:in `dispatch' +actionpack (5.2.1) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' +actionpack (5.2.1) lib/action_dispatch/routing/route_set.rb:34:in `serve' +actionpack (5.2.1) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.1) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.1) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.1) lib/action_dispatch/routing/route_set.rb:840:in `call' +warden (1.2.7) lib/warden/manager.rb:36:in `block in call' +warden (1.2.7) lib/warden/manager.rb:35:in `catch' +warden (1.2.7) lib/warden/manager.rb:35:in `call' +rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' +rack (2.0.5) lib/rack/etag.rb:25:in `call' +rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' +rack (2.0.5) lib/rack/head.rb:12:in `call' +actionpack (5.2.1) lib/action_dispatch/http/content_security_policy.rb:18:in `call' +rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' +rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/cookies.rb:670:in `call' +activerecord (5.2.1) lib/active_record/migration.rb:559:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' +activesupport (5.2.1) lib/active_support/callbacks.rb:98:in `run_callbacks' +actionpack (5.2.1) lib/action_dispatch/middleware/callbacks.rb:26:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' +web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.1) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.5) lib/rack/method_override.rb:22:in `call' +rack (2.0.5) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.5) lib/rack/sendfile.rb:111:in `call' +railties (5.2.1) lib/rails/engine.rb:524:in `call' +puma (3.12.0) lib/puma/configuration.rb:225:in `call' +puma (3.12.0) lib/puma/server.rb:658:in `handle_request' +puma (3.12.0) lib/puma/server.rb:472:in `process_client' +puma (3.12.0) lib/puma/server.rb:332:in `block in run' +puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' +Started GET "/admin" for 127.0.0.1 at 2018-11-02 22:58:35 +0200 + +ArgumentError (Missing :controller key on routes definition, please check your routes.): + +config/routes.rb:6:in `block in
' +config/routes.rb:1:in `
' +Started GET "/admin" for 127.0.0.1 at 2018-11-02 23:00:28 +0200 + +ArgumentError (Missing :controller key on routes definition, please check your routes.): + +config/routes.rb:8:in `block in
' +config/routes.rb:1:in `
' +Started GET "/admin" for 127.0.0.1 at 2018-11-02 23:00:30 +0200 +Processing by UsersController#index as HTML +Completed 406 Not Acceptable in 49ms (ActiveRecord: 0.0ms) + + + +ActionController::UnknownFormat (UsersController#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.2.1) lib/action_controller/metal/implicit_render.rb:55:in `default_render' +actionpack (5.2.1) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' +actionpack (5.2.1) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' +actionpack (5.2.1) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' +actionpack (5.2.1) lib/abstract_controller/base.rb:194:in `process_action' +actionpack (5.2.1) lib/action_controller/metal/rendering.rb:30:in `process_action' +actionpack (5.2.1) lib/abstract_controller/callbacks.rb:42:in `block in process_action' +activesupport (5.2.1) lib/active_support/callbacks.rb:132:in `run_callbacks' +actionpack (5.2.1) lib/abstract_controller/callbacks.rb:41:in `process_action' +actionpack (5.2.1) lib/action_controller/metal/rescue.rb:22:in `process_action' +actionpack (5.2.1) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' +activesupport (5.2.1) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.1) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.1) lib/active_support/notifications.rb:168:in `instrument' +actionpack (5.2.1) lib/action_controller/metal/instrumentation.rb:32:in `process_action' +actionpack (5.2.1) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' +activerecord (5.2.1) lib/active_record/railties/controller_runtime.rb:24:in `process_action' +actionpack (5.2.1) lib/abstract_controller/base.rb:134:in `process' +actionview (5.2.1) lib/action_view/rendering.rb:32:in `process' +actionpack (5.2.1) lib/action_controller/metal.rb:191:in `dispatch' +actionpack (5.2.1) lib/action_controller/metal.rb:252:in `dispatch' +actionpack (5.2.1) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' +actionpack (5.2.1) lib/action_dispatch/routing/route_set.rb:34:in `serve' +actionpack (5.2.1) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.1) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.1) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.1) lib/action_dispatch/routing/route_set.rb:840:in `call' +warden (1.2.7) lib/warden/manager.rb:36:in `block in call' +warden (1.2.7) lib/warden/manager.rb:35:in `catch' +warden (1.2.7) lib/warden/manager.rb:35:in `call' +rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' +rack (2.0.5) lib/rack/etag.rb:25:in `call' +rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' +rack (2.0.5) lib/rack/head.rb:12:in `call' +actionpack (5.2.1) lib/action_dispatch/http/content_security_policy.rb:18:in `call' +rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' +rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/cookies.rb:670:in `call' +activerecord (5.2.1) lib/active_record/migration.rb:559:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' +activesupport (5.2.1) lib/active_support/callbacks.rb:98:in `run_callbacks' +actionpack (5.2.1) lib/action_dispatch/middleware/callbacks.rb:26:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' +web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.1) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.5) lib/rack/method_override.rb:22:in `call' +rack (2.0.5) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.5) lib/rack/sendfile.rb:111:in `call' +railties (5.2.1) lib/rails/engine.rb:524:in `call' +puma (3.12.0) lib/puma/configuration.rb:225:in `call' +puma (3.12.0) lib/puma/server.rb:658:in `handle_request' +puma (3.12.0) lib/puma/server.rb:472:in `process_client' +puma (3.12.0) lib/puma/server.rb:332:in `block in run' +puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' +Started GET "/admin" for 127.0.0.1 at 2018-11-02 23:00:50 +0200 + +ArgumentError (Missing :controller key on routes definition, please check your routes.): + +config/routes.rb:8:in `block in
' +config/routes.rb:1:in `
' +Started GET "/admin" for 127.0.0.1 at 2018-11-02 23:04:40 +0200 + +ActionController::RoutingError (No route matches [GET] "/admin"): + +actionpack (5.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.1) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.5) lib/rack/method_override.rb:22:in `call' +rack (2.0.5) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.5) lib/rack/sendfile.rb:111:in `call' +railties (5.2.1) lib/rails/engine.rb:524:in `call' +puma (3.12.0) lib/puma/configuration.rb:225:in `call' +puma (3.12.0) lib/puma/server.rb:658:in `handle_request' +puma (3.12.0) lib/puma/server.rb:472:in `process_client' +puma (3.12.0) lib/puma/server.rb:332:in `block in run' +puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-02 23:04:55 +0200 +Processing by AdminController#dashboard as HTML + Rendering admin/dashboard.html.erb within layouts/application + Rendered admin/dashboard.html.erb within layouts/application (0.4ms) +Completed 200 OK in 104ms (Views: 102.3ms | ActiveRecord: 0.0ms) + + +Started GET "/admin" for 127.0.0.1 at 2018-11-02 23:05:27 +0200 + +ArgumentError (Missing :controller key on routes definition, please check your routes.): + +config/routes.rb:5:in `block in
' +config/routes.rb:1:in `
' +Started GET "/admin" for 127.0.0.1 at 2018-11-02 23:07:02 +0200 + +ArgumentError (You should not use the `match` method in your router without specifying an HTTP method. +If you want to expose your action to both GET and POST, add `via: [:get, :post]` option. +If you want to expose your action to GET, use `get` in the router: + Instead of: match "controller#action" + Do: get "controller#action"): + +config/routes.rb:5:in `block in
' +config/routes.rb:1:in `
' +Started GET "/admin" for 127.0.0.1 at 2018-11-02 23:07:43 +0200 + +ActionController::RoutingError (No route matches [GET] "/admin"): + +actionpack (5.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.1) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.5) lib/rack/method_override.rb:22:in `call' +rack (2.0.5) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.5) lib/rack/sendfile.rb:111:in `call' +railties (5.2.1) lib/rails/engine.rb:524:in `call' +puma (3.12.0) lib/puma/configuration.rb:225:in `call' +puma (3.12.0) lib/puma/server.rb:658:in `handle_request' +puma (3.12.0) lib/puma/server.rb:472:in `process_client' +puma (3.12.0) lib/puma/server.rb:332:in `block in run' +puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' +Started GET "/" for 127.0.0.1 at 2018-11-02 23:10:26 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (30.2ms) +Completed 200 OK in 65ms (Views: 61.7ms | ActiveRecord: 1.6ms) + + + User Load (0.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] +Started GET "/" for 127.0.0.1 at 2018-11-02 23:12:03 +0200 +  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (456.9ms) +Completed 500 Internal Server Error in 472ms (ActiveRecord: 1.3ms) + + + +ActionView::Template::Error (undefined local variable or method `admin_dashboard' for #<#:0x0000564068528650> +Did you mean? admin_dashboard_url): + 3: <% if user_signed_in? %> + 4: Здравствуйте, <%= current_user.email %> + 5: <% if current_user.admin %> + 6:

<%= link_to 'Dashboard', admin_dashboard %>

+ 7: <% end %> + 8: <%= link_to 'Выйти', destroy_user_session_path, :method => :delete %> + 9: <% else %> + +app/views/home/index.html.erb:6:in `_app_views_home_index_html_erb__3645417363304916401_47417314101100' +Started GET "/" for 127.0.0.1 at 2018-11-02 23:12:27 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (5.2ms) +Completed 200 OK in 348ms (Views: 345.3ms | ActiveRecord: 0.7ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-02 23:12:30 +0200 +Processing by AdminController#dashboard as HTML + Rendering admin/dashboard.html.erb within layouts/application + Rendered admin/dashboard.html.erb within layouts/application (0.4ms) +Completed 200 OK in 34ms (Views: 32.5ms | ActiveRecord: 0.0ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-02 23:25:55 +0200 +Processing by AdminController#dashboard as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:4 + Rendered admin/dashboard.html.erb within layouts/application (2.1ms) +Completed 200 OK in 31ms (Views: 29.8ms | ActiveRecord: 0.3ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-02 23:26:20 +0200 +Processing by AdminController#dashboard as HTML + Rendering admin/dashboard.html.erb within layouts/application + Rendered admin/dashboard.html.erb within layouts/application (2.6ms) +Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms) + + + +ActionView::Template::Error (undefined method `each' for nil:NilClass): + 1:

Welcome to dashboard!

+ 2:
    + 3: <% @users.each do |user| %> + 4:
  • + 5:

    <%= user.id %>

    + 6:

    <%= user.email %>

    + +app/views/admin/dashboard.html.erb:3:in `_app_views_admin_dashboard_html_erb__1200154519667610594_70356430788420' +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-02 23:28:00 +0200 +Processing by AdminController#dashboard as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.2ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:3 + Rendered admin/dashboard.html.erb within layouts/application (19.3ms) +Completed 200 OK in 53ms (Views: 49.6ms | ActiveRecord: 1.2ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-02 23:30:09 +0200 + +ArgumentError (Missing :controller key on routes definition, please check your routes.): + +config/routes.rb:3:in `block in
    ' +config/routes.rb:1:in `
    ' +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-02 23:30:48 +0200 +Processing by AdminController#index as HTML +Completed 406 Not Acceptable in 50ms (ActiveRecord: 0.0ms) + + + +ActionController::UnknownFormat (AdminController#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.2.1) lib/action_controller/metal/implicit_render.rb:55:in `default_render' +actionpack (5.2.1) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' +actionpack (5.2.1) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' +actionpack (5.2.1) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' +actionpack (5.2.1) lib/abstract_controller/base.rb:194:in `process_action' +actionpack (5.2.1) lib/action_controller/metal/rendering.rb:30:in `process_action' +actionpack (5.2.1) lib/abstract_controller/callbacks.rb:42:in `block in process_action' +activesupport (5.2.1) lib/active_support/callbacks.rb:132:in `run_callbacks' +actionpack (5.2.1) lib/abstract_controller/callbacks.rb:41:in `process_action' +actionpack (5.2.1) lib/action_controller/metal/rescue.rb:22:in `process_action' +actionpack (5.2.1) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' +activesupport (5.2.1) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.1) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.1) lib/active_support/notifications.rb:168:in `instrument' +actionpack (5.2.1) lib/action_controller/metal/instrumentation.rb:32:in `process_action' +actionpack (5.2.1) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' +activerecord (5.2.1) lib/active_record/railties/controller_runtime.rb:24:in `process_action' +actionpack (5.2.1) lib/abstract_controller/base.rb:134:in `process' +actionview (5.2.1) lib/action_view/rendering.rb:32:in `process' +actionpack (5.2.1) lib/action_controller/metal.rb:191:in `dispatch' +actionpack (5.2.1) lib/action_controller/metal.rb:252:in `dispatch' +actionpack (5.2.1) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' +actionpack (5.2.1) lib/action_dispatch/routing/route_set.rb:34:in `serve' +actionpack (5.2.1) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.1) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.1) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.1) lib/action_dispatch/routing/route_set.rb:840:in `call' +warden (1.2.7) lib/warden/manager.rb:36:in `block in call' +warden (1.2.7) lib/warden/manager.rb:35:in `catch' +warden (1.2.7) lib/warden/manager.rb:35:in `call' +rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' +rack (2.0.5) lib/rack/etag.rb:25:in `call' +rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' +rack (2.0.5) lib/rack/head.rb:12:in `call' +actionpack (5.2.1) lib/action_dispatch/http/content_security_policy.rb:18:in `call' +rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' +rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/cookies.rb:670:in `call' +activerecord (5.2.1) lib/active_record/migration.rb:559:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' +activesupport (5.2.1) lib/active_support/callbacks.rb:98:in `run_callbacks' +actionpack (5.2.1) lib/action_dispatch/middleware/callbacks.rb:26:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' +web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.1) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.5) lib/rack/method_override.rb:22:in `call' +rack (2.0.5) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.5) lib/rack/sendfile.rb:111:in `call' +railties (5.2.1) lib/rails/engine.rb:524:in `call' +puma (3.12.0) lib/puma/configuration.rb:225:in `call' +puma (3.12.0) lib/puma/server.rb:658:in `handle_request' +puma (3.12.0) lib/puma/server.rb:472:in `process_client' +puma (3.12.0) lib/puma/server.rb:332:in `block in run' +puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-02 23:34:11 +0200 +Processing by AdminController#index as HTML +Completed 406 Not Acceptable in 50ms (ActiveRecord: 0.0ms) + + + +ActionController::UnknownFormat (AdminController#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.2.1) lib/action_controller/metal/implicit_render.rb:55:in `default_render' +actionpack (5.2.1) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' +actionpack (5.2.1) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' +actionpack (5.2.1) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' +actionpack (5.2.1) lib/abstract_controller/base.rb:194:in `process_action' +actionpack (5.2.1) lib/action_controller/metal/rendering.rb:30:in `process_action' +actionpack (5.2.1) lib/abstract_controller/callbacks.rb:42:in `block in process_action' +activesupport (5.2.1) lib/active_support/callbacks.rb:132:in `run_callbacks' +actionpack (5.2.1) lib/abstract_controller/callbacks.rb:41:in `process_action' +actionpack (5.2.1) lib/action_controller/metal/rescue.rb:22:in `process_action' +actionpack (5.2.1) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' +activesupport (5.2.1) lib/active_support/notifications.rb:168:in `block in instrument' +activesupport (5.2.1) lib/active_support/notifications/instrumenter.rb:23:in `instrument' +activesupport (5.2.1) lib/active_support/notifications.rb:168:in `instrument' +actionpack (5.2.1) lib/action_controller/metal/instrumentation.rb:32:in `process_action' +actionpack (5.2.1) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' +activerecord (5.2.1) lib/active_record/railties/controller_runtime.rb:24:in `process_action' +actionpack (5.2.1) lib/abstract_controller/base.rb:134:in `process' +actionview (5.2.1) lib/action_view/rendering.rb:32:in `process' +actionpack (5.2.1) lib/action_controller/metal.rb:191:in `dispatch' +actionpack (5.2.1) lib/action_controller/metal.rb:252:in `dispatch' +actionpack (5.2.1) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' +actionpack (5.2.1) lib/action_dispatch/routing/route_set.rb:34:in `serve' +actionpack (5.2.1) lib/action_dispatch/journey/router.rb:52:in `block in serve' +actionpack (5.2.1) lib/action_dispatch/journey/router.rb:35:in `each' +actionpack (5.2.1) lib/action_dispatch/journey/router.rb:35:in `serve' +actionpack (5.2.1) lib/action_dispatch/routing/route_set.rb:840:in `call' +warden (1.2.7) lib/warden/manager.rb:36:in `block in call' +warden (1.2.7) lib/warden/manager.rb:35:in `catch' +warden (1.2.7) lib/warden/manager.rb:35:in `call' +rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' +rack (2.0.5) lib/rack/etag.rb:25:in `call' +rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' +rack (2.0.5) lib/rack/head.rb:12:in `call' +actionpack (5.2.1) lib/action_dispatch/http/content_security_policy.rb:18:in `call' +rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' +rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/cookies.rb:670:in `call' +activerecord (5.2.1) lib/active_record/migration.rb:559:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' +activesupport (5.2.1) lib/active_support/callbacks.rb:98:in `run_callbacks' +actionpack (5.2.1) lib/action_dispatch/middleware/callbacks.rb:26:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' +web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.1) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.5) lib/rack/method_override.rb:22:in `call' +rack (2.0.5) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.5) lib/rack/sendfile.rb:111:in `call' +railties (5.2.1) lib/rails/engine.rb:524:in `call' +puma (3.12.0) lib/puma/configuration.rb:225:in `call' +puma (3.12.0) lib/puma/server.rb:658:in `handle_request' +puma (3.12.0) lib/puma/server.rb:472:in `process_client' +puma (3.12.0) lib/puma/server.rb:332:in `block in run' +puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-02 23:37:55 +0200 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:3 + Rendered admin/dashboard.html.erb within layouts/application (38.7ms) +Completed 200 OK in 82ms (Views: 78.4ms | ActiveRecord: 1.9ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-02 23:37:59 +0200 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:3 + Rendered admin/dashboard.html.erb within layouts/application (2.6ms) +Completed 200 OK in 43ms (Views: 41.7ms | ActiveRecord: 0.4ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-02 23:38:18 +0200 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:3 + Rendered admin/dashboard.html.erb within layouts/application (2.7ms) +Completed 200 OK in 48ms (Views: 46.7ms | ActiveRecord: 0.4ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-02 23:42:15 +0200 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:3 + Rendered admin/dashboard.html.erb within layouts/application (2.2ms) +Completed 200 OK in 75ms (Views: 74.1ms | ActiveRecord: 0.3ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-02 23:42:35 +0200 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:3 + Rendered admin/dashboard.html.erb within layouts/application (1.8ms) +Completed 200 OK in 63ms (Views: 62.0ms | ActiveRecord: 0.3ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-02 23:43:40 +0200 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:3 + Rendered admin/dashboard.html.erb within layouts/application (2.4ms) +Completed 200 OK in 44ms (Views: 42.7ms | ActiveRecord: 0.3ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-02 23:43:53 +0200 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:3 + Rendered admin/dashboard.html.erb within layouts/application (3.1ms) +Completed 200 OK in 43ms (Views: 41.3ms | ActiveRecord: 0.4ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-02 23:45:37 +0200 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:3 + Rendered admin/dashboard.html.erb within layouts/application (1.7ms) +Completed 200 OK in 63ms (Views: 61.3ms | ActiveRecord: 0.3ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-02 23:46:07 +0200 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:3 + Rendered admin/dashboard.html.erb within layouts/application (2.3ms) +Completed 200 OK in 57ms (Views: 55.2ms | ActiveRecord: 0.4ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-02 23:46:21 +0200 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.8ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:3 + Rendered admin/dashboard.html.erb within layouts/application (3.0ms) +Completed 200 OK in 82ms (Views: 80.0ms | ActiveRecord: 0.8ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-02 23:47:11 +0200 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:3 + Rendered admin/dashboard.html.erb within layouts/application (2.7ms) +Completed 200 OK in 57ms (Views: 55.5ms | ActiveRecord: 0.4ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-02 23:49:38 +0200 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] + ↳ app/controllers/admin_controller.rb:4 + CACHE User Load (0.0ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] + ↳ app/controllers/admin_controller.rb:4 + CACHE User Load (0.0ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] + ↳ app/controllers/admin_controller.rb:4 + CACHE User Load (0.0ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] + ↳ app/controllers/admin_controller.rb:4 + CACHE User Load (0.0ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] + ↳ app/controllers/admin_controller.rb:4 + CACHE User Load (0.0ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] + ↳ app/controllers/admin_controller.rb:4 + CACHE User Load (0.0ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] + ↳ app/controllers/admin_controller.rb:4 + CACHE User Load (0.0ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] + ↳ app/controllers/admin_controller.rb:4 + Rendered admin/dashboard.html.erb within layouts/application (383.4ms) +Completed 500 Internal Server Error in 388ms (ActiveRecord: 0.6ms) + + + +ActionView::Template::Error (undefined local variable or method `root' for #<#:0x00007ffa58043850>): + 1: <%= link_to 'HOME', root %> + 2:

    Welcome to dashboard!

    + 3:
      + 4: <% @users.each do |user| %> + +app/views/admin/dashboard.html.erb:1:in `_app_views_admin_dashboard_html_erb__1200154519667610594_70356597609120' +app/controllers/admin_controller.rb:4:in `index' +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-02 23:50:08 +0200 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:4 + Rendered admin/dashboard.html.erb within layouts/application (3.2ms) +Completed 200 OK in 52ms (Views: 51.1ms | ActiveRecord: 0.4ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-02 23:50:10 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (3.8ms) +Completed 200 OK in 61ms (Views: 58.8ms | ActiveRecord: 0.3ms) + + +Started DELETE "/users/sign_out" for 127.0.0.1 at 2018-11-02 23:50:14 +0200 +Processing by Devise::SessionsController#destroy as HTML + Parameters: {"authenticity_token"=>"6ngOKTIhmDRBkUUFeTVbinzfOQ4jaclzHcLLVBlTHIjjp9MIjlbmsx7h6ZiRLEbZUWQm2BZTq6uX2OK/gMq5OA=="} + User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +  (0.1ms) begin transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +  (0.1ms) commit transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Redirected to http://localhost:3000/ +Completed 302 Found in 15ms (ActiveRecord: 0.8ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-02 23:50:14 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + Rendered home/index.html.erb within layouts/application (6.7ms) +Completed 200 OK in 40ms (Views: 38.1ms | ActiveRecord: 0.0ms) + + +Started GET "/users/sign_in" for 127.0.0.1 at 2018-11-02 23:50:15 +0200 +Processing by Devise::SessionsController#new as HTML + Rendering devise/sessions/new.html.erb within layouts/application + Rendered devise/shared/_links.html.erb (1.6ms) + Rendered devise/sessions/new.html.erb within layouts/application (75.6ms) +Completed 200 OK in 115ms (Views: 112.9ms | ActiveRecord: 0.0ms) + + +Started POST "/users/sign_in" for 127.0.0.1 at 2018-11-02 23:50:23 +0200 +Processing by Devise::SessionsController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"VonFB9tI5uYbmxRvGmXUI6xqYmYc2SCXpkhRnhvT1FsAiSeHJnaVL5TtBrkihwQ3NqT9JqF0MdsPrZp/7UdzbQ==", "user"=>{"email"=>"yarmolenko@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"} + User Load (30.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ? [["email", "yarmolenko@gmail.com"], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Redirected to http://localhost:3000/ +Completed 302 Found in 589ms (ActiveRecord: 30.1ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-02 23:50:24 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 2], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (3.2ms) +Completed 200 OK in 33ms (Views: 30.1ms | ActiveRecord: 0.3ms) + + +Started DELETE "/users/sign_out" for 127.0.0.1 at 2018-11-02 23:50:26 +0200 +Processing by Devise::SessionsController#destroy as HTML + Parameters: {"authenticity_token"=>"dPrjpDX3BxQd4YlRZQO0L+tVcyi5IOqqMa5lvFlQpESzj7GtsRncdZdOTnWUDcuvOoR5SKcsyuVaHNXD7kyCXA=="} + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 2], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +  (0.1ms) begin transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +  (0.2ms) commit transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Redirected to http://localhost:3000/ +Completed 302 Found in 7ms (ActiveRecord: 0.7ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-02 23:50:26 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + Rendered home/index.html.erb within layouts/application (2.3ms) +Completed 200 OK in 47ms (Views: 45.1ms | ActiveRecord: 0.0ms) + + +Started GET "/users/sign_in" for 127.0.0.1 at 2018-11-02 23:50:27 +0200 +Processing by Devise::SessionsController#new as HTML + Rendering devise/sessions/new.html.erb within layouts/application + Rendered devise/shared/_links.html.erb (2.6ms) + Rendered devise/sessions/new.html.erb within layouts/application (7.9ms) +Completed 200 OK in 67ms (Views: 65.3ms | ActiveRecord: 0.0ms) + + +Started POST "/users/sign_in" for 127.0.0.1 at 2018-11-02 23:50:30 +0200 +Processing by Devise::SessionsController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"HH+Cw3tQ6lpV5iAyjI5GoPD3vt1TFPhpS3kpCkOYuyxrE52obpnQTYdcCESdVLy8kQFw+0oQxCmnJ4Ur+xvZKA==", "user"=>{"email"=>"yarmolenko@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"} + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ? [["email", "yarmolenko@gmail.com"], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Redirected to http://localhost:3000/ +Completed 302 Found in 240ms (ActiveRecord: 0.4ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-02 23:50:30 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 2], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (2.8ms) +Completed 200 OK in 49ms (Views: 47.7ms | ActiveRecord: 0.3ms) + + +Started DELETE "/users/sign_out" for 127.0.0.1 at 2018-11-02 23:50:34 +0200 +Processing by Devise::SessionsController#destroy as HTML + Parameters: {"authenticity_token"=>"3cMgThnkvJEqUBgJKwLE3Ytt81ZbP2Dfp8zArCAIcZqCHtpuThoWAWidyfSGUHcAtiGF/AEIK5CdnRVHfPKdOw=="} + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 2], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +  (0.1ms) begin transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +  (0.1ms) commit transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Redirected to http://localhost:3000/ +Completed 302 Found in 5ms (ActiveRecord: 0.5ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-02 23:50:34 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + Rendered home/index.html.erb within layouts/application (1.6ms) +Completed 200 OK in 42ms (Views: 39.9ms | ActiveRecord: 0.0ms) + + +Started GET "/users/sign_in" for 127.0.0.1 at 2018-11-02 23:50:35 +0200 +Processing by Devise::SessionsController#new as HTML + Rendering devise/sessions/new.html.erb within layouts/application + Rendered devise/shared/_links.html.erb (1.7ms) + Rendered devise/sessions/new.html.erb within layouts/application (8.5ms) +Completed 200 OK in 49ms (Views: 47.6ms | ActiveRecord: 0.0ms) + + +Started POST "/users/sign_in" for 127.0.0.1 at 2018-11-02 23:50:40 +0200 +Processing by Devise::SessionsController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"GMMwCFlTXgdy2RIFdBS8/yvSGLxfaY4BmOXTkE5z7U2ARGf87Wj5yMGtG4RT5M1ikcKv2rSdjx7Zqchc+mvVeQ==", "user"=>{"email"=>"yarmolenko.dany@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"} + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ? [["email", "yarmolenko.dany@gmail.com"], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Redirected to http://localhost:3000/ +Completed 302 Found in 243ms (ActiveRecord: 0.4ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-02 23:50:40 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (2.8ms) +Completed 200 OK in 37ms (Views: 35.1ms | ActiveRecord: 0.3ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-02 23:50:44 +0200 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:4 + Rendered admin/dashboard.html.erb within layouts/application (2.5ms) +Completed 200 OK in 42ms (Views: 40.6ms | ActiveRecord: 0.4ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-03 10:30:25 +0200 +  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (37.9ms) +Completed 200 OK in 608ms (Views: 512.9ms | ActiveRecord: 1.5ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-03 10:30:33 +0200 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:4 + Rendered admin/dashboard.html.erb within layouts/application (2.3ms) +Completed 200 OK in 53ms (Views: 52.0ms | ActiveRecord: 0.3ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-03 10:30:38 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (6.4ms) +Completed 200 OK in 56ms (Views: 53.8ms | ActiveRecord: 0.4ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-03 10:30:40 +0200 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:4 + Rendered admin/dashboard.html.erb within layouts/application (3.6ms) +Completed 200 OK in 53ms (Views: 51.6ms | ActiveRecord: 0.4ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-03 10:44:45 +0200 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.8ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:4 + Rendered admin/dashboard.html.erb within layouts/application (3.9ms) +Completed 200 OK in 45ms (Views: 43.2ms | ActiveRecord: 0.8ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-03 10:51:11 +0200 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:4 + Rendered admin/dashboard.html.erb within layouts/application (5.3ms) +Completed 200 OK in 40ms (Views: 38.5ms | ActiveRecord: 0.4ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-03 10:59:39 +0200 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.2ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:4 + Rendered admin/dashboard.html.erb within layouts/application (21.5ms) +Completed 200 OK in 54ms (Views: 51.6ms | ActiveRecord: 1.3ms) + + +Started POST "/admin/dashboard" for 127.0.0.1 at 2018-11-03 10:59:42 +0200 + +ActionController::RoutingError (No route matches [POST] "/admin/dashboard"): + +actionpack (5.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.1) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.5) lib/rack/method_override.rb:22:in `call' +rack (2.0.5) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.5) lib/rack/sendfile.rb:111:in `call' +railties (5.2.1) lib/rails/engine.rb:524:in `call' +puma (3.12.0) lib/puma/configuration.rb:225:in `call' +puma (3.12.0) lib/puma/server.rb:658:in `handle_request' +puma (3.12.0) lib/puma/server.rb:472:in `process_client' +puma (3.12.0) lib/puma/server.rb:332:in `block in run' +puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' +Started POST "/admin/dashboard" for 127.0.0.1 at 2018-11-03 11:01:50 +0200 + +ActionController::RoutingError (No route matches [POST] "/admin/dashboard"): + +actionpack (5.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.1) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.5) lib/rack/method_override.rb:22:in `call' +rack (2.0.5) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.5) lib/rack/sendfile.rb:111:in `call' +railties (5.2.1) lib/rails/engine.rb:524:in `call' +puma (3.12.0) lib/puma/configuration.rb:225:in `call' +puma (3.12.0) lib/puma/server.rb:658:in `handle_request' +puma (3.12.0) lib/puma/server.rb:472:in `process_client' +puma (3.12.0) lib/puma/server.rb:332:in `block in run' +puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' +Started GET "/" for 127.0.0.1 at 2018-11-03 11:01:57 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (29.7ms) +Completed 200 OK in 79ms (Views: 74.9ms | ActiveRecord: 1.8ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-03 11:02:00 +0200 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:4 + Rendered admin/dashboard.html.erb within layouts/application (3.7ms) +Completed 200 OK in 56ms (Views: 54.2ms | ActiveRecord: 0.4ms) + + +Started DELETE "/admin/dashboard" for 127.0.0.1 at 2018-11-03 11:02:02 +0200 +Processing by AdminController#index as HTML + Parameters: {"authenticity_token"=>"vy53Y/jFPWSHyShaK61tkbWnzU1LEw89aqWGVxEhgGNnEqtdlHWMVUb0r5scRSC0JWvHSgzFuM4QCEfVSYZD5Q=="} + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.7ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:4 + Rendered admin/dashboard.html.erb within layouts/application (6.2ms) +Completed 200 OK in 42ms (Views: 40.3ms | ActiveRecord: 0.7ms) + + +Started DELETE "/admin/dashboard" for 127.0.0.1 at 2018-11-03 11:02:04 +0200 +Processing by AdminController#index as HTML + Parameters: {"authenticity_token"=>"wYfgxHE/0r5JISclvAN3RjvsfIARAeZQ+vEUF8QmWCyxlCcf8D/SrkuYRBVmp+PkZ49h5SY70oa56Np8J/N2OQ=="} + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.5ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:4 + Rendered admin/dashboard.html.erb within layouts/application (3.7ms) +Completed 200 OK in 47ms (Views: 46.2ms | ActiveRecord: 0.5ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-03 11:05:04 +0200 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.2ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:4 + Rendered admin/dashboard.html.erb within layouts/application (22.5ms) +Completed 200 OK in 68ms (Views: 65.5ms | ActiveRecord: 1.1ms) + + +Started DELETE "/admin/dashboard?id=1" for 127.0.0.1 at 2018-11-03 11:05:06 +0200 +Processing by AdminController#delete as HTML + Parameters: {"authenticity_token"=>"zcmCBo8sGOKeMGeKEi8j3Y9r3OI301XFTha2tYFVubm92kXdDiwY8pyJBLrIi7d/0wjBhwDpYRMND3jeYoCXrA==", "id"=>"1"} +Completed 500 Internal Server Error in 186ms (ActiveRecord: 0.0ms) + + + +NoMethodError (undefined method `User' for #): + +app/controllers/admin_controller.rb:8:in `delete' +Started DELETE "/admin/dashboard?id=1" for 127.0.0.1 at 2018-11-03 11:05:35 +0200 +Processing by AdminController#delete as HTML + Parameters: {"authenticity_token"=>"zcmCBo8sGOKeMGeKEi8j3Y9r3OI301XFTha2tYFVubm92kXdDiwY8pyJBLrIi7d/0wjBhwDpYRMND3jeYoCXrA==", "id"=>"1"} + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 +Completed 500 Internal Server Error in 33ms (ActiveRecord: 1.4ms) + + + +NoMethodError (undefined method `first' for #): + +app/controllers/admin_controller.rb:8:in `delete' +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-03 11:05:40 +0200 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.6ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:4 + Rendered admin/dashboard.html.erb within layouts/application (6.4ms) +Completed 200 OK in 61ms (Views: 59.0ms | ActiveRecord: 0.6ms) + + +Started DELETE "/admin/dashboard?id=1" for 127.0.0.1 at 2018-11-03 11:05:42 +0200 +Processing by AdminController#delete as HTML + Parameters: {"authenticity_token"=>"Avkmok3WZQefHpPDDhKQ1NXpyg7lrMCWxzrj9HRVoFFy6uF5zNZlF52n8PPUtgR2iYrXa9KW9ECEIy2fl4CORA==", "id"=>"1"} + User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 +Completed 500 Internal Server Error in 18ms (ActiveRecord: 0.5ms) + + + +NoMethodError (undefined method `first' for #): + +app/controllers/admin_controller.rb:8:in `delete' +Started DELETE "/admin/dashboard?id=1" for 127.0.0.1 at 2018-11-03 11:05:52 +0200 +Processing by AdminController#delete as HTML + Parameters: {"authenticity_token"=>"Avkmok3WZQefHpPDDhKQ1NXpyg7lrMCWxzrj9HRVoFFy6uF5zNZlF52n8PPUtgR2iYrXa9KW9ECEIy2fl4CORA==", "id"=>"1"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 +  (0.2ms) begin transaction + ↳ app/controllers/admin_controller.rb:9 + User Destroy (0.4ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]] + ↳ app/controllers/admin_controller.rb:9 +  (81.1ms) commit transaction + ↳ app/controllers/admin_controller.rb:9 +No template found for AdminController#delete, rendering head :no_content +Completed 204 No Content in 172ms (ActiveRecord: 83.0ms) + + +Started GET "/admin/dashboard/" for 127.0.0.1 at 2018-11-03 11:05:59 +0200 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:4 + Rendered admin/dashboard.html.erb within layouts/application (3.5ms) +Completed 200 OK in 48ms (Views: 46.1ms | ActiveRecord: 0.4ms) + + +Started DELETE "/admin/dashboard?id=2" for 127.0.0.1 at 2018-11-03 11:06:01 +0200 +Processing by AdminController#delete as HTML + Parameters: {"authenticity_token"=>"lMECVEEbKlfTlty3aTxFpliG/gGrwTewj1/LdL1Ucyfk0sWPwBsqR9Evv4ezmNEEBOXjZJz7A2bMRgUfXoFdMg==", "id"=>"2"} + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 +  (0.1ms) begin transaction + ↳ app/controllers/admin_controller.rb:9 + User Destroy (1.9ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]] + ↳ app/controllers/admin_controller.rb:9 +  (93.2ms) commit transaction + ↳ app/controllers/admin_controller.rb:9 +No template found for AdminController#delete, rendering head :no_content +Completed 204 No Content in 154ms (ActiveRecord: 95.4ms) + + +Started DELETE "/admin/dashboard?id=2" for 127.0.0.1 at 2018-11-03 11:06:04 +0200 +Processing by AdminController#delete as HTML + Parameters: {"authenticity_token"=>"lMECVEEbKlfTlty3aTxFpliG/gGrwTewj1/LdL1Ucyfk0sWPwBsqR9Evv4ezmNEEBOXjZJz7A2bMRgUfXoFdMg==", "id"=>"2"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 +Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.2ms) + + + +NoMethodError (undefined method `destroy' for nil:NilClass): + +app/controllers/admin_controller.rb:9:in `delete' +Started DELETE "/admin/dashboard?id=2" for 127.0.0.1 at 2018-11-03 11:06:26 +0200 +Processing by AdminController#delete as HTML + Parameters: {"authenticity_token"=>"lMECVEEbKlfTlty3aTxFpliG/gGrwTewj1/LdL1Ucyfk0sWPwBsqR9Evv4ezmNEEBOXjZJz7A2bMRgUfXoFdMg==", "id"=>"2"} + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 +No template found for AdminController#delete, rendering head :no_content +Completed 204 No Content in 52ms (ActiveRecord: 0.7ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-03 11:06:29 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (11.5ms) +Completed 200 OK in 62ms (Views: 58.4ms | ActiveRecord: 1.4ms) + + +Started GET "/users/sign_in" for 127.0.0.1 at 2018-11-03 11:06:31 +0200 +Processing by Devise::SessionsController#new as HTML + Rendering devise/sessions/new.html.erb within layouts/application + Rendered devise/shared/_links.html.erb (2.7ms) + Rendered devise/sessions/new.html.erb within layouts/application (19.2ms) +Completed 200 OK in 106ms (Views: 75.0ms | ActiveRecord: 0.0ms) + + +Started POST "/users/sign_in" for 127.0.0.1 at 2018-11-03 11:06:34 +0200 +Processing by Devise::SessionsController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"kvXEWRY2uIbHj6EjZ8F/XnypgDEPbOT/v0KV2PJLPFCKG37VhrbvjCtDs7a955Oj8TpiKwE4vp/QvufJq/f5YA==", "user"=>{"email"=>"yarmolenko.dany@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"} + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ? [["email", "yarmolenko.dany@gmail.com"], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Completed 401 Unauthorized in 42ms (ActiveRecord: 0.3ms) + + +Processing by Devise::SessionsController#new as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"kvXEWRY2uIbHj6EjZ8F/XnypgDEPbOT/v0KV2PJLPFCKG37VhrbvjCtDs7a955Oj8TpiKwE4vp/QvufJq/f5YA==", "user"=>{"email"=>"yarmolenko.dany@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"} + Rendering devise/sessions/new.html.erb within layouts/application + Rendered devise/shared/_links.html.erb (1.1ms) + Rendered devise/sessions/new.html.erb within layouts/application (4.5ms) +Completed 200 OK in 391ms (Views: 33.3ms | ActiveRecord: 0.0ms) + + +Started GET "/users/sign_up" for 127.0.0.1 at 2018-11-03 11:06:38 +0200 +Processing by Devise::RegistrationsController#new as HTML + Rendering devise/registrations/new.html.erb within layouts/application + Rendered devise/registrations/new.html.erb within layouts/application (27.3ms) +Completed 500 Internal Server Error in 41ms (ActiveRecord: 0.0ms) + + + +ActionView::Template::Error (undefined method `first_name' for #): + 5: + 6:
      + 7: <%= f.label :name %>
      + 8: <%= f.text_field :first_name, autofocus: true %> + 9:
      + 10: + 11:
      + +app/views/devise/registrations/new.html.erb:8:in `block in _app_views_devise_registrations_new_html_erb__4481337915085327488_70129812925340' +app/views/devise/registrations/new.html.erb:3:in `_app_views_devise_registrations_new_html_erb__4481337915085327488_70129812925340' +Started GET "/users/sign_up" for 127.0.0.1 at 2018-11-03 11:07:03 +0200 +Processing by Devise::RegistrationsController#new as HTML + Rendering devise/registrations/new.html.erb within layouts/application + Rendered devise/shared/_links.html.erb (2.5ms) + Rendered devise/registrations/new.html.erb within layouts/application (9.8ms) +Completed 200 OK in 53ms (Views: 51.1ms | ActiveRecord: 0.0ms) + + +Started POST "/users" for 127.0.0.1 at 2018-11-03 11:07:18 +0200 +Processing by Devise::RegistrationsController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"ulO8+m9KB74mz/iufeBEdI5R2sp4gZJjxA4VhFRfZR3KQHsh7koHriR2m56nRNDW0jLHr0+7prWHF9vvt4pLCA==", "user"=>{"name"=>"Daniil", "email"=>"yarmolenko.dany@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"} +Unpermitted parameter: :name +  (0.1ms) begin transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 + User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "yarmolenko.dany@gmail.com"], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 + User Create (1.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "role") VALUES (?, ?, ?, ?, ?) [["email", "yarmolenko.dany@gmail.com"], ["encrypted_password", "$2a$11$ee7nF8atn5tc6KXvuX3f9OQUIr65Zm3Vk3li/BHh/qfUGLzV6dKEC"], ["created_at", "2018-11-03 09:07:18.255464"], ["updated_at", "2018-11-03 09:07:18.255464"], ["role", 0]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +  (71.5ms) commit transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Redirected to http://localhost:3000/ +Completed 302 Found in 313ms (ActiveRecord: 73.0ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-03 11:07:18 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 3], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (3.0ms) +Completed 200 OK in 37ms (Views: 35.0ms | ActiveRecord: 0.3ms) + + + User Load (0.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] +  (0.2ms) begin transaction + User Update (0.6ms) UPDATE "users" SET "updated_at" = ?, "admin" = ? WHERE "users"."id" = ? [["updated_at", "2018-11-03 09:08:03.173951"], ["admin", 1], ["id", 3]] +  (83.0ms) commit transaction +Started GET "/" for 127.0.0.1 at 2018-11-03 11:08:06 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 3], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (2.3ms) +Completed 200 OK in 52ms (Views: 49.2ms | ActiveRecord: 0.3ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-03 11:08:37 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 3], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (4.9ms) +Completed 200 OK in 52ms (Views: 49.7ms | ActiveRecord: 0.5ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-03 11:08:39 +0200 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:4 + Rendered admin/dashboard.html.erb within layouts/application (3.5ms) +Completed 200 OK in 62ms (Views: 60.3ms | ActiveRecord: 0.4ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-03 11:14:43 +0200 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:4 + Rendered admin/dashboard.html.erb within layouts/application (25.9ms) +Completed 200 OK in 66ms (Views: 63.4ms | ActiveRecord: 1.5ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-03 11:14:45 +0200 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:4 + Rendered admin/dashboard.html.erb within layouts/application (5.5ms) +Completed 200 OK in 61ms (Views: 59.5ms | ActiveRecord: 0.4ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-03 11:14:47 +0200 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.8ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:4 + Rendered admin/dashboard.html.erb within layouts/application (5.0ms) +Completed 200 OK in 56ms (Views: 53.8ms | ActiveRecord: 0.8ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-03 11:15:23 +0200 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:4 + Rendered admin/dashboard.html.erb within layouts/application (20.8ms) +Completed 200 OK in 64ms (Views: 61.4ms | ActiveRecord: 1.4ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-03 11:15:25 +0200 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.7ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:4 + Rendered admin/dashboard.html.erb within layouts/application (5.0ms) +Completed 200 OK in 61ms (Views: 58.9ms | ActiveRecord: 0.7ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-03 11:15:28 +0200 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:4 + Rendered admin/dashboard.html.erb within layouts/application (5.1ms) +Completed 200 OK in 53ms (Views: 51.5ms | ActiveRecord: 0.3ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-03 11:15:43 +0200 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:4 + Rendered admin/dashboard.html.erb within layouts/application (4.2ms) +Completed 200 OK in 51ms (Views: 49.6ms | ActiveRecord: 0.4ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-03 11:16:36 +0200 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.2ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:4 + Rendered admin/dashboard.html.erb within layouts/application (3.2ms) +Completed 200 OK in 60ms (Views: 58.5ms | ActiveRecord: 0.2ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-03 11:16:54 +0200 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.5ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:4 + Rendered admin/dashboard.html.erb within layouts/application (4.6ms) +Completed 200 OK in 50ms (Views: 48.9ms | ActiveRecord: 0.5ms) + + +Started GET "/admin/dashboard?id:2" for 127.0.0.1 at 2018-11-03 11:17:05 +0200 +Processing by AdminController#index as HTML + Parameters: {"id:2"=>nil} + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.8ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:4 + Rendered admin/dashboard.html.erb within layouts/application (4.5ms) +Completed 200 OK in 50ms (Views: 48.4ms | ActiveRecord: 0.8ms) + + +Started GET "/admin/dashboard?id:2" for 127.0.0.1 at 2018-11-03 11:18:58 +0200 +Processing by AdminController#index as HTML + Parameters: {"id:2"=>nil} + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.2ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:4 + Rendered admin/dashboard.html.erb within layouts/application (23.1ms) +Completed 200 OK in 56ms (Views: 53.9ms | ActiveRecord: 1.0ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-03 11:19:01 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 3], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (8.5ms) +Completed 200 OK in 57ms (Views: 54.9ms | ActiveRecord: 0.3ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-03 11:19:02 +0200 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:4 + Rendered admin/dashboard.html.erb within layouts/application (3.4ms) +Completed 200 OK in 61ms (Views: 60.1ms | ActiveRecord: 0.3ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-03 11:19:04 +0200 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:4 + Rendered admin/dashboard.html.erb within layouts/application (4.3ms) +Completed 200 OK in 39ms (Views: 38.4ms | ActiveRecord: 0.3ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-03 11:38:40 +0200 +  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:4 + Rendered admin/dashboard.html.erb within layouts/application (26.9ms) +Completed 200 OK in 316ms (Views: 303.2ms | ActiveRecord: 1.1ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-03 11:38:43 +0200 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:4 + Rendered admin/dashboard.html.erb within layouts/application (3.5ms) +Completed 200 OK in 53ms (Views: 51.8ms | ActiveRecord: 0.3ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-03 11:38:45 +0200 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:4 + Rendered admin/dashboard.html.erb within layouts/application (5.9ms) +Completed 200 OK in 50ms (Views: 49.2ms | ActiveRecord: 0.3ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-03 11:40:08 +0200 +  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:4 + Rendered admin/dashboard.html.erb within layouts/application (262.9ms) +Completed 500 Internal Server Error in 278ms (ActiveRecord: 1.3ms) + + + +ActionView::Template::Error (undefined method `admin_edit_url' for #<#:0x000055c632b10fc8> +Did you mean? admin_dashboard_url): + 8:

      EMAIL: <%= user.email %>

      + 9:
      + 10:
      + 11: <%= button_to 'Edit', admin_edit_url(id: user.id), method: :get %> + 12: <%= button_to 'Remove', admin_dashboard_url(id: user.id), :confirm => 'Are you sure?', method: :delete %> + 13:
      + 14: + +app/views/admin/dashboard.html.erb:11:in `block in _app_views_admin_dashboard_html_erb__3353732193014146792_47154870970300' +app/views/admin/dashboard.html.erb:4:in `_app_views_admin_dashboard_html_erb__3353732193014146792_47154870970300' +app/controllers/admin_controller.rb:4:in `index' +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-03 11:43:51 +0200 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.2ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:4 + Rendered admin/dashboard.html.erb within layouts/application (20.5ms) +Completed 200 OK in 223ms (Views: 220.1ms | ActiveRecord: 1.8ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-03 11:43:53 +0200 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:4 + Rendered admin/dashboard.html.erb within layouts/application (3.6ms) +Completed 200 OK in 50ms (Views: 48.6ms | ActiveRecord: 0.3ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-03 11:43:54 +0200 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.2ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:4 + Rendered admin/dashboard.html.erb within layouts/application (2.3ms) +Completed 200 OK in 35ms (Views: 34.0ms | ActiveRecord: 0.2ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-03 11:54:41 +0200 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:4 + Rendered admin/dashboard.html.erb within layouts/application (26.1ms) +Completed 200 OK in 166ms (Views: 163.4ms | ActiveRecord: 1.7ms) + + +Started GET "/admin/users/3" for 127.0.0.1 at 2018-11-03 11:54:43 +0200 + +ActionController::RoutingError (No route matches [GET] "/admin/users/3"): + +actionpack (5.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.1) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.5) lib/rack/method_override.rb:22:in `call' +rack (2.0.5) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.5) lib/rack/sendfile.rb:111:in `call' +railties (5.2.1) lib/rails/engine.rb:524:in `call' +puma (3.12.0) lib/puma/configuration.rb:225:in `call' +puma (3.12.0) lib/puma/server.rb:658:in `handle_request' +puma (3.12.0) lib/puma/server.rb:472:in `process_client' +puma (3.12.0) lib/puma/server.rb:332:in `block in run' +puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' +Started GET "/admin/users/3" for 127.0.0.1 at 2018-11-03 11:56:04 +0200 + +ActionController::RoutingError (No route matches [GET] "/admin/users/3"): + +actionpack (5.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.1) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.5) lib/rack/method_override.rb:22:in `call' +rack (2.0.5) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.5) lib/rack/sendfile.rb:111:in `call' +railties (5.2.1) lib/rails/engine.rb:524:in `call' +puma (3.12.0) lib/puma/configuration.rb:225:in `call' +puma (3.12.0) lib/puma/server.rb:658:in `handle_request' +puma (3.12.0) lib/puma/server.rb:472:in `process_client' +puma (3.12.0) lib/puma/server.rb:332:in `block in run' +puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' +Started GET "/admin" for 127.0.0.1 at 2018-11-03 11:56:07 +0200 + +ActionController::RoutingError (No route matches [GET] "/admin"): + +actionpack (5.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.1) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.5) lib/rack/method_override.rb:22:in `call' +rack (2.0.5) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.5) lib/rack/sendfile.rb:111:in `call' +railties (5.2.1) lib/rails/engine.rb:524:in `call' +puma (3.12.0) lib/puma/configuration.rb:225:in `call' +puma (3.12.0) lib/puma/server.rb:658:in `handle_request' +puma (3.12.0) lib/puma/server.rb:472:in `process_client' +puma (3.12.0) lib/puma/server.rb:332:in `block in run' +puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-03 11:56:11 +0200 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:4 + Rendered admin/dashboard.html.erb within layouts/application (28.8ms) +Completed 200 OK in 70ms (Views: 66.6ms | ActiveRecord: 2.5ms) + + +Started GET "/admin/dashboard/3/edit" for 127.0.0.1 at 2018-11-03 11:56:13 +0200 +Processing by AdminController#edit as HTML + Parameters: {"id"=>"3"} + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 + Rendering admin/edit.erb within layouts/application + Rendered admin/edit.erb within layouts/application (0.7ms) +Completed 200 OK in 70ms (Views: 65.8ms | ActiveRecord: 0.4ms) + + +Started GET "/admin/dashboard/3/edit" for 127.0.0.1 at 2018-11-03 11:56:24 +0200 +Processing by AdminController#edit as HTML + Parameters: {"id"=>"3"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 + Rendering admin/edit.erb within layouts/application + Rendered admin/edit.erb within layouts/application (0.7ms) +Completed 200 OK in 48ms (Views: 45.6ms | ActiveRecord: 0.2ms) + + +Started GET "/admin/dashboard/3/edit" for 127.0.0.1 at 2018-11-03 11:57:54 +0200 +Processing by AdminController#edit as HTML + Parameters: {"id"=>"3"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 + Rendering admin/edit.erb within layouts/application + Rendered admin/edit.erb within layouts/application (0.7ms) +Completed 200 OK in 42ms (Views: 39.7ms | ActiveRecord: 0.2ms) + + +Started GET "/admin/dashboard/3/edit" for 127.0.0.1 at 2018-11-03 11:58:14 +0200 +Processing by AdminController#edit as HTML + Parameters: {"id"=>"3"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 + Rendering admin/edit.erb within layouts/application + Rendered admin/edit.erb within layouts/application (0.6ms) +Completed 200 OK in 53ms (Views: 50.8ms | ActiveRecord: 0.2ms) + + +Started GET "/admin/dashboard/3/edit" for 127.0.0.1 at 2018-11-03 11:58:16 +0200 +Processing by AdminController#edit as HTML + Parameters: {"id"=>"3"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 + Rendering admin/edit.erb within layouts/application + Rendered admin/edit.erb within layouts/application (0.9ms) +Completed 200 OK in 45ms (Views: 43.0ms | ActiveRecord: 0.2ms) + + +Started GET "/admin/dashboard/3/edit" for 127.0.0.1 at 2018-11-03 11:58:22 +0200 +Processing by AdminController#edit as HTML + Parameters: {"id"=>"3"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 + Rendering admin/edit.erb within layouts/application + Rendered admin/edit.erb within layouts/application (1.3ms) +Completed 200 OK in 55ms (Views: 52.4ms | ActiveRecord: 0.2ms) + + +Started GET "/admin/dashboard/3/edit" for 127.0.0.1 at 2018-11-03 11:58:24 +0200 +Processing by AdminController#edit as HTML + Parameters: {"id"=>"3"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 + Rendering admin/edit.erb within layouts/application + Rendered admin/edit.erb within layouts/application (0.7ms) +Completed 200 OK in 56ms (Views: 54.2ms | ActiveRecord: 0.2ms) + + +Started GET "/admin/dashboard/3/edit" for 127.0.0.1 at 2018-11-03 11:58:27 +0200 +Processing by AdminController#edit as HTML + Parameters: {"id"=>"3"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 + Rendering admin/edit.erb within layouts/application + Rendered admin/edit.erb within layouts/application (0.7ms) +Completed 200 OK in 45ms (Views: 43.9ms | ActiveRecord: 0.2ms) + + +Started GET "/admin/dashboard/3/edit" for 127.0.0.1 at 2018-11-03 11:58:48 +0200 +Processing by AdminController#edit as HTML + Parameters: {"id"=>"3"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 + Rendering admin/edit.erb within layouts/application + Rendered admin/edit.erb within layouts/application (0.8ms) +Completed 200 OK in 68ms (Views: 39.5ms | ActiveRecord: 1.5ms) + + +Started GET "/admin/dashboard/3/edit" for 127.0.0.1 at 2018-11-03 11:59:36 +0200 +Processing by AdminController#edit as HTML + Parameters: {"id"=>"3"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 + Rendering admin/edit.erb within layouts/application + Rendered admin/edit.erb within layouts/application (0.7ms) +Completed 200 OK in 54ms (Views: 51.0ms | ActiveRecord: 0.2ms) + + +Started GET "/admin/dashboard/3/edit" for 127.0.0.1 at 2018-11-03 12:01:40 +0200 +Processing by AdminController#edit as HTML + Parameters: {"id"=>"3"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 + Rendering admin/edit.erb within layouts/application + Rendered admin/edit.erb within layouts/application (6.2ms) +Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.2ms) + + + +ActionView::Template::Error (undefined method `html_content' for nil:NilClass): + 2: <% if @editableUser %> + 3:

      USER

      + 4: <%= @editableUser.email %> + 5: <%= @users.html_content %> + 6: <% end %> + +app/views/admin/edit.erb:5:in `_app_views_admin_edit_erb__197792291042823719_70068332222180' +app/controllers/admin_controller.rb:10:in `edit' +Started GET "/admin/dashboard/3/edit" for 127.0.0.1 at 2018-11-03 12:01:50 +0200 +Processing by AdminController#edit as HTML + Parameters: {"id"=>"3"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 + Rendering admin/edit.erb within layouts/application + Rendered admin/edit.erb within layouts/application (0.8ms) +Completed 200 OK in 65ms (Views: 62.4ms | ActiveRecord: 0.2ms) + + +Started GET "/admin/dashboard/3/edit" for 127.0.0.1 at 2018-11-03 12:01:59 +0200 +Processing by AdminController#edit as HTML + Parameters: {"id"=>"3"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 + Rendering admin/edit.erb within layouts/application + Rendered admin/edit.erb within layouts/application (1.4ms) +Completed 200 OK in 50ms (Views: 47.6ms | ActiveRecord: 0.2ms) + + +Started GET "/admin/dashboard/3/edit" for 127.0.0.1 at 2018-11-03 12:02:02 +0200 +Processing by AdminController#edit as HTML + Parameters: {"id"=>"3"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 + Rendering admin/edit.erb within layouts/application + Rendered admin/edit.erb within layouts/application (1.0ms) +Completed 200 OK in 50ms (Views: 47.2ms | ActiveRecord: 0.2ms) + + +Started GET "/admin/dashboard/3/edit" for 127.0.0.1 at 2018-11-03 12:03:05 +0200 +Processing by AdminController#show as HTML + Parameters: {"id"=>"3"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 + Rendering admin/edit.erb within layouts/application + Rendered admin/edit.erb within layouts/application (1.0ms) +Completed 200 OK in 72ms (Views: 50.0ms | ActiveRecord: 1.1ms) + + +Started GET "/admin/dashboard/3/edit" for 127.0.0.1 at 2018-11-03 12:03:07 +0200 +Processing by AdminController#show as HTML + Parameters: {"id"=>"3"} + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 + Rendering admin/edit.erb within layouts/application + Rendered admin/edit.erb within layouts/application (0.9ms) +Completed 200 OK in 44ms (Views: 40.0ms | ActiveRecord: 0.3ms) + + + User Load (1.0ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] + User Load (0.5ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] +Started GET "/admin/dashboard/3/edit" for 127.0.0.1 at 2018-11-03 12:04:06 +0200 +Processing by AdminController#show as HTML + Parameters: {"id"=>"3"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 + Rendering admin/edit.erb within layouts/application + Rendered admin/edit.erb within layouts/application (0.8ms) +Completed 200 OK in 45ms (Views: 43.5ms | ActiveRecord: 0.2ms) + + + User Load (0.3ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] + User Load (0.8ms) SELECT "users".* FROM "users" + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."role" = ? LIMIT ? [["role", 2], ["LIMIT", 11]] +Started GET "/admin/dashboard/3/edit" for 127.0.0.1 at 2018-11-03 12:05:17 +0200 +Processing by AdminController#show as HTML + Parameters: {"id"=>"3"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 + Rendering admin/edit.erb within layouts/application + Rendered admin/edit.erb within layouts/application (1.6ms) +Completed 200 OK in 44ms (Views: 41.9ms | ActiveRecord: 0.2ms) + + +Started GET "/admin/dashboard/3/edit" for 127.0.0.1 at 2018-11-03 12:06:20 +0200 +Processing by AdminController#show as HTML + Parameters: {"id"=>"3"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 + Rendering admin/edit.erb within layouts/application + Rendered admin/edit.erb within layouts/application (1.7ms) +Completed 200 OK in 51ms (Views: 48.5ms | ActiveRecord: 0.2ms) + + +Started GET "/admin/dashboard/3/edit" for 127.0.0.1 at 2018-11-03 12:06:37 +0200 +Processing by AdminController#show as HTML + Parameters: {"id"=>"3"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 + Rendering admin/edit.erb within layouts/application + Rendered admin/edit.erb within layouts/application (1.7ms) +Completed 200 OK in 53ms (Views: 50.6ms | ActiveRecord: 0.2ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-03 12:06:39 +0200 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:4 + Rendered admin/dashboard.html.erb within layouts/application (3.7ms) +Completed 200 OK in 62ms (Views: 60.2ms | ActiveRecord: 0.3ms) + + +Started GET "/admin/dashboard/3/edit" for 127.0.0.1 at 2018-11-03 12:06:42 +0200 +Processing by AdminController#show as HTML + Parameters: {"id"=>"3"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 + Rendering admin/edit.erb within layouts/application + Rendered admin/edit.erb within layouts/application (2.2ms) +Completed 200 OK in 41ms (Views: 39.2ms | ActiveRecord: 0.2ms) + + +Started GET "/admin/dashboard/3/edit" for 127.0.0.1 at 2018-11-03 12:07:21 +0200 +Processing by AdminController#show as HTML + Parameters: {"id"=>"3"} + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 + Rendering admin/edit.erb within layouts/application + Rendered admin/edit.erb within layouts/application (0.8ms) +Completed 200 OK in 40ms (Views: 36.5ms | ActiveRecord: 0.3ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-03 12:07:23 +0200 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:4 + Rendered admin/dashboard.html.erb within layouts/application (3.6ms) +Completed 200 OK in 64ms (Views: 62.3ms | ActiveRecord: 0.3ms) + + +Started GET "/admin/dashboard/3/edit" for 127.0.0.1 at 2018-11-03 12:07:25 +0200 +Processing by AdminController#show as HTML + Parameters: {"id"=>"3"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 + Rendering admin/edit.erb within layouts/application + Rendered admin/edit.erb within layouts/application (1.7ms) +Completed 200 OK in 44ms (Views: 41.5ms | ActiveRecord: 0.2ms) + + +Started GET "/admin/dashboard/3/edit" for 127.0.0.1 at 2018-11-03 12:24:59 +0200 +Processing by AdminController#show as HTML + Parameters: {"id"=>"3"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 + Rendering admin/edit.erb within layouts/application + Rendered admin/edit.erb within layouts/application (449.5ms) +Completed 500 Internal Server Error in 477ms (ActiveRecord: 1.2ms) + + + +ActionView::Template::Error (undefined local variable or method `resource' for #<#:0x00007f741885d1d8>): + 1: <%= link_to 'BACK TO DASHBOARD', :back %> + 2:

      Edit

      + 3: <% if @editableUser %> + 4: <%= form_for(resource, as: resource_name, url: "dashboard/#{user.id}/edit", html: { method: :put }) do |f| %> + 5: <%= devise_error_messages! %> + 6: + 7:
      + +app/views/admin/edit.erb:4:in `_app_views_admin_edit_erb__197792291042823719_70068302161580' +app/controllers/admin_controller.rb:9:in `show' +Started GET "/admin/dashboard/3/edit" for 127.0.0.1 at 2018-11-03 12:26:12 +0200 +Processing by AdminController#show as HTML + Parameters: {"id"=>"3"} + User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 + Rendering admin/edit.erb within layouts/application + Rendered admin/edit.erb within layouts/application (346.0ms) +Completed 500 Internal Server Error in 353ms (ActiveRecord: 0.6ms) + + + +ActionView::Template::Error (undefined local variable or method `user' for #<#:0x00007f741877cf70>): + 1: <%= link_to 'BACK TO DASHBOARD', :back %> + 2:

      Edit

      + 3: <% if @editableUser %> + 4: <%= form_for(@editableUser, url: "dashboard/#{user.id}/edit", html: { method: :put }) do |f| %> + 5: <%= devise_error_messages! %> + 6: + 7:
      + +app/views/admin/edit.erb:4:in `_app_views_admin_edit_erb__197792291042823719_70068298866280' +app/controllers/admin_controller.rb:9:in `show' +Started GET "/admin/dashboard/3/edit" for 127.0.0.1 at 2018-11-03 12:26:37 +0200 +Processing by AdminController#show as HTML + Parameters: {"id"=>"3"} + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 + Rendering admin/edit.erb within layouts/application + Rendered admin/edit.erb within layouts/application (335.7ms) +Completed 500 Internal Server Error in 343ms (ActiveRecord: 0.3ms) + + + +ActionView::Template::Error (undefined local variable or method `resource' for #<#:0x00007f7415998f00>): + 2:

      Edit

      + 3: <% if @editableUser %> + 4: <%= form_for(@editableUser, url: "dashboard/#{@editableUser.id}/edit", html: { method: :put }) do |f| %> + 5: <%= devise_error_messages! %> + 6: + 7:
      + 8: <%= f.label :name %>
      + +app/views/admin/edit.erb:5:in `block in _app_views_admin_edit_erb__197792291042823719_70068277648820' +app/views/admin/edit.erb:4:in `_app_views_admin_edit_erb__197792291042823719_70068277648820' +app/controllers/admin_controller.rb:9:in `show' +Started GET "/admin/dashboard/3/edit" for 127.0.0.1 at 2018-11-03 12:26:54 +0200 +Processing by AdminController#show as HTML + Parameters: {"id"=>"3"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 + Rendering admin/edit.erb within layouts/application + Rendered admin/edit.erb within layouts/application (369.5ms) +Completed 500 Internal Server Error in 375ms (ActiveRecord: 0.2ms) + + + +ActionView::Template::Error (undefined local variable or method `devise_mapping' for #<#:0x00007f74159823e0>): + 13: <%= f.email_field :email, autofocus: true, autocomplete: "email" %> + 14:
      + 15: + 16: <% if devise_mapping.confirmable? && resource.pending_reconfirmation? %> + 17:
      Currently waiting confirmation for: <%= resource.unconfirmed_email %>
      + 18: <% end %> + 19: + +app/views/admin/edit.erb:16:in `block in _app_views_admin_edit_erb__197792291042823719_70068277610400' +app/views/admin/edit.erb:4:in `_app_views_admin_edit_erb__197792291042823719_70068277610400' +app/controllers/admin_controller.rb:9:in `show' +Started GET "/admin/dashboard/3/edit" for 127.0.0.1 at 2018-11-03 12:27:05 +0200 +Processing by AdminController#show as HTML + Parameters: {"id"=>"3"} + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 + Rendering admin/edit.erb within layouts/application + Rendered admin/edit.erb within layouts/application (7.1ms) +Completed 200 OK in 51ms (Views: 48.8ms | ActiveRecord: 0.3ms) + + +Started PUT "/admin/dashboard/3/dashboard/3/edit" for 127.0.0.1 at 2018-11-03 12:27:27 +0200 + +ActionController::RoutingError (No route matches [PUT] "/admin/dashboard/3/dashboard/3/edit"): + +actionpack (5.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.1) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.5) lib/rack/method_override.rb:22:in `call' +rack (2.0.5) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.5) lib/rack/sendfile.rb:111:in `call' +railties (5.2.1) lib/rails/engine.rb:524:in `call' +puma (3.12.0) lib/puma/configuration.rb:225:in `call' +puma (3.12.0) lib/puma/server.rb:658:in `handle_request' +puma (3.12.0) lib/puma/server.rb:472:in `process_client' +puma (3.12.0) lib/puma/server.rb:332:in `block in run' +puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' +Started PUT "/admin/dashboard/3/dashboard/3/edit" for 127.0.0.1 at 2018-11-03 12:27:55 +0200 + +ActionController::RoutingError (No route matches [PUT] "/admin/dashboard/3/dashboard/3/edit"): + +actionpack (5.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.1) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.5) lib/rack/method_override.rb:22:in `call' +rack (2.0.5) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.5) lib/rack/sendfile.rb:111:in `call' +railties (5.2.1) lib/rails/engine.rb:524:in `call' +puma (3.12.0) lib/puma/configuration.rb:225:in `call' +puma (3.12.0) lib/puma/server.rb:658:in `handle_request' +puma (3.12.0) lib/puma/server.rb:472:in `process_client' +puma (3.12.0) lib/puma/server.rb:332:in `block in run' +puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' +Started PUT "/admin/dashboard/3/dashboard/3/edit" for 127.0.0.1 at 2018-11-03 12:27:57 +0200 + +ActionController::RoutingError (No route matches [PUT] "/admin/dashboard/3/dashboard/3/edit"): + +actionpack (5.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.1) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.5) lib/rack/method_override.rb:22:in `call' +rack (2.0.5) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.5) lib/rack/sendfile.rb:111:in `call' +railties (5.2.1) lib/rails/engine.rb:524:in `call' +puma (3.12.0) lib/puma/configuration.rb:225:in `call' +puma (3.12.0) lib/puma/server.rb:658:in `handle_request' +puma (3.12.0) lib/puma/server.rb:472:in `process_client' +puma (3.12.0) lib/puma/server.rb:332:in `block in run' +puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' +Started GET "/admin/dashboard/3/edit" for 127.0.0.1 at 2018-11-03 12:28:04 +0200 +Processing by AdminController#show as HTML + Parameters: {"id"=>"3"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 + Rendering admin/edit.erb within layouts/application + Rendered admin/edit.erb within layouts/application (7.8ms) +Completed 200 OK in 60ms (Views: 58.3ms | ActiveRecord: 0.2ms) + + +Started PUT "/admin/dashboard/3/edit" for 127.0.0.1 at 2018-11-03 12:28:14 +0200 +Processing by AdminController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"DsixltqgbGd7mETmI0O0HZUOOrzq/TJlWbzFqlQmZJF+23ZNW6Bsd3khJ9b55yC/yW0n2d3HBrMapQvBt/NKhA==", "user"=>{"name"=>"Danil", "email"=>"yarmolenko.dany@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Update", "id"=>"3"} +Completed 500 Internal Server Error in 250ms (ActiveRecord: 0.0ms) + + + +NameError (undefined local variable or method `user_params' for # +Did you mean? user_password_path): + +app/controllers/admin_controller.rb:17:in `update' +Started PUT "/admin/dashboard/3/edit" for 127.0.0.1 at 2018-11-03 12:29:12 +0200 +Processing by AdminController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"DsixltqgbGd7mETmI0O0HZUOOrzq/TJlWbzFqlQmZJF+23ZNW6Bsd3khJ9b55yC/yW0n2d3HBrMapQvBt/NKhA==", "user"=>{"name"=>"Danil", "email"=>"yarmolenko.dany@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Update", "id"=>"3"} +Unpermitted parameters: :email, :password, :password_confirmation +Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms) + + + +NoMethodError (undefined method `update' for nil:NilClass): + +app/controllers/admin_controller.rb:17:in `update' +Started PUT "/admin/dashboard/3/edit" for 127.0.0.1 at 2018-11-03 12:29:14 +0200 +Processing by AdminController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"DsixltqgbGd7mETmI0O0HZUOOrzq/TJlWbzFqlQmZJF+23ZNW6Bsd3khJ9b55yC/yW0n2d3HBrMapQvBt/NKhA==", "user"=>{"name"=>"Danil", "email"=>"yarmolenko.dany@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Update", "id"=>"3"} +Unpermitted parameters: :email, :password, :password_confirmation +Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms) + + + +NoMethodError (undefined method `update' for nil:NilClass): + +app/controllers/admin_controller.rb:17:in `update' +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-03 12:29:20 +0200 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:4 + Rendered admin/dashboard.html.erb within layouts/application (25.6ms) +Completed 200 OK in 83ms (Views: 79.6ms | ActiveRecord: 1.4ms) + + +Started GET "/admin/dashboard/3/edit" for 127.0.0.1 at 2018-11-03 12:29:22 +0200 +Processing by AdminController#show as HTML + Parameters: {"id"=>"3"} + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 + Rendering admin/edit.erb within layouts/application + Rendered admin/edit.erb within layouts/application (4.8ms) +Completed 200 OK in 72ms (Views: 68.4ms | ActiveRecord: 0.4ms) + + +Started PUT "/admin/dashboard/3/edit" for 127.0.0.1 at 2018-11-03 12:29:33 +0200 +Processing by AdminController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"XK/Hlo8CLJiJMojzVXH4cvcCj+Gb7sqkZ7kyVj9vYuEsvABNDgIsiIuL68OP1WzQq2GShKzU/nIkoPw93LpM9A==", "user"=>{"name"=>"Danik", "email"=>"yarmolenko.dany@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Update", "id"=>"3"} +Unpermitted parameters: :email, :password, :password_confirmation +Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms) + + + +NoMethodError (undefined method `update' for nil:NilClass): + +app/controllers/admin_controller.rb:17:in `update' +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-03 12:29:45 +0200 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:4 + Rendered admin/dashboard.html.erb within layouts/application (6.6ms) +Completed 200 OK in 58ms (Views: 55.2ms | ActiveRecord: 0.4ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-03 12:29:47 +0200 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:4 + Rendered admin/dashboard.html.erb within layouts/application (4.9ms) +Completed 200 OK in 57ms (Views: 55.3ms | ActiveRecord: 0.4ms) + + +Started DELETE "/admin/dashboard?id=3" for 127.0.0.1 at 2018-11-03 12:29:50 +0200 +Processing by AdminController#delete as HTML + Parameters: {"authenticity_token"=>"fKr808zQ81rTmJZlHknP94wdgZrrj8vTucv+9EZvC7oMuTsITdDzStEh9VXE7VtV0H6c/9y1/wX60jCfpbolrw==", "id"=>"3"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:25 +  (0.1ms) begin transaction + ↳ app/controllers/admin_controller.rb:26 + User Destroy (14.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 3]] + ↳ app/controllers/admin_controller.rb:26 +  (101.9ms) commit transaction + ↳ app/controllers/admin_controller.rb:26 +No template found for AdminController#delete, rendering head :no_content +Completed 204 No Content in 176ms (ActiveRecord: 116.3ms) + + +Started DELETE "/admin/dashboard?id=3" for 127.0.0.1 at 2018-11-03 12:29:52 +0200 +Processing by AdminController#delete as HTML + Parameters: {"authenticity_token"=>"fKr808zQ81rTmJZlHknP94wdgZrrj8vTucv+9EZvC7oMuTsITdDzStEh9VXE7VtV0H6c/9y1/wX60jCfpbolrw==", "id"=>"3"} + User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:25 +No template found for AdminController#delete, rendering head :no_content +Completed 204 No Content in 54ms (ActiveRecord: 0.6ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-03 12:29:53 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 3], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (9.3ms) +Completed 200 OK in 56ms (Views: 53.0ms | ActiveRecord: 0.4ms) + + +Started GET "/users/sign_in" for 127.0.0.1 at 2018-11-03 12:29:58 +0200 +Processing by Devise::SessionsController#new as HTML + Rendering devise/sessions/new.html.erb within layouts/application + Rendered devise/shared/_links.html.erb (2.6ms) + Rendered devise/sessions/new.html.erb within layouts/application (12.9ms) +Completed 200 OK in 66ms (Views: 62.9ms | ActiveRecord: 0.0ms) + + +Started POST "/users/sign_in" for 127.0.0.1 at 2018-11-03 12:30:00 +0200 +Processing by Devise::SessionsController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"ggUl9wMDsPzfUACATJr3fJBKezajHDl0Knt5wDO6Peqa6597k4Pn9jOcEhWWvBuBHdmZLK1IYxRFhwvRagb42g==", "user"=>{"email"=>"yarmolenko.dany@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"} + User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ? [["email", "yarmolenko.dany@gmail.com"], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Completed 401 Unauthorized in 8ms (ActiveRecord: 0.5ms) + + +Processing by Devise::SessionsController#new as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"ggUl9wMDsPzfUACATJr3fJBKezajHDl0Knt5wDO6Peqa6597k4Pn9jOcEhWWvBuBHdmZLK1IYxRFhwvRagb42g==", "user"=>{"email"=>"yarmolenko.dany@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"} + Rendering devise/sessions/new.html.erb within layouts/application + Rendered devise/shared/_links.html.erb (1.6ms) + Rendered devise/sessions/new.html.erb within layouts/application (6.9ms) +Completed 200 OK in 284ms (Views: 53.8ms | ActiveRecord: 0.0ms) + + +Started POST "/users/sign_in" for 127.0.0.1 at 2018-11-03 12:30:08 +0200 +Processing by Devise::SessionsController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"VyykrAngoAOwr5Qwe/zN9e1gpuyoTuZQ+TKSpv+jtSMnP2N3iOCgE7IW9wChWFlXsQO7iZ900oa6K1zNHHabNg==", "user"=>{"email"=>"yarmolenko.dany@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"} + User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ? [["email", "yarmolenko.dany@gmail.com"], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Completed 401 Unauthorized in 5ms (ActiveRecord: 0.5ms) + + +Processing by Devise::SessionsController#new as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"VyykrAngoAOwr5Qwe/zN9e1gpuyoTuZQ+TKSpv+jtSMnP2N3iOCgE7IW9wChWFlXsQO7iZ900oa6K1zNHHabNg==", "user"=>{"email"=>"yarmolenko.dany@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"} + Rendering devise/sessions/new.html.erb within layouts/application + Rendered devise/shared/_links.html.erb (2.1ms) + Rendered devise/sessions/new.html.erb within layouts/application (6.1ms) +Completed 200 OK in 273ms (Views: 45.5ms | ActiveRecord: 0.0ms) + + +Started GET "/users/sign_up" for 127.0.0.1 at 2018-11-03 12:30:10 +0200 +Processing by Devise::RegistrationsController#new as HTML + Rendering devise/registrations/new.html.erb within layouts/application + Rendered devise/shared/_links.html.erb (1.7ms) + Rendered devise/registrations/new.html.erb within layouts/application (8.7ms) +Completed 200 OK in 77ms (Views: 74.6ms | ActiveRecord: 0.0ms) + + +Started POST "/users" for 127.0.0.1 at 2018-11-03 12:30:25 +0200 +Processing by Devise::RegistrationsController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"Ym7pYxg2oMGDoXYUYhD8gF/aMv10evo2Sb4txWV96uzloeaVKS5mqX40LCfSr3Q7S9K7oNb2C8X/b0Z5jIPyhA==", "user"=>{"name"=>"Danik", "email"=>"yarmolenko@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"} +Unpermitted parameter: :name +  (0.1ms) begin transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 + User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "yarmolenko@gmail.com"], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 + User Create (0.6ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "role") VALUES (?, ?, ?, ?, ?) [["email", "yarmolenko@gmail.com"], ["encrypted_password", "$2a$11$7ng1nTFvLA9JVKjJzkI9/uzUd.GSY1C3C7VzWXMvgWZr3aHJ5IxhK"], ["created_at", "2018-11-03 10:30:25.812770"], ["updated_at", "2018-11-03 10:30:25.812770"], ["role", 0]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +  (78.1ms) commit transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Redirected to http://localhost:3000/ +Completed 302 Found in 334ms (ActiveRecord: 79.1ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-03 12:30:25 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 4], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (5.3ms) +Completed 200 OK in 92ms (Views: 89.2ms | ActiveRecord: 0.4ms) + + +Started DELETE "/users/sign_out" for 127.0.0.1 at 2018-11-03 12:30:31 +0200 +Processing by Devise::SessionsController#destroy as HTML + Parameters: {"authenticity_token"=>"SZ2VrIBk6zKe57D+2bZS1k952MhcpHnA7ksfZxUKOFQ5jlJ3AWTrIpxe084DEsZ0ExrFrWueTRatUtEM9t8WQQ=="} + User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 4], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +  (0.1ms) begin transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +  (0.1ms) commit transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Redirected to http://localhost:3000/ +Completed 302 Found in 31ms (ActiveRecord: 1.3ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-03 12:30:31 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + Rendered home/index.html.erb within layouts/application (2.3ms) +Completed 200 OK in 53ms (Views: 49.7ms | ActiveRecord: 0.0ms) + + +Started GET "/users/sign_up" for 127.0.0.1 at 2018-11-03 12:30:33 +0200 +Processing by Devise::RegistrationsController#new as HTML + Rendering devise/registrations/new.html.erb within layouts/application + Rendered devise/shared/_links.html.erb (2.0ms) + Rendered devise/registrations/new.html.erb within layouts/application (7.5ms) +Completed 200 OK in 60ms (Views: 58.9ms | ActiveRecord: 0.0ms) + + +Started POST "/users" for 127.0.0.1 at 2018-11-03 12:30:56 +0200 +Processing by Devise::RegistrationsController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"z114xbnLiKQGaY9j7td5JzCOek29KumAYLIaiDzfFPuv3mgjM2HVYBwrQ2EOKXLEaIJ3mh+4fvFEEn4OYJ363Q==", "user"=>{"name"=>"Vasya", "email"=>"vasya@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"} +Unpermitted parameter: :name +  (0.1ms) begin transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 + User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "vasya@gmail.com"], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 + User Create (2.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "role") VALUES (?, ?, ?, ?, ?) [["email", "vasya@gmail.com"], ["encrypted_password", "$2a$11$3fI3MmG6guUEF4kiEHjACe7fIfLu6i2VnT8LmlP7bxMN3A1FsKHKy"], ["created_at", "2018-11-03 10:30:57.098834"], ["updated_at", "2018-11-03 10:30:57.098834"], ["role", 0]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +  (83.9ms) commit transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Redirected to http://localhost:3000/ +Completed 302 Found in 333ms (ActiveRecord: 86.4ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-03 12:30:57 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 5], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (2.9ms) +Completed 200 OK in 43ms (Views: 41.1ms | ActiveRecord: 0.3ms) + + +Started DELETE "/users/sign_out" for 127.0.0.1 at 2018-11-03 12:31:01 +0200 +Processing by Devise::SessionsController#destroy as HTML + Parameters: {"authenticity_token"=>"ojD3+Lgi62j6x9/adfmotd2dDeAj29Tn9GCT114oe8BVsxCbwC8nlqDOnIbqtslOnQ81yV1pRvNgcD1x4G36SA=="} + User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 5], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +  (0.1ms) begin transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +  (0.1ms) commit transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Redirected to http://localhost:3000/ +Completed 302 Found in 8ms (ActiveRecord: 0.7ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-03 12:31:01 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + Rendered home/index.html.erb within layouts/application (1.9ms) +Completed 200 OK in 44ms (Views: 40.5ms | ActiveRecord: 0.0ms) + + +Started GET "/users/sign_up" for 127.0.0.1 at 2018-11-03 12:31:02 +0200 +Processing by Devise::RegistrationsController#new as HTML + Rendering devise/registrations/new.html.erb within layouts/application + Rendered devise/shared/_links.html.erb (2.0ms) + Rendered devise/registrations/new.html.erb within layouts/application (9.9ms) +Completed 200 OK in 63ms (Views: 51.9ms | ActiveRecord: 0.0ms) + + +Started POST "/users" for 127.0.0.1 at 2018-11-03 12:31:16 +0200 +Processing by Devise::RegistrationsController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"hHjXVc4KNAMrpeXu79HJ8ntU57XzOfTeT4XXqFsKiw6E8kzMeBrfOakgM+hiLz5J0AsF31eORWY0c0fsaHUSXQ==", "user"=>{"name"=>"Name", "email"=>"name@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"} +Unpermitted parameter: :name +  (0.1ms) begin transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 + User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "name@gmail.com"], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 + User Create (1.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "role") VALUES (?, ?, ?, ?, ?) [["email", "name@gmail.com"], ["encrypted_password", "$2a$11$L5zvpN3yKHZO/nAs25qYKObDtnM5hRpFy9YoBcTl4N4bkM5b/4EJC"], ["created_at", "2018-11-03 10:31:16.444315"], ["updated_at", "2018-11-03 10:31:16.444315"], ["role", 0]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +  (73.3ms) commit transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Redirected to http://localhost:3000/ +Completed 302 Found in 320ms (ActiveRecord: 74.9ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-03 12:31:16 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 6], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (3.5ms) +Completed 200 OK in 40ms (Views: 38.5ms | ActiveRecord: 0.3ms) + + +Started DELETE "/users/sign_out" for 127.0.0.1 at 2018-11-03 12:31:19 +0200 +Processing by Devise::SessionsController#destroy as HTML + Parameters: {"authenticity_token"=>"e+xpGvOFN2TgMXtQwfxg1dWXwKxG9cOvaXbCgZin1Os9nawpJq4YNWpdx0eohGJqV+sW6m887UtPCJC2F7S+mA=="} + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 6], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +  (0.1ms) begin transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +  (0.1ms) commit transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Redirected to http://localhost:3000/ +Completed 302 Found in 7ms (ActiveRecord: 0.6ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-03 12:31:19 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + Rendered home/index.html.erb within layouts/application (2.1ms) +Completed 200 OK in 44ms (Views: 42.5ms | ActiveRecord: 0.0ms) + + + User Load (0.4ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] + User Load (0.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] + User Load (0.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] +Started GET "/" for 127.0.0.1 at 2018-11-03 12:34:44 +0200 +  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + Rendered home/index.html.erb within layouts/application (7.4ms) +Completed 200 OK in 378ms (Views: 366.4ms | ActiveRecord: 0.0ms) + + +Started GET "/users/sign_up" for 127.0.0.1 at 2018-11-03 12:34:45 +0200 +Processing by Devise::RegistrationsController#new as HTML + Rendering devise/registrations/new.html.erb within layouts/application + Rendered devise/shared/_links.html.erb (2.0ms) + Rendered devise/registrations/new.html.erb within layouts/application (18.9ms) +Completed 200 OK in 102ms (Views: 69.5ms | ActiveRecord: 1.5ms) + + +Started POST "/users" for 127.0.0.1 at 2018-11-03 12:35:03 +0200 +Processing by Devise::RegistrationsController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"3jF9+nEqAcBE8wE3uHKI9sjtwhVIVC35d2gmqijZKtBs6U0B379oKKV46J1dgLkWbEXAzOWwJEIji+lmsGp8Aw==", "user"=>{"name"=>"Dany", "email"=>"dany@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"} +Unpermitted parameter: :name +  (0.2ms) begin transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 + User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "dany@gmail.com"], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 + User Create (0.5ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "role") VALUES (?, ?, ?, ?, ?) [["email", "dany@gmail.com"], ["encrypted_password", "$2a$11$Lt.8O..g9KYnXBnlY.aXhOEGA5MKIOAkqki0QZxvoVzYGksICZSEW"], ["created_at", "2018-11-03 10:35:03.669167"], ["updated_at", "2018-11-03 10:35:03.669167"], ["role", 0]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +  (70.8ms) commit transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Redirected to http://localhost:3000/ +Completed 302 Found in 327ms (ActiveRecord: 71.9ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-03 12:35:03 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 7], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (4.0ms) +Completed 200 OK in 37ms (Views: 34.9ms | ActiveRecord: 0.3ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-03 12:35:17 +0200 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:4 + Rendered admin/dashboard.html.erb within layouts/application (5.1ms) +Completed 200 OK in 74ms (Views: 71.8ms | ActiveRecord: 0.4ms) + + +Started GET "/admin/dashboard/7/edit" for 127.0.0.1 at 2018-11-03 12:35:23 +0200 +Processing by AdminController#show as HTML + Parameters: {"id"=>"7"} + User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 + Rendering admin/edit.erb within layouts/application + Rendered admin/edit.erb within layouts/application (6.4ms) +Completed 200 OK in 56ms (Views: 53.4ms | ActiveRecord: 0.5ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-03 12:38:46 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 7], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (25.1ms) +Completed 200 OK in 72ms (Views: 69.6ms | ActiveRecord: 1.4ms) + + +Started DELETE "/users/sign_out" for 127.0.0.1 at 2018-11-03 12:38:49 +0200 +Processing by Devise::SessionsController#destroy as HTML + Parameters: {"authenticity_token"=>"vYG1sK3cvVzEjAFee8UMozvnGgbrNDwADt9XlyAVhiZXfNcPMHurdHg8V7GTAP0Jb71Ro8GLTzV/kftHN4rcmQ=="} + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 7], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +  (0.1ms) begin transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +  (0.1ms) commit transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Redirected to http://localhost:3000/ +Completed 302 Found in 10ms (ActiveRecord: 0.6ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-03 12:38:49 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + Rendered home/index.html.erb within layouts/application (1.7ms) +Completed 200 OK in 51ms (Views: 48.3ms | ActiveRecord: 0.0ms) + + +Started GET "/users/sign_up" for 127.0.0.1 at 2018-11-03 12:38:50 +0200 +Processing by RegistrationsController#new as HTML + Rendering devise/registrations/new.html.erb within layouts/application + Rendered devise/shared/_links.html.erb (1.9ms) + Rendered devise/registrations/new.html.erb within layouts/application (9.1ms) +Completed 200 OK in 75ms (Views: 73.0ms | ActiveRecord: 0.0ms) + + +Started POST "/users" for 127.0.0.1 at 2018-11-03 12:39:12 +0200 +Processing by RegistrationsController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"/VaawbG9OQoYFZ9AYzL18Rq7giGewMk1eMFXZrpKoNr40QO09jqnud47FpU2PPi/FZdudhrS8PjAsTQqSU+aQg==", "user"=>{"name"=>"Nikname", "email"=>"nikname@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"} +  (0.1ms) begin transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 + User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "nikname@gmail.com"], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 + User Create (1.0ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "role") VALUES (?, ?, ?, ?, ?, ?) [["email", "nikname@gmail.com"], ["encrypted_password", "$2a$11$o11plkqJroq0luv/W3Ke3O4l.ai.AOL.f6aTz2RbgeANC9RXR3F3C"], ["created_at", "2018-11-03 10:39:12.315379"], ["updated_at", "2018-11-03 10:39:12.315379"], ["name", "Nikname"], ["role", 0]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +  (71.9ms) commit transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Redirected to http://localhost:3000/ +Completed 302 Found in 316ms (ActiveRecord: 73.3ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-03 12:39:12 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 8], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (2.8ms) +Completed 200 OK in 37ms (Views: 35.3ms | ActiveRecord: 0.3ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-03 12:39:22 +0200 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:4 + Rendered admin/dashboard.html.erb within layouts/application (6.2ms) +Completed 200 OK in 42ms (Views: 40.5ms | ActiveRecord: 0.4ms) + + +Started GET "/admin/dashboard/8/edit" for 127.0.0.1 at 2018-11-03 12:39:25 +0200 +Processing by AdminController#show as HTML + Parameters: {"id"=>"8"} + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 + Rendering admin/edit.erb within layouts/application + Rendered admin/edit.erb within layouts/application (5.6ms) +Completed 200 OK in 59ms (Views: 56.7ms | ActiveRecord: 0.3ms) + + +Started PUT "/admin/dashboard/8/edit" for 127.0.0.1 at 2018-11-03 13:06:38 +0200 +Processing by AdminController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"D/zt2OCo7hL42plTveX8uLS1w/bO7GtWNHhuXkj6wZGsLOXfcEDWbp48nPdzatrdyQzpVCGEqKKMih/VLXl0ug==", "user"=>{"name"=>"Niknameghghg", "email"=>"nikname@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Update", "id"=>"8"} +Unpermitted parameters: :email, :password, :password_confirmation +Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms) + + + +NoMethodError (undefined method `update' for nil:NilClass): + +app/controllers/admin_controller.rb:17:in `update' +Started GET "/admin/dashboard/8/edit" for 127.0.0.1 at 2018-11-03 13:07:25 +0200 +Processing by AdminController#show as HTML + Parameters: {"id"=>"8"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 + Rendering admin/edit.erb within layouts/application + Rendered admin/edit.erb within layouts/application (3.6ms) +Completed 200 OK in 60ms (Views: 40.6ms | ActiveRecord: 1.3ms) + + +Started PUT "/admin/dashboard/8/edit" for 127.0.0.1 at 2018-11-03 13:12:55 +0200 +Processing by AdminController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"JS6l9g8Zv6TKFazWNkX3/Q6hqDLMbMk2//nGndjyTXaG/q3xn/GH2KzzqXL4ytGYcxiCkCMECsJHC7cWvXH4XQ==", "user"=>{"name"=>"Nikname2re2", "email"=>"nikname@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Update", "id"=>"8"} +Unpermitted parameter: :email +Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms) + + + +NoMethodError (undefined method `update' for nil:NilClass): + +app/controllers/admin_controller.rb:17:in `update' +Started PUT "/admin/dashboard/8/edit" for 127.0.0.1 at 2018-11-03 13:13:16 +0200 +Processing by AdminController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"JS6l9g8Zv6TKFazWNkX3/Q6hqDLMbMk2//nGndjyTXaG/q3xn/GH2KzzqXL4ytGYcxiCkCMECsJHC7cWvXH4XQ==", "user"=>{"name"=>"Nikname2re2", "email"=>"nikname@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Update", "id"=>"8"} + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:13 +Unpermitted parameter: :email +  (0.1ms) begin transaction + ↳ app/controllers/admin_controller.rb:18 + User Update (1.0ms) UPDATE "users" SET "name" = ?, "updated_at" = ? WHERE "users"."id" = ? [["name", "Nikname2re2"], ["updated_at", "2018-11-03 11:13:16.588443"], ["id", 8]] + ↳ app/controllers/admin_controller.rb:18 +  (65.4ms) commit transaction + ↳ app/controllers/admin_controller.rb:18 +Redirected to +Completed 500 Internal Server Error in 344ms (ActiveRecord: 67.8ms) + + + +NoMethodError (undefined method `back_url' for #): + +app/controllers/admin_controller.rb:19:in `update' +Started PUT "/admin/dashboard/8/edit" for 127.0.0.1 at 2018-11-03 13:13:36 +0200 +Processing by AdminController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"JS6l9g8Zv6TKFazWNkX3/Q6hqDLMbMk2//nGndjyTXaG/q3xn/GH2KzzqXL4ytGYcxiCkCMECsJHC7cWvXH4XQ==", "user"=>{"name"=>"Nikname2re2", "email"=>"nikname@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Update", "id"=>"8"} + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:13 +Unpermitted parameter: :email +  (0.1ms) begin transaction + ↳ app/controllers/admin_controller.rb:18 +  (0.1ms) commit transaction + ↳ app/controllers/admin_controller.rb:18 +Redirected to http://localhost:3000/ +Completed 302 Found in 30ms (ActiveRecord: 1.8ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-03 13:13:36 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 8], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (5.3ms) +Completed 200 OK in 68ms (Views: 65.0ms | ActiveRecord: 0.4ms) + + + User Load (0.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT ? [["LIMIT", 1]] +Started DELETE "/users/sign_out" for 127.0.0.1 at 2018-11-03 13:14:29 +0200 +Processing by Devise::SessionsController#destroy as HTML + Parameters: {"authenticity_token"=>"v2IvRfn4y2xHcdDz+hUz6MwO4dQfQ/jw4K3EOk+WwVUcsidCaRDzECGX1Vc0mhWNsbfLdvArOwRYX7WxKhV0fg=="} + User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 8], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +  (0.1ms) begin transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +  (0.1ms) commit transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Redirected to http://localhost:3000/ +Completed 302 Found in 10ms (ActiveRecord: 0.7ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-03 13:14:29 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + Rendered home/index.html.erb within layouts/application (1.8ms) +Completed 200 OK in 73ms (Views: 70.9ms | ActiveRecord: 0.0ms) + + +Started GET "/users/sign_in" for 127.0.0.1 at 2018-11-03 13:14:30 +0200 +Processing by Devise::SessionsController#new as HTML + Rendering devise/sessions/new.html.erb within layouts/application + Rendered devise/shared/_links.html.erb (3.5ms) + Rendered devise/sessions/new.html.erb within layouts/application (16.3ms) +Completed 200 OK in 82ms (Views: 79.5ms | ActiveRecord: 0.0ms) + + +Started POST "/users/sign_in" for 127.0.0.1 at 2018-11-03 13:14:35 +0200 +Processing by Devise::SessionsController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"GGIwNuEe+09I3lpiDqucVtVl4jFm7swnG8RN8xo+A1MWMXlnICnvkAKvHqLFMUuJjrHg4zRvGzfumOX46c+wLw==", "user"=>{"email"=>"yarmolenko@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"} + User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ? [["email", "yarmolenko@gmail.com"], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Redirected to http://localhost:3000/ +Completed 302 Found in 248ms (ActiveRecord: 0.5ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-03 13:14:36 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 4], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (3.5ms) +Completed 200 OK in 35ms (Views: 33.4ms | ActiveRecord: 0.3ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-03 13:14:40 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 4], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (3.8ms) +Completed 200 OK in 56ms (Views: 54.3ms | ActiveRecord: 0.4ms) + + + User Load (0.8ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] +  (0.2ms) begin transaction + User Update (1.3ms) UPDATE "users" SET "updated_at" = ?, "admin" = ? WHERE "users"."id" = ? [["updated_at", "2018-11-03 11:14:59.765341"], ["admin", 1], ["id", 4]] +  (70.2ms) commit transaction +Started GET "/" for 127.0.0.1 at 2018-11-03 13:15:01 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 4], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (4.4ms) +Completed 200 OK in 57ms (Views: 54.7ms | ActiveRecord: 0.3ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-03 13:15:02 +0200 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:4 + Rendered admin/dashboard.html.erb within layouts/application (7.5ms) +Completed 200 OK in 64ms (Views: 62.4ms | ActiveRecord: 0.4ms) + + +Started GET "/admin/dashboard/5/edit" for 127.0.0.1 at 2018-11-03 13:15:06 +0200 +Processing by AdminController#show as HTML + Parameters: {"id"=>"5"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 + Rendering admin/edit.erb within layouts/application + Rendered admin/edit.erb within layouts/application (6.5ms) +Completed 200 OK in 49ms (Views: 46.9ms | ActiveRecord: 0.2ms) + + +Started PUT "/admin/dashboard/5/edit" for 127.0.0.1 at 2018-11-03 13:15:10 +0200 +Processing by AdminController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"i2Utdi2rkTH6cG79ZbQcceKlsJZSizM5FQVvmPbxWFZnYzrziUtiu01fAxMbCTFKJr7vCU3kPcnp7CzCddXB9Q==", "user"=>{"name"=>"Vasya", "email"=>"vasya@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Update", "id"=>"5"} + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:13 +Unpermitted parameter: :email +  (0.1ms) begin transaction + ↳ app/controllers/admin_controller.rb:18 + User Update (5.7ms) UPDATE "users" SET "name" = ?, "updated_at" = ? WHERE "users"."id" = ? [["name", "Vasya"], ["updated_at", "2018-11-03 11:15:10.444708"], ["id", 5]] + ↳ app/controllers/admin_controller.rb:18 +  (202.5ms) commit transaction + ↳ app/controllers/admin_controller.rb:18 +Redirected to http://localhost:3000/ +Completed 302 Found in 219ms (ActiveRecord: 208.6ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-03 13:15:10 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 4], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (2.9ms) +Completed 200 OK in 46ms (Views: 43.1ms | ActiveRecord: 0.3ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-03 13:15:12 +0200 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:4 + Rendered admin/dashboard.html.erb within layouts/application (5.3ms) +Completed 200 OK in 57ms (Views: 55.8ms | ActiveRecord: 0.3ms) + + +Started GET "/admin/dashboard/5/edit" for 127.0.0.1 at 2018-11-03 13:15:15 +0200 +Processing by AdminController#show as HTML + Parameters: {"id"=>"5"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 + Rendering admin/edit.erb within layouts/application + Rendered admin/edit.erb within layouts/application (5.2ms) +Completed 200 OK in 63ms (Views: 58.9ms | ActiveRecord: 0.2ms) + + +Started GET "/admin/dashboard/5/edit" for 127.0.0.1 at 2018-11-03 13:18:03 +0200 +Processing by AdminController#show as HTML + Parameters: {"id"=>"5"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 + Rendering admin/edit.erb within layouts/application + Rendered admin/edit.erb within layouts/application (4.9ms) +Completed 200 OK in 54ms (Views: 34.8ms | ActiveRecord: 1.3ms) + + +Started PUT "/admin/dashboard/5/edit" for 127.0.0.1 at 2018-11-03 13:18:05 +0200 +Processing by AdminController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"DhA+oo38skpqUlEGtuXtY7E15bF+SMalr9Zzm/JkwnjiFiknKRxBwN19POjIWMBYdS66LmEnyFVTPzDBcUBb2w==", "user"=>{"name"=>"Vasya", "email"=>"vasya@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Update", "id"=>"5"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:13 +Unpermitted parameter: :email +  (0.1ms) begin transaction + ↳ app/controllers/admin_controller.rb:18 +  (0.1ms) commit transaction + ↳ app/controllers/admin_controller.rb:18 +Redirected to +Completed 500 Internal Server Error in 260ms (ActiveRecord: 0.4ms) + + + +NoMethodError (undefined method `back_url' for #): + +app/controllers/admin_controller.rb:19:in `update' +Started GET "/" for 127.0.0.1 at 2018-11-03 13:18:11 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 4], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (7.1ms) +Completed 200 OK in 56ms (Views: 53.6ms | ActiveRecord: 0.4ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-03 13:18:13 +0200 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:4 + Rendered admin/dashboard.html.erb within layouts/application (7.5ms) +Completed 200 OK in 68ms (Views: 67.0ms | ActiveRecord: 0.3ms) + + +Started GET "/admin/dashboard/5/edit" for 127.0.0.1 at 2018-11-03 13:18:15 +0200 +Processing by AdminController#show as HTML + Parameters: {"id"=>"5"} + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 + Rendering admin/edit.erb within layouts/application + Rendered admin/edit.erb within layouts/application (7.7ms) +Completed 200 OK in 72ms (Views: 69.4ms | ActiveRecord: 0.3ms) + + +Started PUT "/admin/dashboard/5/edit" for 127.0.0.1 at 2018-11-03 13:18:17 +0200 +Processing by AdminController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"3PKPMcaS3gakZu4+VKFfbdSD+3xVH4dePlA50xxyP+8w9Ji0YnItjBNJg9AqHHJWEJik40pwia7CuXqJn1amTA==", "user"=>{"name"=>"Vasya", "email"=>"vasya@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Update", "id"=>"5"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:13 +Unpermitted parameter: :email +  (0.2ms) begin transaction + ↳ app/controllers/admin_controller.rb:18 +  (0.1ms) commit transaction + ↳ app/controllers/admin_controller.rb:18 +Redirected to +Completed 500 Internal Server Error in 270ms (ActiveRecord: 0.5ms) + + + +NoMethodError (undefined method `back_url' for #): + +app/controllers/admin_controller.rb:19:in `update' +Started PUT "/admin/dashboard/5/edit" for 127.0.0.1 at 2018-11-03 13:18:32 +0200 +Processing by AdminController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"3PKPMcaS3gakZu4+VKFfbdSD+3xVH4dePlA50xxyP+8w9Ji0YnItjBNJg9AqHHJWEJik40pwia7CuXqJn1amTA==", "user"=>{"name"=>"Vasya", "email"=>"vasya@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Update", "id"=>"5"} + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:13 +Unpermitted parameter: :email +  (0.1ms) begin transaction + ↳ app/controllers/admin_controller.rb:18 +  (0.1ms) commit transaction + ↳ app/controllers/admin_controller.rb:18 +Redirected to http://localhost:3000admin/dashboard +Completed 302 Found in 26ms (ActiveRecord: 1.9ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-03 13:18:35 +0200 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.6ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:4 + Rendered admin/dashboard.html.erb within layouts/application (8.4ms) +Completed 200 OK in 56ms (Views: 54.6ms | ActiveRecord: 0.6ms) + + +Started DELETE "/admin/dashboard?id=5" for 127.0.0.1 at 2018-11-03 13:18:36 +0200 +Processing by AdminController#delete as HTML + Parameters: {"authenticity_token"=>"PQXe1ZVxB153So3hv8/LJ+3Yg02nKynGw2lgKA+VbFbRA8lQMZH01MBl4A/BcuYcKcPc0rhEJzY/gCNyjLH19Q==", "id"=>"5"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:26 +  (0.1ms) begin transaction + ↳ app/controllers/admin_controller.rb:27 + User Destroy (2.4ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 5]] + ↳ app/controllers/admin_controller.rb:27 +  (129.0ms) commit transaction + ↳ app/controllers/admin_controller.rb:27 +No template found for AdminController#delete, rendering head :no_content +Completed 204 No Content in 183ms (ActiveRecord: 131.7ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-03 13:18:41 +0200 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:4 + Rendered admin/dashboard.html.erb within layouts/application (7.7ms) +Completed 200 OK in 52ms (Views: 50.7ms | ActiveRecord: 0.4ms) + + +Started GET "/admin/dashboard/6/edit" for 127.0.0.1 at 2018-11-03 13:18:46 +0200 +Processing by AdminController#show as HTML + Parameters: {"id"=>"6"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 + Rendering admin/edit.erb within layouts/application + Rendered admin/edit.erb within layouts/application (5.5ms) +Completed 200 OK in 44ms (Views: 41.9ms | ActiveRecord: 0.2ms) + + +Started PUT "/admin/dashboard/6/edit" for 127.0.0.1 at 2018-11-03 13:18:53 +0200 +Processing by AdminController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"ITFi5FEuxjOKUROjx3Mdju+CPQr+NpQ2y/lfVltjK93NN3Vh9c41uT1+fk25zjC1K5lileFZmsY3EBwM2Eeyfg==", "user"=>{"name"=>"Name", "email"=>"name@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Update", "id"=>"6"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:13 +Unpermitted parameter: :email +  (0.1ms) begin transaction + ↳ app/controllers/admin_controller.rb:18 + User Update (0.4ms) UPDATE "users" SET "name" = ?, "updated_at" = ? WHERE "users"."id" = ? [["name", "Name"], ["updated_at", "2018-11-03 11:18:53.669437"], ["id", 6]] + ↳ app/controllers/admin_controller.rb:18 +  (194.6ms) commit transaction + ↳ app/controllers/admin_controller.rb:18 +Redirected to http://localhost:3000admin/dashboard +Completed 302 Found in 202ms (ActiveRecord: 195.2ms) + + +Started GET "/admin/dashboard/6/edit" for 127.0.0.1 at 2018-11-03 13:20:13 +0200 +Processing by AdminController#show as HTML + Parameters: {"id"=>"6"} + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 + Rendering admin/edit.erb within layouts/application + Rendered admin/edit.erb within layouts/application (4.7ms) +Completed 200 OK in 69ms (Views: 47.7ms | ActiveRecord: 1.5ms) + + +Started PUT "/admin/dashboard/6/edit" for 127.0.0.1 at 2018-11-03 13:20:19 +0200 +Processing by AdminController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"Ahdrw3F1gvqqjjWr9L9PwoiDYtig5W8TRh275HfTFPzuEXxG1ZVxcB2hWEWKAmL5TJg9R7+KYeO69Pi+9PeNXw==", "user"=>{"name"=>"Name", "email"=>"name@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Update", "id"=>"6"} + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:13 +Unpermitted parameter: :email +  (0.1ms) begin transaction + ↳ app/controllers/admin_controller.rb:18 +  (0.1ms) commit transaction + ↳ app/controllers/admin_controller.rb:18 +No template found for AdminController#update, rendering head :no_content +Completed 204 No Content in 83ms (ActiveRecord: 0.5ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-03 13:20:30 +0200 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:4 + Rendered admin/dashboard.html.erb within layouts/application (6.3ms) +Completed 200 OK in 61ms (Views: 48.1ms | ActiveRecord: 0.4ms) + + +Started GET "/admin/dashboard/7/edit" for 127.0.0.1 at 2018-11-03 13:20:39 +0200 +Processing by AdminController#show as HTML + Parameters: {"id"=>"7"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 + Rendering admin/edit.erb within layouts/application + Rendered admin/edit.erb within layouts/application (5.1ms) +Completed 200 OK in 49ms (Views: 46.3ms | ActiveRecord: 0.2ms) + + +Started PUT "/admin/dashboard/7/edit" for 127.0.0.1 at 2018-11-03 13:20:43 +0200 +Processing by AdminController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"uw8zrgASbBro2XdMRR6CsUKynMrjYJ6oA6HmbPJskcZXCSQrpPKfkF/2GqI7o6+KhqnDVfwPkFj/SKU2cUgIZQ==", "user"=>{"name"=>"Dany", "email"=>"dany@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Update", "id"=>"7"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:13 +Unpermitted parameter: :email +  (0.2ms) begin transaction + ↳ app/controllers/admin_controller.rb:18 + User Update (1.5ms) UPDATE "users" SET "name" = ?, "updated_at" = ? WHERE "users"."id" = ? [["name", "Dany"], ["updated_at", "2018-11-03 11:20:43.792302"], ["id", 7]] + ↳ app/controllers/admin_controller.rb:18 +  (230.3ms) commit transaction + ↳ app/controllers/admin_controller.rb:18 +No template found for AdminController#update, rendering head :no_content +Completed 204 No Content in 286ms (ActiveRecord: 232.2ms) + + +Started GET "/admin/dashboard/7/edit" for 127.0.0.1 at 2018-11-03 13:21:27 +0200 +Processing by AdminController#show as HTML + Parameters: {"id"=>"7"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 + Rendering admin/edit.erb within layouts/application + Rendered admin/edit.erb within layouts/application (5.2ms) +Completed 200 OK in 61ms (Views: 41.8ms | ActiveRecord: 1.2ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-03 13:21:31 +0200 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:4 + Rendered admin/dashboard.html.erb within layouts/application (6.1ms) +Completed 200 OK in 56ms (Views: 54.7ms | ActiveRecord: 0.4ms) + + +Started DELETE "/admin/dashboard?id=8" for 127.0.0.1 at 2018-11-03 13:21:36 +0200 +Processing by AdminController#delete as HTML + Parameters: {"authenticity_token"=>"gIyl5ZAEp1fSLAZFH84JahaLum9/GCnpUucE+JoNLxZK7Lhu6AYQpHBXsOJ8vKUugLONSps7MrueHjIqS5cZFw==", "id"=>"8"} + User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:26 +  (0.1ms) begin transaction + ↳ app/controllers/admin_controller.rb:27 + User Destroy (0.5ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 8]] + ↳ app/controllers/admin_controller.rb:27 +  (110.2ms) commit transaction + ↳ app/controllers/admin_controller.rb:27 + Rendering admin/dashboard.html.erb within layouts/application + Rendered admin/dashboard.html.erb within layouts/application (4.2ms) +Completed 500 Internal Server Error in 127ms (ActiveRecord: 111.4ms) + + + +ActionView::Template::Error (undefined method `each' for nil:NilClass): + 1: <%= link_to 'HOME', '/' %> + 2:

      Welcome to dashboard!

      + 3:
        + 4: <% @users.each do |user| %> + 5:
      • + 6:
        + 7:

        ID: <%= user.id %>

        + +app/views/admin/dashboard.html.erb:4:in `_app_views_admin_dashboard_html_erb__3806002904799228761_69905541674220' +app/controllers/admin_controller.rb:28:in `delete' +Started DELETE "/admin/dashboard?id=8" for 127.0.0.1 at 2018-11-03 13:22:02 +0200 +Processing by AdminController#delete as HTML + Parameters: {"authenticity_token"=>"gIyl5ZAEp1fSLAZFH84JahaLum9/GCnpUucE+JoNLxZK7Lhu6AYQpHBXsOJ8vKUugLONSps7MrueHjIqS5cZFw==", "id"=>"8"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:26 + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:4 + Rendered admin/dashboard.html.erb within layouts/application (28.3ms) +Completed 200 OK in 93ms (Views: 86.4ms | ActiveRecord: 2.3ms) + + +Started DELETE "/admin/dashboard?id=7" for 127.0.0.1 at 2018-11-03 13:22:05 +0200 +Processing by AdminController#delete as HTML + Parameters: {"authenticity_token"=>"QML4WUFkWR7ruJvOp/lPtRsNWR05Oo+0MsjBpXsSdymsxO/c5YSqlFyX9iDZRGKO3xYGgiZVgUTOIYL/+Dbuig==", "id"=>"7"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:26 +  (0.1ms) begin transaction + ↳ app/controllers/admin_controller.rb:27 + User Destroy (1.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 7]] + ↳ app/controllers/admin_controller.rb:27 +  (100.9ms) commit transaction + ↳ app/controllers/admin_controller.rb:27 + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.2ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:4 + Rendered admin/dashboard.html.erb within layouts/application (3.4ms) +Completed 200 OK in 170ms (Views: 63.4ms | ActiveRecord: 102.7ms) + + +Started GET "/admin/dashboard/6/edit" for 127.0.0.1 at 2018-11-03 13:22:09 +0200 +Processing by AdminController#show as HTML + Parameters: {"id"=>"6"} + User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 + Rendering admin/edit.erb within layouts/application + Rendered admin/edit.erb within layouts/application (4.9ms) +Completed 200 OK in 46ms (Views: 41.7ms | ActiveRecord: 0.5ms) + + +Started PUT "/admin/dashboard/6/edit" for 127.0.0.1 at 2018-11-03 13:22:25 +0200 +Processing by AdminController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"h0+oWqSXxARVaRPYmDf0t6OUTDyyDma4ORRi5S8ttxlrSb/fAHc3juJGfjbmitmMZ48To61haEjF/SG/rAkuug==", "user"=>{"name"=>"Name", "email"=>"name@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Update", "id"=>"6"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:13 +Unpermitted parameters: :email, :password, :password_confirmation +  (0.1ms) begin transaction + ↳ app/controllers/admin_controller.rb:18 +  (0.1ms) commit transaction + ↳ app/controllers/admin_controller.rb:18 +No template found for AdminController#update, rendering head :no_content +Completed 204 No Content in 57ms (ActiveRecord: 0.4ms) + + +Started GET "/admin/dashboard/6/edit" for 127.0.0.1 at 2018-11-03 13:24:56 +0200 +Processing by AdminController#show as HTML + Parameters: {"id"=>"6"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 + Rendering admin/edit.erb within layouts/application + Rendered admin/edit.erb within layouts/application (5.2ms) +Completed 200 OK in 70ms (Views: 39.3ms | ActiveRecord: 1.6ms) + + +Started PUT "/admin/dashboard/6/edit" for 127.0.0.1 at 2018-11-03 13:25:05 +0200 +Processing by AdminController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"JutBZhPV9fdEUUVJS7VTFnfsa0nVfI4etwLzEKelc2LK7VbjtzUGffN+KKc1CH4ts/c01soTgO5L67BKJIHqwQ==", "user"=>{"name"=>"Name22222", "email"=>"name@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Update", "id"=>"6"} + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:13 +Unpermitted parameter: :email +  (0.1ms) begin transaction + ↳ app/controllers/admin_controller.rb:18 + User Update (0.5ms) UPDATE "users" SET "name" = ?, "updated_at" = ? WHERE "users"."id" = ? [["name", "Name22222"], ["updated_at", "2018-11-03 11:25:05.081804"], ["id", 6]] + ↳ app/controllers/admin_controller.rb:18 +  (200.7ms) commit transaction + ↳ app/controllers/admin_controller.rb:18 +Redirected to +Completed 500 Internal Server Error in 425ms (ActiveRecord: 201.7ms) + + + +NoMethodError (undefined method `back_url' for #): + +app/controllers/admin_controller.rb:19:in `update' +Started PUT "/admin/dashboard/6/edit" for 127.0.0.1 at 2018-11-03 13:26:17 +0200 +Processing by AdminController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"JutBZhPV9fdEUUVJS7VTFnfsa0nVfI4etwLzEKelc2LK7VbjtzUGffN+KKc1CH4ts/c01soTgO5L67BKJIHqwQ==", "user"=>{"name"=>"Name22222", "email"=>"name@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Update", "id"=>"6"} + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:13 +Unpermitted parameter: :email +  (0.1ms) begin transaction + ↳ app/controllers/admin_controller.rb:18 +  (0.2ms) commit transaction + ↳ app/controllers/admin_controller.rb:18 +Redirected to http://localhost:3000/admin/dashboard/6/edit? +Completed 302 Found in 38ms (ActiveRecord: 3.2ms) + + +Started GET "/admin/dashboard/6/edit" for 127.0.0.1 at 2018-11-03 13:26:17 +0200 +Processing by AdminController#show as HTML + Parameters: {"id"=>"6"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 + Rendering admin/edit.erb within layouts/application + Rendered admin/edit.erb within layouts/application (5.1ms) +Completed 200 OK in 72ms (Views: 70.3ms | ActiveRecord: 0.2ms) + + +Started PUT "/admin/dashboard/6/edit" for 127.0.0.1 at 2018-11-03 13:26:19 +0200 +Processing by AdminController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"BbN8+LgNr3Y++x3Iq8/FZRSWUEbcWloThUOojFyGyr3ptWt9HO1c/InUcCbVcuhe0I0P2cM1VON5quvW36JTHg==", "user"=>{"name"=>"Name22222", "email"=>"name@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Update", "id"=>"6"} + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:13 +Unpermitted parameter: :email +  (0.1ms) begin transaction + ↳ app/controllers/admin_controller.rb:18 +  (0.1ms) commit transaction + ↳ app/controllers/admin_controller.rb:18 +Redirected to http://localhost:3000/admin/dashboard/6/edit? +Completed 302 Found in 8ms (ActiveRecord: 0.6ms) + + +Started GET "/admin/dashboard/6/edit" for 127.0.0.1 at 2018-11-03 13:26:19 +0200 +Processing by AdminController#show as HTML + Parameters: {"id"=>"6"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 + Rendering admin/edit.erb within layouts/application + Rendered admin/edit.erb within layouts/application (7.3ms) +Completed 200 OK in 94ms (Views: 89.7ms | ActiveRecord: 0.2ms) + + +Started PUT "/admin/dashboard/6/edit" for 127.0.0.1 at 2018-11-03 13:26:24 +0200 +Processing by AdminController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"83vNJH7oUvnosCWPhhrrtFALhi2LLt8ymtlh54QgkpAffdqh2gihc1+fSGH4p8aPlBDZspRB0cJmMCK9BwQLMw==", "user"=>{"name"=>"Name22222", "email"=>"name@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Update", "id"=>"6"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:13 +Unpermitted parameter: :email +  (0.1ms) begin transaction + ↳ app/controllers/admin_controller.rb:18 +  (0.1ms) commit transaction + ↳ app/controllers/admin_controller.rb:18 +Redirected to http://localhost:3000/admin/dashboard/6/edit? +Completed 302 Found in 5ms (ActiveRecord: 0.4ms) + + +Started GET "/admin/dashboard/6/edit" for 127.0.0.1 at 2018-11-03 13:26:24 +0200 +Processing by AdminController#show as HTML + Parameters: {"id"=>"6"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 + Rendering admin/edit.erb within layouts/application + Rendered admin/edit.erb within layouts/application (4.3ms) +Completed 200 OK in 52ms (Views: 49.7ms | ActiveRecord: 0.2ms) + + +Started GET "/admin/dashboard/6/edit" for 127.0.0.1 at 2018-11-03 13:26:26 +0200 +Processing by AdminController#show as HTML + Parameters: {"id"=>"6"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 + Rendering admin/edit.erb within layouts/application + Rendered admin/edit.erb within layouts/application (5.2ms) +Completed 200 OK in 54ms (Views: 51.7ms | ActiveRecord: 0.2ms) + + +Started GET "/admin/dashboard/6/edit" for 127.0.0.1 at 2018-11-03 13:26:28 +0200 +Processing by AdminController#show as HTML + Parameters: {"id"=>"6"} + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 + Rendering admin/edit.erb within layouts/application + Rendered admin/edit.erb within layouts/application (5.5ms) +Completed 200 OK in 58ms (Views: 55.3ms | ActiveRecord: 0.3ms) + + +Started GET "/admin/dashboard/6/edit" for 127.0.0.1 at 2018-11-03 13:26:29 +0200 +Processing by AdminController#show as HTML + Parameters: {"id"=>"6"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 + Rendering admin/edit.erb within layouts/application + Rendered admin/edit.erb within layouts/application (5.6ms) +Completed 200 OK in 62ms (Views: 59.7ms | ActiveRecord: 0.2ms) + + +Started GET "/admin/dashboard/6/edit" for 127.0.0.1 at 2018-11-03 13:26:29 +0200 +Processing by AdminController#show as HTML + Parameters: {"id"=>"6"} + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 + Rendering admin/edit.erb within layouts/application + Rendered admin/edit.erb within layouts/application (4.5ms) +Completed 200 OK in 66ms (Views: 63.8ms | ActiveRecord: 0.3ms) + + +Started GET "/admin/dashboard/6/edit" for 127.0.0.1 at 2018-11-03 13:26:29 +0200 +Processing by AdminController#show as HTML + Parameters: {"id"=>"6"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 + Rendering admin/edit.erb within layouts/application + Rendered admin/edit.erb within layouts/application (6.1ms) +Completed 200 OK in 70ms (Views: 68.2ms | ActiveRecord: 0.2ms) + + +Started GET "/admin/dashboard/6/edit" for 127.0.0.1 at 2018-11-03 13:26:30 +0200 +Processing by AdminController#show as HTML + Parameters: {"id"=>"6"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 + Rendering admin/edit.erb within layouts/application + Rendered admin/edit.erb within layouts/application (5.2ms) +Completed 200 OK in 62ms (Views: 59.5ms | ActiveRecord: 0.2ms) + + +Started GET "/admin/dashboard/6/edit" for 127.0.0.1 at 2018-11-03 13:26:30 +0200 +Processing by AdminController#show as HTML + Parameters: {"id"=>"6"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 + Rendering admin/edit.erb within layouts/application + Rendered admin/edit.erb within layouts/application (5.1ms) +Completed 200 OK in 60ms (Views: 58.2ms | ActiveRecord: 0.2ms) + + +Started GET "/admin/dashboard/6/edit" for 127.0.0.1 at 2018-11-03 13:26:30 +0200 +Processing by AdminController#show as HTML + Parameters: {"id"=>"6"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 + Rendering admin/edit.erb within layouts/application + Rendered admin/edit.erb within layouts/application (7.0ms) +Completed 200 OK in 54ms (Views: 52.0ms | ActiveRecord: 0.2ms) + + +Started GET "/admin/dashboard/6/edit" for 127.0.0.1 at 2018-11-03 13:26:40 +0200 +Processing by AdminController#show as HTML + Parameters: {"id"=>"6"} + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 + Rendering admin/edit.erb within layouts/application + Rendered admin/edit.erb within layouts/application (4.0ms) +Completed 200 OK in 83ms (Views: 53.5ms | ActiveRecord: 1.7ms) + + +Started GET "/admin/dashboard/6/edit" for 127.0.0.1 at 2018-11-03 13:26:41 +0200 +Processing by AdminController#show as HTML + Parameters: {"id"=>"6"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 + Rendering admin/edit.erb within layouts/application + Rendered admin/edit.erb within layouts/application (8.9ms) +Completed 200 OK in 64ms (Views: 61.5ms | ActiveRecord: 0.2ms) + + +Started GET "/admin/dashboard/6/edit" for 127.0.0.1 at 2018-11-03 13:26:42 +0200 +Processing by AdminController#show as HTML + Parameters: {"id"=>"6"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 + Rendering admin/edit.erb within layouts/application + Rendered admin/edit.erb within layouts/application (5.0ms) +Completed 200 OK in 60ms (Views: 57.6ms | ActiveRecord: 0.2ms) + + +Started GET "/admin/dashboard/6/edit" for 127.0.0.1 at 2018-11-03 13:26:43 +0200 +Processing by AdminController#show as HTML + Parameters: {"id"=>"6"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 + Rendering admin/edit.erb within layouts/application + Rendered admin/edit.erb within layouts/application (4.6ms) +Completed 200 OK in 56ms (Views: 53.8ms | ActiveRecord: 0.2ms) + + +Started GET "/admin/dashboard/6/edit" for 127.0.0.1 at 2018-11-03 13:26:43 +0200 +Processing by AdminController#show as HTML + Parameters: {"id"=>"6"} + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 + Rendering admin/edit.erb within layouts/application + Rendered admin/edit.erb within layouts/application (4.9ms) +Completed 200 OK in 58ms (Views: 55.6ms | ActiveRecord: 0.3ms) + + +Started GET "/admin/dashboard/6/edit" for 127.0.0.1 at 2018-11-03 13:26:43 +0200 +Processing by AdminController#show as HTML + Parameters: {"id"=>"6"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 + Rendering admin/edit.erb within layouts/application + Rendered admin/edit.erb within layouts/application (5.4ms) +Completed 200 OK in 70ms (Views: 68.0ms | ActiveRecord: 0.2ms) + + +Started GET "/admin/dashboard/6/edit" for 127.0.0.1 at 2018-11-03 13:26:43 +0200 +Processing by AdminController#show as HTML + Parameters: {"id"=>"6"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 + Rendering admin/edit.erb within layouts/application + Rendered admin/edit.erb within layouts/application (4.9ms) +Completed 200 OK in 62ms (Views: 59.1ms | ActiveRecord: 0.2ms) + + +Started GET "/admin/dashboard/6/edit" for 127.0.0.1 at 2018-11-03 13:26:43 +0200 +Processing by AdminController#show as HTML + Parameters: {"id"=>"6"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 + Rendering admin/edit.erb within layouts/application + Rendered admin/edit.erb within layouts/application (3.8ms) +Completed 200 OK in 57ms (Views: 54.3ms | ActiveRecord: 0.2ms) + + +Started GET "/admin/dashboard/6/edit" for 127.0.0.1 at 2018-11-03 13:26:44 +0200 +Processing by AdminController#show as HTML + Parameters: {"id"=>"6"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 + Rendering admin/edit.erb within layouts/application + Rendered admin/edit.erb within layouts/application (5.5ms) +Completed 200 OK in 67ms (Views: 64.4ms | ActiveRecord: 0.2ms) + + +Started GET "/admin/dashboard/6/edit" for 127.0.0.1 at 2018-11-03 13:27:09 +0200 +Processing by AdminController#show as HTML + Parameters: {"id"=>"6"} + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 + Rendering admin/edit.erb within layouts/application + Rendered admin/edit.erb within layouts/application (4.1ms) +Completed 200 OK in 50ms (Views: 47.4ms | ActiveRecord: 0.3ms) + + +Started GET "/admin/dashboard/6/admin/dashboard" for 127.0.0.1 at 2018-11-03 13:27:11 +0200 + +ActionController::RoutingError (No route matches [GET] "/admin/dashboard/6/admin/dashboard"): + +actionpack (5.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.1) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.5) lib/rack/method_override.rb:22:in `call' +rack (2.0.5) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.5) lib/rack/sendfile.rb:111:in `call' +railties (5.2.1) lib/rails/engine.rb:524:in `call' +puma (3.12.0) lib/puma/configuration.rb:225:in `call' +puma (3.12.0) lib/puma/server.rb:658:in `handle_request' +puma (3.12.0) lib/puma/server.rb:472:in `process_client' +puma (3.12.0) lib/puma/server.rb:332:in `block in run' +puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' +Started GET "/admin/dashboard/6/admin/dashboard" for 127.0.0.1 at 2018-11-03 13:27:18 +0200 + +ActionController::RoutingError (No route matches [GET] "/admin/dashboard/6/admin/dashboard"): + +actionpack (5.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.1) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.5) lib/rack/method_override.rb:22:in `call' +rack (2.0.5) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.5) lib/rack/sendfile.rb:111:in `call' +railties (5.2.1) lib/rails/engine.rb:524:in `call' +puma (3.12.0) lib/puma/configuration.rb:225:in `call' +puma (3.12.0) lib/puma/server.rb:658:in `handle_request' +puma (3.12.0) lib/puma/server.rb:472:in `process_client' +puma (3.12.0) lib/puma/server.rb:332:in `block in run' +puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' +Started GET "/admin/dashboard/" for 127.0.0.1 at 2018-11-03 13:27:23 +0200 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:4 + Rendered admin/dashboard.html.erb within layouts/application (5.2ms) +Completed 200 OK in 53ms (Views: 51.3ms | ActiveRecord: 0.3ms) + + +Started GET "/admin/dashboard/dashboard/4/edit" for 127.0.0.1 at 2018-11-03 13:27:28 +0200 + +ActionController::RoutingError (No route matches [GET] "/admin/dashboard/dashboard/4/edit"): + +actionpack (5.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.1) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.5) lib/rack/method_override.rb:22:in `call' +rack (2.0.5) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.5) lib/rack/sendfile.rb:111:in `call' +railties (5.2.1) lib/rails/engine.rb:524:in `call' +puma (3.12.0) lib/puma/configuration.rb:225:in `call' +puma (3.12.0) lib/puma/server.rb:658:in `handle_request' +puma (3.12.0) lib/puma/server.rb:472:in `process_client' +puma (3.12.0) lib/puma/server.rb:332:in `block in run' +puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-03 13:27:50 +0200 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:4 + Rendered admin/dashboard.html.erb within layouts/application (4.5ms) +Completed 200 OK in 53ms (Views: 52.0ms | ActiveRecord: 0.4ms) + + +Started GET "/admin/dashboard/6/edit" for 127.0.0.1 at 2018-11-03 13:27:53 +0200 +Processing by AdminController#show as HTML + Parameters: {"id"=>"6"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 + Rendering admin/edit.erb within layouts/application + Rendered admin/edit.erb within layouts/application (5.9ms) +Completed 200 OK in 79ms (Views: 75.8ms | ActiveRecord: 0.2ms) + + +Started GET "/admin/dashboard/6/edit" for 127.0.0.1 at 2018-11-03 13:27:55 +0200 +Processing by AdminController#show as HTML + Parameters: {"id"=>"6"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 + Rendering admin/edit.erb within layouts/application + Rendered admin/edit.erb within layouts/application (3.1ms) +Completed 200 OK in 59ms (Views: 56.5ms | ActiveRecord: 0.2ms) + + +Started GET "/admin/dashboard/6/edit" for 127.0.0.1 at 2018-11-03 13:27:56 +0200 +Processing by AdminController#show as HTML + Parameters: {"id"=>"6"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 + Rendering admin/edit.erb within layouts/application + Rendered admin/edit.erb within layouts/application (5.0ms) +Completed 200 OK in 63ms (Views: 60.4ms | ActiveRecord: 0.2ms) + + +Started GET "/admin/dashboard/6/edit" for 127.0.0.1 at 2018-11-03 13:27:57 +0200 +Processing by AdminController#show as HTML + Parameters: {"id"=>"6"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 + Rendering admin/edit.erb within layouts/application + Rendered admin/edit.erb within layouts/application (5.6ms) +Completed 200 OK in 69ms (Views: 66.9ms | ActiveRecord: 0.2ms) + + +Started GET "/admin/dashboard/6/edit" for 127.0.0.1 at 2018-11-03 13:27:57 +0200 +Processing by AdminController#show as HTML + Parameters: {"id"=>"6"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 + Rendering admin/edit.erb within layouts/application + Rendered admin/edit.erb within layouts/application (5.6ms) +Completed 200 OK in 61ms (Views: 58.4ms | ActiveRecord: 0.2ms) + + +Started GET "/admin/dashboard/6/edit" for 127.0.0.1 at 2018-11-03 13:28:22 +0200 +Processing by AdminController#show as HTML + Parameters: {"id"=>"6"} + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 + Rendering admin/edit.erb within layouts/application + Rendered admin/edit.erb within layouts/application (4.8ms) +Completed 200 OK in 56ms (Views: 54.1ms | ActiveRecord: 0.3ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-03 13:28:25 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 4], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (4.2ms) +Completed 200 OK in 65ms (Views: 62.3ms | ActiveRecord: 0.4ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-03 13:28:36 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 4], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (5.0ms) +Completed 200 OK in 51ms (Views: 49.1ms | ActiveRecord: 0.4ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-03 13:28:37 +0200 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:4 + Rendered admin/dashboard.html.erb within layouts/application (4.2ms) +Completed 200 OK in 59ms (Views: 57.4ms | ActiveRecord: 0.4ms) + + +Started GET "/admin/dashboard/6/edit" for 127.0.0.1 at 2018-11-03 13:28:39 +0200 +Processing by AdminController#show as HTML + Parameters: {"id"=>"6"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 + Rendering admin/edit.erb within layouts/application + Rendered admin/edit.erb within layouts/application (4.2ms) +Completed 200 OK in 51ms (Views: 49.0ms | ActiveRecord: 0.2ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-03 13:28:41 +0200 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.2ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:4 + Rendered admin/dashboard.html.erb within layouts/application (3.2ms) +Completed 200 OK in 53ms (Views: 51.9ms | ActiveRecord: 0.2ms) + + +Started GET "/admin/dashboard/6/edit" for 127.0.0.1 at 2018-11-03 13:28:43 +0200 +Processing by AdminController#show as HTML + Parameters: {"id"=>"6"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 + Rendering admin/edit.erb within layouts/application + Rendered admin/edit.erb within layouts/application (4.7ms) +Completed 200 OK in 64ms (Views: 62.0ms | ActiveRecord: 0.2ms) + + +Started GET "/admin/dashboard/6/edit" for 127.0.0.1 at 2018-11-03 13:29:09 +0200 +Processing by AdminController#show as HTML + Parameters: {"id"=>"6"} + User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 + Rendering admin/edit.erb within layouts/application + Rendered admin/edit.erb within layouts/application (3.4ms) +Completed 200 OK in 68ms (Views: 41.9ms | ActiveRecord: 2.0ms) + + +Started PUT "/admin/dashboard/6/edit" for 127.0.0.1 at 2018-11-03 13:29:12 +0200 +Processing by AdminController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"Q1k/KettjY72mGWo/hXnq4UrdffHUGbryzM82vrAq0WvXyisT41+BEG3CEaAqMqQQTAqaNg/aBs32n+AeeQy5g==", "user"=>{"name"=>"Name22222", "email"=>"name@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Update", "id"=>"6"} + User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:13 +Unpermitted parameter: :email +  (0.1ms) begin transaction + ↳ app/controllers/admin_controller.rb:18 +  (0.1ms) commit transaction + ↳ app/controllers/admin_controller.rb:18 +Redirected to http://localhost:3000/admin/dashboard +Completed 302 Found in 12ms (ActiveRecord: 0.8ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-03 13:29:12 +0200 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:4 + Rendered admin/dashboard.html.erb within layouts/application (4.3ms) +Completed 200 OK in 59ms (Views: 58.0ms | ActiveRecord: 0.4ms) + + +Started GET "/admin/dashboard/6/edit" for 127.0.0.1 at 2018-11-03 13:29:14 +0200 +Processing by AdminController#show as HTML + Parameters: {"id"=>"6"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 + Rendering admin/edit.erb within layouts/application + Rendered admin/edit.erb within layouts/application (7.7ms) +Completed 200 OK in 66ms (Views: 63.6ms | ActiveRecord: 0.2ms) + + +Started PUT "/admin/dashboard/6/edit" for 127.0.0.1 at 2018-11-03 13:29:17 +0200 +Processing by AdminController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"EVN7p9ospa4c6etS2PWDZ15H/k36hCMOZBvF6rBo2nj9VWwifsxWJKvGhrymSK5cmlyh0uXrLf6Y8oawM0xD2w==", "user"=>{"name"=>"Name21111", "email"=>"name@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Update", "id"=>"6"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:13 +Unpermitted parameter: :email +  (0.3ms) begin transaction + ↳ app/controllers/admin_controller.rb:18 + User Update (2.5ms) UPDATE "users" SET "name" = ?, "updated_at" = ? WHERE "users"."id" = ? [["name", "Name21111"], ["updated_at", "2018-11-03 11:29:17.966561"], ["id", 6]] + ↳ app/controllers/admin_controller.rb:18 +  (237.5ms) commit transaction + ↳ app/controllers/admin_controller.rb:18 +Redirected to http://localhost:3000/admin/dashboard +Completed 302 Found in 253ms (ActiveRecord: 240.5ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-03 13:29:18 +0200 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:4 + Rendered admin/dashboard.html.erb within layouts/application (4.3ms) +Completed 200 OK in 55ms (Views: 53.7ms | ActiveRecord: 0.4ms) + + +Started GET "/admin/dashboard/4/edit" for 127.0.0.1 at 2018-11-03 13:29:23 +0200 +Processing by AdminController#show as HTML + Parameters: {"id"=>"4"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:8 + Rendering admin/edit.erb within layouts/application + Rendered admin/edit.erb within layouts/application (3.8ms) +Completed 200 OK in 56ms (Views: 53.0ms | ActiveRecord: 0.2ms) + + +Started PUT "/admin/dashboard/4/edit" for 127.0.0.1 at 2018-11-03 13:29:27 +0200 +Processing by AdminController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"ZwJtmE+THP4NVkSDkowcKkxuiMXqzEFyZ4z17IqmqIOLBHod63PvdLp5KW3sMTERiHXXWvWjT4KbZba2CYIxIA==", "user"=>{"name"=>"Daniil", "email"=>"yarmolenko@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Update", "id"=>"4"} + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:13 +Unpermitted parameter: :email +  (0.1ms) begin transaction + ↳ app/controllers/admin_controller.rb:18 + User Update (1.1ms) UPDATE "users" SET "name" = ?, "updated_at" = ? WHERE "users"."id" = ? [["name", "Daniil"], ["updated_at", "2018-11-03 11:29:27.761445"], ["id", 4]] + ↳ app/controllers/admin_controller.rb:18 +  (242.0ms) commit transaction + ↳ app/controllers/admin_controller.rb:18 +Redirected to http://localhost:3000/admin/dashboard +Completed 302 Found in 251ms (ActiveRecord: 243.5ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-03 13:29:28 +0200 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:4 + Rendered admin/dashboard.html.erb within layouts/application (4.1ms) +Completed 200 OK in 38ms (Views: 37.3ms | ActiveRecord: 0.3ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-03 13:45:02 +0200 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.7ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:5 + Rendered admin/dashboard.html.erb within layouts/application (38.8ms) +Completed 200 OK in 82ms (Views: 78.5ms | ActiveRecord: 2.2ms) + + +Started GET "/admin/dashboard/create" for 127.0.0.1 at 2018-11-03 13:45:04 +0200 +Processing by AdminController#showCreate as HTML + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT ? [["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:13 + Rendering admin/new.html.erb within layouts/application + Rendered admin/new.html.erb within layouts/application (1.7ms) +Completed 200 OK in 80ms (Views: 77.4ms | ActiveRecord: 0.4ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-03 13:45:09 +0200 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:5 + Rendered admin/dashboard.html.erb within layouts/application (4.4ms) +Completed 200 OK in 69ms (Views: 67.5ms | ActiveRecord: 0.4ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-03 14:12:47 +0200 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:5 + Rendered admin/dashboard.html.erb within layouts/application (6.1ms) +Completed 200 OK in 56ms (Views: 55.0ms | ActiveRecord: 0.4ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-03 14:13:10 +0200 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (1.0ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:5 + Rendered admin/dashboard.html.erb within layouts/application (8.7ms) +Completed 200 OK in 74ms (Views: 72.0ms | ActiveRecord: 1.0ms) + + +Started GET "/admin/dashboard/create" for 127.0.0.1 at 2018-11-03 14:13:23 +0200 +Processing by AdminController#showCreate as HTML + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT ? [["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:13 + Rendering admin/new.html.erb within layouts/application + Rendered admin/new.html.erb within layouts/application (1.6ms) +Completed 200 OK in 73ms (Views: 70.7ms | ActiveRecord: 0.3ms) + + +Started GET "/admin/dashboard/create" for 127.0.0.1 at 2018-11-03 14:15:55 +0200 +Processing by AdminController#showCreate as HTML +  (0.1ms) begin transaction + ↳ app/controllers/admin_controller.rb:13 +  (0.1ms) rollback transaction + ↳ app/controllers/admin_controller.rb:13 + Rendering admin/new.html.erb within layouts/application + Rendered admin/new.html.erb within layouts/application (5.3ms) +Completed 200 OK in 69ms (Views: 45.6ms | ActiveRecord: 1.6ms) + + +Started GET "/admin/dashboard/create" for 127.0.0.1 at 2018-11-03 14:16:09 +0200 +Processing by AdminController#showCreate as HTML +  (0.2ms) begin transaction + ↳ app/controllers/admin_controller.rb:13 +  (0.1ms) rollback transaction + ↳ app/controllers/admin_controller.rb:13 + Rendering admin/new.html.erb within layouts/application + Rendered admin/new.html.erb within layouts/application (6.2ms) +Completed 200 OK in 84ms (Views: 77.5ms | ActiveRecord: 0.3ms) + + +Started POST "/admin/dashboard/create" for 127.0.0.1 at 2018-11-03 14:16:37 +0200 + +ActionController::RoutingError (No route matches [POST] "/admin/dashboard/create"): + +actionpack (5.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.1) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.5) lib/rack/method_override.rb:22:in `call' +rack (2.0.5) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.5) lib/rack/sendfile.rb:111:in `call' +railties (5.2.1) lib/rails/engine.rb:524:in `call' +puma (3.12.0) lib/puma/configuration.rb:225:in `call' +puma (3.12.0) lib/puma/server.rb:658:in `handle_request' +puma (3.12.0) lib/puma/server.rb:472:in `process_client' +puma (3.12.0) lib/puma/server.rb:332:in `block in run' +puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' +Started GET "/" for 127.0.0.1 at 2018-11-03 16:27:45 +0200 +  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 4], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (115.6ms) +Completed 200 OK in 897ms (Views: 854.8ms | ActiveRecord: 2.6ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-03 16:27:50 +0200 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:5 + Rendered admin/dashboard.html.erb within layouts/application (4.5ms) +Completed 200 OK in 67ms (Views: 65.4ms | ActiveRecord: 0.3ms) + + +Started GET "/admin/dashboard/create" for 127.0.0.1 at 2018-11-03 16:27:53 +0200 +Processing by AdminController#showCreate as HTML + Parameters: {"resources"=>:users} +  (0.1ms) begin transaction + ↳ app/controllers/admin_controller.rb:13 +  (0.1ms) rollback transaction + ↳ app/controllers/admin_controller.rb:13 + Rendering admin/new.html.erb within layouts/application + Rendered admin/new.html.erb within layouts/application (43.9ms) +Completed 500 Internal Server Error in 81ms (ActiveRecord: 0.2ms) + + + +ActionView::Template::Error (First argument in form cannot contain nil or be empty): + 1: <%= link_to 'BACK TO DASHBOARD', '/admin/dashboard' %> + 2:

        Create new user

        + 3: <% if @user %> + 4: <%= form_for(@users, url: "/admin/dashboard/create", html: { method: :post }) do |f| %> + 5: + 6:
        + 7: <%= f.label :name %>
        + +app/views/admin/new.html.erb:4:in `_app_views_admin_new_html_erb__3581806451008327347_70301702627260' +app/controllers/admin_controller.rb:14:in `showCreate' +Started GET "/admin/dashboard/create" for 127.0.0.1 at 2018-11-03 16:28:52 +0200 +Processing by AdminController#showCreate as HTML + Parameters: {"resources"=>:users} +  (0.2ms) begin transaction + ↳ app/controllers/admin_controller.rb:13 +  (0.1ms) rollback transaction + ↳ app/controllers/admin_controller.rb:13 + Rendering admin/new.html.erb within layouts/application + Rendered admin/new.html.erb within layouts/application (51.0ms) +Completed 200 OK in 101ms (Views: 96.2ms | ActiveRecord: 0.3ms) + + +Started POST "/admin/dashboard/create" for 127.0.0.1 at 2018-11-03 16:29:20 +0200 + +ActionController::RoutingError (No route matches [POST] "/admin/dashboard/create"): + +actionpack (5.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' +web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' +web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' +railties (5.2.1) lib/rails/rack/logger.rb:38:in `call_app' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `block in call' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `block in tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:28:in `tagged' +activesupport (5.2.1) lib/active_support/tagged_logging.rb:71:in `tagged' +railties (5.2.1) lib/rails/rack/logger.rb:26:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/request_id.rb:27:in `call' +rack (2.0.5) lib/rack/method_override.rb:22:in `call' +rack (2.0.5) lib/rack/runtime.rb:22:in `call' +activesupport (5.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call' +actionpack (5.2.1) lib/action_dispatch/middleware/static.rb:127:in `call' +rack (2.0.5) lib/rack/sendfile.rb:111:in `call' +railties (5.2.1) lib/rails/engine.rb:524:in `call' +puma (3.12.0) lib/puma/configuration.rb:225:in `call' +puma (3.12.0) lib/puma/server.rb:658:in `handle_request' +puma (3.12.0) lib/puma/server.rb:472:in `process_client' +puma (3.12.0) lib/puma/server.rb:332:in `block in run' +puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' +Started POST "/admin/dashboard/create" for 127.0.0.1 at 2018-11-03 16:30:25 +0200 +Processing by AdminController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"Oy8QtkNlNdF8dlP7nHHfbzgeBcX1ov2xYmRlc8ieBLnXKQcz54XGW8tZPhXizPJU/AVaWurN80GejSYpS7qdGg==", "user"=>{"name"=>"Daniil", "email"=>"yarmolenko.daniil@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Create"} +  (0.1ms) begin transaction + ↳ app/controllers/admin_controller.rb:18 +  (0.3ms) rollback transaction + ↳ app/controllers/admin_controller.rb:18 +No template found for AdminController#create, rendering head :no_content +Completed 204 No Content in 82ms (ActiveRecord: 1.9ms) + + +Started POST "/admin/dashboard/create" for 127.0.0.1 at 2018-11-03 16:30:42 +0200 +Processing by AdminController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"Oy8QtkNlNdF8dlP7nHHfbzgeBcX1ov2xYmRlc8ieBLnXKQcz54XGW8tZPhXizPJU/AVaWurN80GejSYpS7qdGg==", "user"=>{"name"=>"Daniil", "email"=>"yarmolenko.daniil@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Create"} +  (0.1ms) begin transaction + ↳ app/controllers/admin_controller.rb:18 +  (0.1ms) rollback transaction + ↳ app/controllers/admin_controller.rb:18 +No template found for AdminController#create, rendering head :no_content +Completed 204 No Content in 52ms (ActiveRecord: 0.2ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-03 16:30:49 +0200 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.5ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:5 + Rendered admin/dashboard.html.erb within layouts/application (6.0ms) +Completed 200 OK in 52ms (Views: 50.5ms | ActiveRecord: 0.5ms) + + +Started GET "/admin/dashboard/create" for 127.0.0.1 at 2018-11-03 16:30:51 +0200 +Processing by AdminController#showCreate as HTML + Parameters: {"resources"=>:users} +  (0.1ms) begin transaction + ↳ app/controllers/admin_controller.rb:13 +  (0.1ms) rollback transaction + ↳ app/controllers/admin_controller.rb:13 + Rendering admin/new.html.erb within layouts/application + Rendered admin/new.html.erb within layouts/application (5.4ms) +Completed 200 OK in 58ms (Views: 53.3ms | ActiveRecord: 0.2ms) + + +Started POST "/admin/dashboard/create" for 127.0.0.1 at 2018-11-03 16:31:26 +0200 +Processing by AdminController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"UJFJJseIvAlG4QheAOMQbImj4+FCubN+KoOnBzMOT528l16jY2hPg/HOZbB+Xj1XTbi8fl3WvY7WauRdsCrWPg==", "user"=>{"name"=>"Daniil", "email"=>"yarmolenko.daniil@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Create"} +  (0.1ms) begin transaction + ↳ app/controllers/admin_controller.rb:18 +  (0.2ms) rollback transaction + ↳ app/controllers/admin_controller.rb:18 +No template found for AdminController#create, rendering head :no_content +Completed 204 No Content in 53ms (ActiveRecord: 0.3ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-03 16:31:39 +0200 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:5 + Rendered admin/dashboard.html.erb within layouts/application (4.3ms) +Completed 200 OK in 38ms (Views: 36.6ms | ActiveRecord: 0.3ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-03 16:36:36 +0200 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:5 + Rendered admin/dashboard.html.erb within layouts/application (27.1ms) +Completed 200 OK in 62ms (Views: 58.9ms | ActiveRecord: 2.3ms) + + +Started GET "/admin/dashboard/create" for 127.0.0.1 at 2018-11-03 16:36:40 +0200 +Processing by AdminController#showCreate as HTML +  (0.1ms) begin transaction + ↳ app/controllers/admin_controller.rb:13 +  (0.2ms) rollback transaction + ↳ app/controllers/admin_controller.rb:13 + Rendering admin/new.html.erb within layouts/application + Rendered admin/new.html.erb within layouts/application (5.1ms) +Completed 200 OK in 62ms (Views: 55.9ms | ActiveRecord: 0.3ms) + + +Started POST "/admin/dashboard/create" for 127.0.0.1 at 2018-11-03 16:36:54 +0200 +Processing by AdminController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"nEq1BhDr/1ay2guXPe7kxolEU0C7bJAaYw8XZGiaoSZwTKKDtAsM3AX1ZnlDU8n9TV8M36QDnuqf5lQ+6744hQ==", "user"=>{"name"=>"Daniil", "email"=>"yarmolenko.daniil@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Create"} +Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.0ms) + + + +ActiveModel::ForbiddenAttributesError (ActiveModel::ForbiddenAttributesError): + +app/controllers/admin_controller.rb:18:in `create' +Started POST "/admin/dashboard/create" for 127.0.0.1 at 2018-11-03 16:38:05 +0200 +Processing by AdminController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"nEq1BhDr/1ay2guXPe7kxolEU0C7bJAaYw8XZGiaoSZwTKKDtAsM3AX1ZnlDU8n9TV8M36QDnuqf5lQ+6744hQ==", "user"=>{"name"=>"Daniil", "email"=>"yarmolenko.daniil@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Create"} +Completed 500 Internal Server Error in 20ms (ActiveRecord: 0.9ms) + + + +ActiveModel::ForbiddenAttributesError (ActiveModel::ForbiddenAttributesError): + +app/controllers/admin_controller.rb:18:in `create' +Started POST "/admin/dashboard/create" for 127.0.0.1 at 2018-11-03 16:38:18 +0200 +Processing by AdminController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"nEq1BhDr/1ay2guXPe7kxolEU0C7bJAaYw8XZGiaoSZwTKKDtAsM3AX1ZnlDU8n9TV8M36QDnuqf5lQ+6744hQ==", "user"=>{"name"=>"Daniil", "email"=>"yarmolenko.daniil@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Create"} +Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms) + + + +ActiveModel::ForbiddenAttributesError (ActiveModel::ForbiddenAttributesError): + +app/controllers/admin_controller.rb:18:in `create' +Started POST "/admin/dashboard/create" for 127.0.0.1 at 2018-11-03 16:39:47 +0200 +Processing by AdminController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"nEq1BhDr/1ay2guXPe7kxolEU0C7bJAaYw8XZGiaoSZwTKKDtAsM3AX1ZnlDU8n9TV8M36QDnuqf5lQ+6744hQ==", "user"=>{"name"=>"Daniil", "email"=>"yarmolenko.daniil@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Create"} +Completed 500 Internal Server Error in 19ms (ActiveRecord: 1.1ms) + + + +ActiveModel::ForbiddenAttributesError (ActiveModel::ForbiddenAttributesError): + +app/controllers/admin_controller.rb:20:in `create' +Started POST "/admin/dashboard/create" for 127.0.0.1 at 2018-11-03 16:41:53 +0200 +Processing by AdminController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"nEq1BhDr/1ay2guXPe7kxolEU0C7bJAaYw8XZGiaoSZwTKKDtAsM3AX1ZnlDU8n9TV8M36QDnuqf5lQ+6744hQ==", "user"=>{"name"=>"Daniil", "email"=>"yarmolenko.daniil@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Create"} +  (0.1ms) begin transaction + ↳ app/controllers/admin_controller.rb:19 + User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "yarmolenko.daniil@gmail.com"], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:19 + User Create (0.4ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "role") VALUES (?, ?, ?, ?, ?, ?) [["email", "yarmolenko.daniil@gmail.com"], ["encrypted_password", "$2a$11$xBa.FBwYRd1C9.xvFt4MqeRt6EtOEKW/odY.0lrCbQn7hpsqqwbRm"], ["created_at", "2018-11-03 14:41:54.255694"], ["updated_at", "2018-11-03 14:41:54.255694"], ["name", "Daniil"], ["role", 0]] + ↳ app/controllers/admin_controller.rb:19 +  (81.2ms) commit transaction + ↳ app/controllers/admin_controller.rb:19 +Redirected to http://localhost:3000/admin/dashboard +Completed 302 Found in 370ms (ActiveRecord: 83.0ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-03 16:41:54 +0200 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:5 + Rendered admin/dashboard.html.erb within layouts/application (5.6ms) +Completed 200 OK in 65ms (Views: 63.9ms | ActiveRecord: 0.4ms) + + +Started GET "/admin/dashboard/create" for 127.0.0.1 at 2018-11-03 16:42:05 +0200 +Processing by AdminController#showCreate as HTML +  (0.1ms) begin transaction + ↳ app/controllers/admin_controller.rb:13 +  (0.1ms) rollback transaction + ↳ app/controllers/admin_controller.rb:13 + Rendering admin/new.html.erb within layouts/application + Rendered admin/new.html.erb within layouts/application (6.5ms) +Completed 200 OK in 59ms (Views: 54.9ms | ActiveRecord: 0.2ms) + + +Started POST "/admin/dashboard/create" for 127.0.0.1 at 2018-11-03 16:42:23 +0200 +Processing by AdminController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"y6f9ShzPUGWpnov0WeuvMxpZJhXC3Sjz3/9TMywjvWonoerPuC+j7x6x5honVoII3kJ5it2yJgMjFhBprwckyQ==", "user"=>{"name"=>"Vasya", "email"=>"vasya@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Create"} +  (0.1ms) begin transaction + ↳ app/controllers/admin_controller.rb:19 + User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "vasya@gmail.com"], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:19 + User Create (1.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "role") VALUES (?, ?, ?, ?, ?, ?) [["email", "vasya@gmail.com"], ["encrypted_password", "$2a$11$JDqLy5EC55wZIWsr.xhWj.6MncULTQwAer6ygpcFKRfRLQwmvZab2"], ["created_at", "2018-11-03 14:42:23.905180"], ["updated_at", "2018-11-03 14:42:23.905180"], ["name", "Vasya"], ["role", 0]] + ↳ app/controllers/admin_controller.rb:19 +  (65.8ms) commit transaction + ↳ app/controllers/admin_controller.rb:19 +Redirected to http://localhost:3000/admin/dashboard +Completed 302 Found in 306ms (ActiveRecord: 67.2ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-03 16:42:23 +0200 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:5 + Rendered admin/dashboard.html.erb within layouts/application (6.1ms) +Completed 200 OK in 52ms (Views: 51.0ms | ActiveRecord: 0.3ms) + + +Started DELETE "/admin/dashboard?id=9" for 127.0.0.1 at 2018-11-03 16:42:32 +0200 +Processing by AdminController#delete as HTML + Parameters: {"authenticity_token"=>"mjx0RDwoICPjF4m7sufvrZNj0FlTWaAzs58p+MiA1cx2OmPBmMjTqVQ45FXMWsKWV3iPxkw2rsNPdmqiS6RMbw==", "id"=>"9"} + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:36 +  (0.1ms) begin transaction + ↳ app/controllers/admin_controller.rb:37 + User Destroy (1.9ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 9]] + ↳ app/controllers/admin_controller.rb:37 +  (194.4ms) commit transaction + ↳ app/controllers/admin_controller.rb:37 + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.5ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:5 + Rendered admin/dashboard.html.erb within layouts/application (6.4ms) +Completed 200 OK in 243ms (Views: 38.6ms | ActiveRecord: 197.3ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-03 16:42:39 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 4], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (4.2ms) +Completed 200 OK in 70ms (Views: 67.3ms | ActiveRecord: 0.4ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-03 16:42:41 +0200 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:5 + Rendered admin/dashboard.html.erb within layouts/application (7.1ms) +Completed 200 OK in 54ms (Views: 52.2ms | ActiveRecord: 0.3ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-03 16:44:36 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 4], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (19.8ms) +Completed 200 OK in 63ms (Views: 59.9ms | ActiveRecord: 1.3ms) + + +Started DELETE "/users/sign_out" for 127.0.0.1 at 2018-11-03 16:44:38 +0200 +Processing by Devise::SessionsController#destroy as HTML + Parameters: {"authenticity_token"=>"kg2GOFdu+O4B0yM1AsszVweRbHS0D1IxLoIx1S0p3q9+C5G9844LZLb8Ttt8dh5sw4oz66tgXMHSa3KPrg1HDA=="} + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 4], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +  (0.1ms) begin transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +  (0.1ms) commit transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Redirected to http://localhost:3000/ +Completed 302 Found in 9ms (ActiveRecord: 0.5ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-03 16:44:38 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + Rendered home/index.html.erb within layouts/application (6.0ms) +Completed 200 OK in 50ms (Views: 48.1ms | ActiveRecord: 0.0ms) + + +Started GET "/users/sign_in" for 127.0.0.1 at 2018-11-03 16:44:40 +0200 +Processing by Devise::SessionsController#new as HTML + Rendering devise/sessions/new.html.erb within layouts/application + Rendered devise/shared/_links.html.erb (1.6ms) + Rendered devise/sessions/new.html.erb within layouts/application (9.6ms) +Completed 200 OK in 67ms (Views: 64.6ms | ActiveRecord: 0.0ms) + + +Started POST "/users/sign_in" for 127.0.0.1 at 2018-11-03 16:46:15 +0200 +Processing by Devise::SessionsController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"3ndbxrFYxwDyRzfwH7E5EgZ1p0lvfq5ZaPXLzgcJpvl9q7BtdUglx1mfPhQb7qiM4FbCUZhFSzITUakkDh8oUQ==", "user"=>{"email"=>"dany@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"} + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ? [["email", "dany@gmail.com"], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Completed 401 Unauthorized in 67ms (ActiveRecord: 1.7ms) + + +Processing by Devise::SessionsController#new as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"3ndbxrFYxwDyRzfwH7E5EgZ1p0lvfq5ZaPXLzgcJpvl9q7BtdUglx1mfPhQb7qiM4FbCUZhFSzITUakkDh8oUQ==", "user"=>{"email"=>"dany@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"} + Rendering devise/sessions/new.html.erb within layouts/application + Rendered devise/shared/_links.html.erb (1.5ms) + Rendered devise/sessions/new.html.erb within layouts/application (5.1ms) +Completed 200 OK in 287ms (Views: 41.7ms | ActiveRecord: 0.0ms) + + +Started POST "/users/sign_in" for 127.0.0.1 at 2018-11-03 16:46:17 +0200 +Processing by Devise::SessionsController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"K0vWG1jkBv/ZKRw6l3ZTqabI0Zb5xhRCt417XP0i7WN623Ixo58w8VqEp9vp3LLT8ac5Qz8skvfBiPIX0gzwCA==", "user"=>{"email"=>"dany@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"} + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ? [["email", "dany@gmail.com"], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Completed 401 Unauthorized in 4ms (ActiveRecord: 0.4ms) + + +Processing by Devise::SessionsController#new as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"K0vWG1jkBv/ZKRw6l3ZTqabI0Zb5xhRCt417XP0i7WN623Ixo58w8VqEp9vp3LLT8ac5Qz8skvfBiPIX0gzwCA==", "user"=>{"email"=>"dany@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"} + Rendering devise/sessions/new.html.erb within layouts/application + Rendered devise/shared/_links.html.erb (1.3ms) + Rendered devise/sessions/new.html.erb within layouts/application (5.3ms) +Completed 200 OK in 292ms (Views: 51.1ms | ActiveRecord: 0.0ms) + + +Started POST "/users/sign_in" for 127.0.0.1 at 2018-11-03 16:46:23 +0200 +Processing by Devise::SessionsController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"kQiEy5+wrNYZ/z362HkCF5cZZxdQ1wo8lwklshHDf6HAmCDhZMua2JpShhum0+NtwHaPwpY9jInhDKz5Pu1iyg==", "user"=>{"email"=>"yarmolenko.daniil@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"} + User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ? [["email", "yarmolenko.daniil@gmail.com"], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Completed 401 Unauthorized in 4ms (ActiveRecord: 0.5ms) + + +Processing by Devise::SessionsController#new as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"kQiEy5+wrNYZ/z362HkCF5cZZxdQ1wo8lwklshHDf6HAmCDhZMua2JpShhum0+NtwHaPwpY9jInhDKz5Pu1iyg==", "user"=>{"email"=>"yarmolenko.daniil@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"} + Rendering devise/sessions/new.html.erb within layouts/application + Rendered devise/shared/_links.html.erb (1.4ms) + Rendered devise/sessions/new.html.erb within layouts/application (5.2ms) +Completed 200 OK in 277ms (Views: 43.2ms | ActiveRecord: 0.0ms) + + +Started POST "/users/sign_in" for 127.0.0.1 at 2018-11-03 16:46:32 +0200 +Processing by Devise::SessionsController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"wHDx6Kdbn2ZPD1iEUZC3wHdtYtONDKXt5DhXSbZYcxqR4FXCXCCpaMyi42UvOla6IAKKBkvmI1iSPd4CmXZucQ==", "user"=>{"email"=>"yarmolenko.daniil@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"} + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ? [["email", "yarmolenko.daniil@gmail.com"], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Completed 401 Unauthorized in 5ms (ActiveRecord: 0.4ms) + + +Processing by Devise::SessionsController#new as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"wHDx6Kdbn2ZPD1iEUZC3wHdtYtONDKXt5DhXSbZYcxqR4FXCXCCpaMyi42UvOla6IAKKBkvmI1iSPd4CmXZucQ==", "user"=>{"email"=>"yarmolenko.daniil@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"} + Rendering devise/sessions/new.html.erb within layouts/application + Rendered devise/shared/_links.html.erb (12.6ms) + Rendered devise/sessions/new.html.erb within layouts/application (20.5ms) +Completed 200 OK in 320ms (Views: 90.8ms | ActiveRecord: 0.0ms) + + +Started POST "/users/sign_in" for 127.0.0.1 at 2018-11-03 16:46:37 +0200 +Processing by Devise::SessionsController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"B6Aa4nV/Gi58U8iGEK2EENH3y+MPSYcu6KFemSAZHb9WML7IjgQsIP/+c2duB2VqhpgjNsmjAZuepNfSDzcA1A==", "user"=>{"email"=>"yarmolenko.daniil@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"} + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ? [["email", "yarmolenko.daniil@gmail.com"], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Completed 401 Unauthorized in 6ms (ActiveRecord: 0.4ms) + + +Processing by Devise::SessionsController#new as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"B6Aa4nV/Gi58U8iGEK2EENH3y+MPSYcu6KFemSAZHb9WML7IjgQsIP/+c2duB2VqhpgjNsmjAZuepNfSDzcA1A==", "user"=>{"email"=>"yarmolenko.daniil@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"} + Rendering devise/sessions/new.html.erb within layouts/application + Rendered devise/shared/_links.html.erb (1.9ms) + Rendered devise/sessions/new.html.erb within layouts/application (7.8ms) +Completed 200 OK in 307ms (Views: 76.6ms | ActiveRecord: 0.0ms) + + +Started POST "/users/sign_in" for 127.0.0.1 at 2018-11-03 16:46:46 +0200 +Processing by Devise::SessionsController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"6iUdy9zCgvMMuMjEJr7uXXigII09bKHOH/C3HjYAq867tbnhJ7m0/Y8VcyVYFA8nL8/IWPuGJ3tp9T5VGS62pQ==", "user"=>{"email"=>"yarmolenko@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"} + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ? [["email", "yarmolenko@gmail.com"], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Redirected to http://localhost:3000/ +Completed 302 Found in 238ms (ActiveRecord: 0.4ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-03 16:46:46 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 4], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (3.0ms) +Completed 200 OK in 52ms (Views: 50.3ms | ActiveRecord: 0.3ms) + + +Started DELETE "/users/sign_out" for 127.0.0.1 at 2018-11-03 16:46:50 +0200 +Processing by Devise::SessionsController#destroy as HTML + Parameters: {"authenticity_token"=>"Tn/L5tPForbaFOYFQUquQK8npaZ8Dcb+hkCjPy63ViVO6JEU8QYYZ/s6gKd+IhVX0DRMy9VBU8Di8GI9d/i44A=="} + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 4], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +  (0.1ms) begin transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +  (0.1ms) commit transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Redirected to http://localhost:3000/ +Completed 302 Found in 10ms (ActiveRecord: 0.6ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-03 16:46:50 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + Rendered home/index.html.erb within layouts/application (1.5ms) +Completed 200 OK in 40ms (Views: 38.5ms | ActiveRecord: 0.0ms) + + +Started GET "/users/sign_in" for 127.0.0.1 at 2018-11-03 16:46:51 +0200 +Processing by Devise::SessionsController#new as HTML + Rendering devise/sessions/new.html.erb within layouts/application + Rendered devise/shared/_links.html.erb (2.4ms) + Rendered devise/sessions/new.html.erb within layouts/application (8.6ms) +Completed 200 OK in 50ms (Views: 48.3ms | ActiveRecord: 0.0ms) + + +Started POST "/users/sign_in" for 127.0.0.1 at 2018-11-03 16:46:56 +0200 +Processing by Devise::SessionsController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"c2Z89MGcDC0BcVSlVDPnSk54ayFdziG5NBRcVbLz04FDTa2/zKobPa+25TxpHpK9yq8Mgi8riBZAqO7YcGLeLw==", "user"=>{"email"=>"vasya@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"} + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ? [["email", "vasya@gmail.com"], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Completed 401 Unauthorized in 230ms (ActiveRecord: 0.3ms) + + +Processing by Devise::SessionsController#new as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"c2Z89MGcDC0BcVSlVDPnSk54ayFdziG5NBRcVbLz04FDTa2/zKobPa+25TxpHpK9yq8Mgi8riBZAqO7YcGLeLw==", "user"=>{"email"=>"vasya@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"} + Rendering devise/sessions/new.html.erb within layouts/application + Rendered devise/shared/_links.html.erb (1.5ms) + Rendered devise/sessions/new.html.erb within layouts/application (6.1ms) +Completed 200 OK in 265ms (Views: 36.9ms | ActiveRecord: 0.0ms) + + +Started POST "/users/sign_in" for 127.0.0.1 at 2018-11-03 16:47:00 +0200 +Processing by Devise::SessionsController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"rIiQ7yww92zXUpN/bLo8bZEE/pG//UTr88tnOeWItaoc5Dsf0o+yb83ZMZePFe/03RcNPMo8lgSoRUtLI+qABw==", "user"=>{"email"=>"vasya@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"} + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ? [["email", "vasya@gmail.com"], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Redirected to http://localhost:3000/ +Completed 302 Found in 236ms (ActiveRecord: 0.4ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-03 16:47:00 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 10], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (4.0ms) +Completed 200 OK in 47ms (Views: 44.5ms | ActiveRecord: 0.4ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-03 16:47:07 +0200 + +ActionController::RoutingError (undefined method `before_filter' for AdminController:Class +Did you mean? before_action): + +app/controllers/admin_controller.rb:2:in `' +app/controllers/admin_controller.rb:1:in `
        ' +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-03 16:47:21 +0200 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.8ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:5 + Rendered admin/dashboard.html.erb within layouts/application (33.8ms) +Completed 200 OK in 95ms (Views: 91.4ms | ActiveRecord: 2.4ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-03 16:47:24 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 10], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (5.1ms) +Completed 200 OK in 61ms (Views: 58.6ms | ActiveRecord: 0.4ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-03 16:47:28 +0200 +Processing by AdminController#index as HTML + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.5ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:5 + Rendered admin/dashboard.html.erb within layouts/application (7.0ms) +Completed 200 OK in 53ms (Views: 51.7ms | ActiveRecord: 0.5ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-03 16:47:32 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 10], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (4.8ms) +Completed 200 OK in 64ms (Views: 62.2ms | ActiveRecord: 0.4ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-03 16:48:35 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 10], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (24.0ms) +Completed 200 OK in 90ms (Views: 87.5ms | ActiveRecord: 1.0ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-03 16:48:39 +0200 +Processing by AdminController#index as HTML + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 10], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:44 +Redirected to http://localhost:3000/ +Filter chain halted as :must_be_admin rendered or redirected +Completed 302 Found in 4ms (ActiveRecord: 0.4ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-03 16:48:40 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 10], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (4.1ms) +Completed 200 OK in 42ms (Views: 38.4ms | ActiveRecord: 0.3ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-03 16:48:45 +0200 +Processing by AdminController#index as HTML + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 10], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:44 +Redirected to http://localhost:3000/ +Filter chain halted as :must_be_admin rendered or redirected +Completed 302 Found in 4ms (ActiveRecord: 0.4ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-03 16:48:46 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 10], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (3.8ms) +Completed 200 OK in 38ms (Views: 36.6ms | ActiveRecord: 0.5ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-03 16:48:49 +0200 +Processing by AdminController#index as HTML + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 10], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:44 +Redirected to http://localhost:3000/ +Filter chain halted as :must_be_admin rendered or redirected +Completed 302 Found in 4ms (ActiveRecord: 0.4ms) + + +Started GET "/admin/dashboard/create" for 127.0.0.1 at 2018-11-03 16:48:52 +0200 +Processing by AdminController#showCreate as HTML + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 10], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:44 +Redirected to http://localhost:3000/ +Filter chain halted as :must_be_admin rendered or redirected +Completed 302 Found in 4ms (ActiveRecord: 0.3ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-03 16:48:52 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 10], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (3.8ms) +Completed 200 OK in 43ms (Views: 41.1ms | ActiveRecord: 0.4ms) + + +Started DELETE "/users/sign_out" for 127.0.0.1 at 2018-11-03 16:48:56 +0200 +Processing by Devise::SessionsController#destroy as HTML + Parameters: {"authenticity_token"=>"EfllSP7XTjta0drPZnvpHUQLUd2jsmx5N2UMZJBbv18T+MURZv1kcEyHSp0kHMjUPJ+E03nE3myP12Lox39jqw=="} + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 10], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +  (0.1ms) begin transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +  (0.1ms) commit transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Redirected to http://localhost:3000/ +Completed 302 Found in 7ms (ActiveRecord: 0.4ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-03 16:48:56 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + Rendered home/index.html.erb within layouts/application (2.3ms) +Completed 200 OK in 50ms (Views: 48.0ms | ActiveRecord: 0.0ms) + + +Started GET "/users/sign_in" for 127.0.0.1 at 2018-11-03 16:48:58 +0200 +Processing by Devise::SessionsController#new as HTML + Rendering devise/sessions/new.html.erb within layouts/application + Rendered devise/shared/_links.html.erb (1.7ms) + Rendered devise/sessions/new.html.erb within layouts/application (6.9ms) +Completed 200 OK in 63ms (Views: 60.5ms | ActiveRecord: 0.0ms) + + +Started POST "/users/sign_in" for 127.0.0.1 at 2018-11-03 16:49:00 +0200 +Processing by Devise::SessionsController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"7q2H7tcM5m/vxYbCw5DuyPJgyORi0GGN9jykd4DCowJ8Jg0/EhCfTJx38S0mLHWTUlfStlJaIYiVCTZE9svs2w==", "user"=>{"email"=>"yarmolenko@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"} + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ? [["email", "yarmolenko@gmail.com"], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Redirected to http://localhost:3000/ +Completed 302 Found in 238ms (ActiveRecord: 0.4ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-03 16:49:00 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 4], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (3.9ms) +Completed 200 OK in 45ms (Views: 42.3ms | ActiveRecord: 0.4ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-03 16:49:03 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 4], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (4.9ms) +Completed 200 OK in 51ms (Views: 48.8ms | ActiveRecord: 0.5ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-03 16:49:08 +0200 +Processing by AdminController#index as HTML + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 4], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:44 +Redirected to http://localhost:3000/ +Filter chain halted as :must_be_admin rendered or redirected +Completed 302 Found in 5ms (ActiveRecord: 0.4ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-03 16:49:08 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 4], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (3.3ms) +Completed 200 OK in 46ms (Views: 44.0ms | ActiveRecord: 0.3ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-03 16:49:09 +0200 +Processing by AdminController#index as HTML + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 4], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:44 +Redirected to http://localhost:3000/ +Filter chain halted as :must_be_admin rendered or redirected +Completed 302 Found in 4ms (ActiveRecord: 0.4ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-03 16:49:09 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 4], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (4.0ms) +Completed 200 OK in 47ms (Views: 45.3ms | ActiveRecord: 0.4ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-03 16:49:10 +0200 +Processing by AdminController#index as HTML + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 4], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:44 +Redirected to http://localhost:3000/ +Filter chain halted as :must_be_admin rendered or redirected +Completed 302 Found in 3ms (ActiveRecord: 0.3ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-03 16:49:10 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 4], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (4.5ms) +Completed 200 OK in 39ms (Views: 36.5ms | ActiveRecord: 0.7ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-03 16:52:15 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 4], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (30.3ms) +Completed 200 OK in 81ms (Views: 78.3ms | ActiveRecord: 1.8ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-03 16:52:17 +0200 +Processing by AdminController#index as HTML + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 4], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:44 + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.5ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:5 + Rendered admin/dashboard.html.erb within layouts/application (8.1ms) +Completed 200 OK in 72ms (Views: 67.4ms | ActiveRecord: 0.9ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-03 16:52:30 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 4], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (22.3ms) +Completed 200 OK in 59ms (Views: 55.8ms | ActiveRecord: 1.4ms) + + +Started DELETE "/users/sign_out" for 127.0.0.1 at 2018-11-03 16:52:32 +0200 +Processing by Devise::SessionsController#destroy as HTML + Parameters: {"authenticity_token"=>"nN3uXXzBOwPqyk3gHwO5dvmAwiWJTPc8T4BpV95rb/x3OlFkSqaZHKNMECmIruGb+e1ywJxvhChfpOMu2MQe8w=="} + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 4], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +  (0.1ms) begin transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +  (0.1ms) commit transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Redirected to http://localhost:3000/ +Completed 302 Found in 7ms (ActiveRecord: 0.5ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-03 16:52:32 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + Rendered home/index.html.erb within layouts/application (1.9ms) +Completed 200 OK in 55ms (Views: 52.8ms | ActiveRecord: 0.0ms) + + +Started GET "/users/sign_in" for 127.0.0.1 at 2018-11-03 16:52:33 +0200 +Processing by Devise::SessionsController#new as HTML + Rendering devise/sessions/new.html.erb within layouts/application + Rendered devise/shared/_links.html.erb (2.1ms) + Rendered devise/sessions/new.html.erb within layouts/application (8.2ms) +Completed 200 OK in 59ms (Views: 56.9ms | ActiveRecord: 0.0ms) + + +Started POST "/users/sign_in" for 127.0.0.1 at 2018-11-03 16:52:38 +0200 +Processing by Devise::SessionsController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"OS3Pk4NKh7asoHWZYzshAnz5Zwp54GXZAf2l1Z8iPwphmbuM+t7hsi4+7HYYYSU/ezH/lhQOxvGX27oehAeWaw==", "user"=>{"email"=>"vasya@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"} + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ? [["email", "vasya@gmail.com"], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Completed 401 Unauthorized in 232ms (ActiveRecord: 0.4ms) + + +Processing by Devise::SessionsController#new as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"OS3Pk4NKh7asoHWZYzshAnz5Zwp54GXZAf2l1Z8iPwphmbuM+t7hsi4+7HYYYSU/ezH/lhQOxvGX27oehAeWaw==", "user"=>{"email"=>"vasya@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"} + Rendering devise/sessions/new.html.erb within layouts/application + Rendered devise/shared/_links.html.erb (1.2ms) + Rendered devise/sessions/new.html.erb within layouts/application (5.1ms) +Completed 200 OK in 288ms (Views: 58.6ms | ActiveRecord: 0.0ms) + + +Started POST "/users/sign_in" for 127.0.0.1 at 2018-11-03 16:52:43 +0200 +Processing by Devise::SessionsController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"TgY56JNfK8AYUJJYsrynDMYEL+30ttLPiOiRcsNg9iIuiYgjNXJAgBG8wAkEhmPcsZUjxD9IXbqzioF4WRtlgA==", "user"=>{"email"=>"vasya@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"} + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ? [["email", "vasya@gmail.com"], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Redirected to http://localhost:3000/ +Completed 302 Found in 236ms (ActiveRecord: 0.4ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-03 16:52:43 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 10], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (3.6ms) +Completed 200 OK in 38ms (Views: 35.3ms | ActiveRecord: 0.6ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-03 16:52:48 +0200 +Processing by AdminController#index as HTML + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 10], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:44 +Redirected to http://localhost:3000/ +Filter chain halted as :must_be_admin rendered or redirected +Completed 302 Found in 8ms (ActiveRecord: 0.4ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-03 16:52:49 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 10], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (3.1ms) +Completed 200 OK in 40ms (Views: 37.1ms | ActiveRecord: 0.3ms) + + +Started DELETE "/users/sign_out" for 127.0.0.1 at 2018-11-03 16:52:51 +0200 +Processing by Devise::SessionsController#destroy as HTML + Parameters: {"authenticity_token"=>"+ITmxpXNlGhBMEQl++5GfB49G9xJk4tCkw9cmnSP7sF8YB8C+LyJwjBvEBPPnOc62jZZCeaRJmpgD4ueP0SOOw=="} + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 10], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +  (0.1ms) begin transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +  (0.1ms) commit transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Redirected to http://localhost:3000/ +Completed 302 Found in 7ms (ActiveRecord: 0.7ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-03 16:52:51 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + Rendered home/index.html.erb within layouts/application (1.7ms) +Completed 200 OK in 41ms (Views: 39.2ms | ActiveRecord: 0.0ms) + + +Started GET "/users/sign_in" for 127.0.0.1 at 2018-11-03 16:52:53 +0200 +Processing by Devise::SessionsController#new as HTML + Rendering devise/sessions/new.html.erb within layouts/application + Rendered devise/shared/_links.html.erb (2.6ms) + Rendered devise/sessions/new.html.erb within layouts/application (8.8ms) +Completed 200 OK in 70ms (Views: 68.0ms | ActiveRecord: 0.0ms) + + +Started POST "/users/sign_in" for 127.0.0.1 at 2018-11-03 16:52:56 +0200 +Processing by Devise::SessionsController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"d+93gREcCgP8pIoHw7cLDfn7pUlKBx8KCXaorLHu1pV891SVMyT+EPW0jzKOIjZiw5fTA1N3pbbM81pBnYGg8Q==", "user"=>{"email"=>"yarmolenko@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"} + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ? [["email", "yarmolenko@gmail.com"], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Redirected to http://localhost:3000/ +Completed 302 Found in 240ms (ActiveRecord: 0.4ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-03 16:52:56 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 4], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (4.0ms) +Completed 200 OK in 57ms (Views: 54.3ms | ActiveRecord: 0.4ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-03 16:52:59 +0200 +Processing by AdminController#index as HTML + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 4], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:44 + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:5 + Rendered admin/dashboard.html.erb within layouts/application (6.0ms) +Completed 200 OK in 82ms (Views: 78.1ms | ActiveRecord: 0.7ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-03 17:04:59 +0200 +  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Processing by AdminController#index as HTML + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 4], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:44 + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.2ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:5 + Rendered admin/dashboard.html.erb within layouts/application (4.4ms) +Completed 200 OK in 369ms (Views: 332.8ms | ActiveRecord: 2.2ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-03 17:05:01 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 4], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (4.1ms) +Completed 200 OK in 59ms (Views: 56.2ms | ActiveRecord: 0.4ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-03 17:05:04 +0200 +Processing by AdminController#index as HTML + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 4], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:44 + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.6ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:5 + Rendered admin/dashboard.html.erb within layouts/application (6.1ms) +Completed 200 OK in 52ms (Views: 48.3ms | ActiveRecord: 1.0ms) + + +Started DELETE "/admin/dashboard?id=6" for 127.0.0.1 at 2018-11-03 17:05:06 +0200 +Processing by AdminController#delete as HTML + Parameters: {"authenticity_token"=>"n2VUiNnYCquMx8gkRKHtnvyU8PElnZMcC30BDhQurP+vVPvuHwZs1zfG0YLtY4Q7V8mNwSiQjy6p5iWZ2fL8Zg==", "id"=>"6"} + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 4], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:44 + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:38 +  (0.1ms) begin transaction + ↳ app/controllers/admin_controller.rb:39 + User Destroy (1.3ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 6]] + ↳ app/controllers/admin_controller.rb:39 +  (235.1ms) commit transaction + ↳ app/controllers/admin_controller.rb:39 + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:5 + Rendered admin/dashboard.html.erb within layouts/application (3.8ms) +Completed 200 OK in 288ms (Views: 39.7ms | ActiveRecord: 237.6ms) + + +Started GET "/admin/dashboard/10/edit" for 127.0.0.1 at 2018-11-03 17:05:09 +0200 +Processing by AdminController#showEdit as HTML + Parameters: {"id"=>"10"} + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 4], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:44 + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:10 + Rendering admin/edit.html.erb within layouts/application + Rendered admin/edit.html.erb within layouts/application (15.5ms) +Completed 200 OK in 90ms (Views: 86.2ms | ActiveRecord: 0.6ms) + + +Started PUT "/admin/dashboard/10/edit" for 127.0.0.1 at 2018-11-03 17:05:12 +0200 +Processing by AdminController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"Ok3747LA0K5QR2562+JNaiBrXjqCJy/P1+TwcdapEh4kvhqOPKwLFNCRk4V+Y6YZ3rsEYJzz5yfK8xpQvcZwOw==", "user"=>{"name"=>"Vasya222", "email"=>"vasya@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Update", "id"=>"10"} + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 4], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:44 + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:27 +Unpermitted parameter: :email +  (0.1ms) begin transaction + ↳ app/controllers/admin_controller.rb:32 + User Update (0.5ms) UPDATE "users" SET "name" = ?, "updated_at" = ? WHERE "users"."id" = ? [["name", "Vasya222"], ["updated_at", "2018-11-03 15:05:12.571844"], ["id", 10]] + ↳ app/controllers/admin_controller.rb:32 +  (227.3ms) commit transaction + ↳ app/controllers/admin_controller.rb:32 +Redirected to http://localhost:3000/admin/dashboard +Completed 302 Found in 244ms (ActiveRecord: 228.5ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-03 17:05:12 +0200 +Processing by AdminController#index as HTML + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 4], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:44 + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.4ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:5 + Rendered admin/dashboard.html.erb within layouts/application (4.8ms) +Completed 200 OK in 50ms (Views: 47.3ms | ActiveRecord: 0.6ms) + + +Started GET "/admin/dashboard/create" for 127.0.0.1 at 2018-11-03 17:05:15 +0200 +Processing by AdminController#showCreate as HTML + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 4], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:44 +  (0.1ms) begin transaction + ↳ app/controllers/admin_controller.rb:15 +  (0.1ms) rollback transaction + ↳ app/controllers/admin_controller.rb:15 + Rendering admin/new.html.erb within layouts/application + Rendered admin/new.html.erb within layouts/application (5.5ms) +Completed 200 OK in 50ms (Views: 43.4ms | ActiveRecord: 0.4ms) + + +Started POST "/admin/dashboard/create" for 127.0.0.1 at 2018-11-03 17:05:29 +0200 +Processing by AdminController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"GwmchpqMlerGgdJX0Bi8DreEXLoa41lhSvBQRA28QH8F+n3rFOBOUEZXL6h1mVd9SVQG4AQ3kYlX57plZtMiWg==", "user"=>{"name"=>"Danik", "email"=>"yarmolenko.dany@gmail.comsa", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Create"} + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 4], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:44 +  (0.2ms) begin transaction + ↳ app/controllers/admin_controller.rb:21 + User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "yarmolenko.dany@gmail.comsa"], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:21 + User Create (2.8ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "role") VALUES (?, ?, ?, ?, ?, ?) [["email", "yarmolenko.dany@gmail.comsa"], ["encrypted_password", "$2a$11$pQuxlnLMVOEjyWPS1evWf.d286PvNurKq2ehwrQqlmxYlCfbx2opK"], ["created_at", "2018-11-03 15:05:29.640614"], ["updated_at", "2018-11-03 15:05:29.640614"], ["name", "Danik"], ["role", 0]] + ↳ app/controllers/admin_controller.rb:21 +  (77.5ms) commit transaction + ↳ app/controllers/admin_controller.rb:21 +Redirected to http://localhost:3000/admin/dashboard +Completed 302 Found in 362ms (ActiveRecord: 81.2ms) + + +Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-03 17:05:29 +0200 +Processing by AdminController#index as HTML + User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 4], ["LIMIT", 1]] + ↳ app/controllers/admin_controller.rb:44 + Rendering admin/dashboard.html.erb within layouts/application + User Load (0.3ms) SELECT "users".* FROM "users" + ↳ app/views/admin/dashboard.html.erb:5 + Rendered admin/dashboard.html.erb within layouts/application (6.7ms) +Completed 200 OK in 72ms (Views: 66.6ms | ActiveRecord: 1.1ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-03 17:05:33 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 4], ["LIMIT", 1]] + ↳ app/views/home/index.html.erb:3 + Rendered home/index.html.erb within layouts/application (3.6ms) +Completed 200 OK in 62ms (Views: 59.3ms | ActiveRecord: 0.7ms) + + +Started DELETE "/users/sign_out" for 127.0.0.1 at 2018-11-03 17:05:35 +0200 +Processing by Devise::SessionsController#destroy as HTML + Parameters: {"authenticity_token"=>"7kQVYuotu77HtMOkStoKeANrQpKpnS61h7vEPY1abmzwt/QPZEFgBEdiPlvvW+EL/bsYyLdJ5l2arC4c5jUMSQ=="} + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 4], ["LIMIT", 1]] + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +  (0.1ms) begin transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +  (0.1ms) commit transaction + ↳ /home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activerecord-5.2.1/lib/active_record/log_subscriber.rb:98 +Redirected to http://localhost:3000/ +Completed 302 Found in 10ms (ActiveRecord: 0.5ms) + + +Started GET "/" for 127.0.0.1 at 2018-11-03 17:05:35 +0200 +Processing by HomeController#index as HTML + Rendering home/index.html.erb within layouts/application + Rendered home/index.html.erb within layouts/application (6.3ms) +Completed 200 OK in 68ms (Views: 66.0ms | ActiveRecord: 0.0ms) + + +Started GET "/users/sign_up" for 127.0.0.1 at 2018-11-03 17:05:36 +0200 +Processing by RegistrationsController#new as HTML + Rendering devise/registrations/new.html.erb within layouts/application + Rendered devise/shared/_links.html.erb (2.4ms) + Rendered devise/registrations/new.html.erb within layouts/application (9.5ms) +Completed 200 OK in 60ms (Views: 57.8ms | ActiveRecord: 0.0ms) + + diff --git a/package.json b/package.json new file mode 100644 index 0000000..4c2781d --- /dev/null +++ b/package.json @@ -0,0 +1,5 @@ +{ + "name": "users", + "private": true, + "dependencies": {} +} diff --git a/public/404.html b/public/404.html new file mode 100644 index 0000000..2be3af2 --- /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..c08eac0 --- /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..78a030a --- /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..37b576a --- /dev/null +++ b/public/robots.txt @@ -0,0 +1 @@ +# See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file diff --git a/storage/.keep b/storage/.keep new file mode 100644 index 0000000..e69de29 diff --git a/test/application_system_test_case.rb b/test/application_system_test_case.rb new file mode 100644 index 0000000..d19212a --- /dev/null +++ b/test/application_system_test_case.rb @@ -0,0 +1,5 @@ +require "test_helper" + +class ApplicationSystemTestCase < ActionDispatch::SystemTestCase + driven_by :selenium, using: :chrome, screen_size: [1400, 1400] +end diff --git a/test/controllers/.keep b/test/controllers/.keep new file mode 100644 index 0000000..e69de29 diff --git a/test/controllers/admin_controller_test.rb b/test/controllers/admin_controller_test.rb new file mode 100644 index 0000000..a5841cc --- /dev/null +++ b/test/controllers/admin_controller_test.rb @@ -0,0 +1,9 @@ +require 'test_helper' + +class AdminControllerTest < ActionDispatch::IntegrationTest + test "should get index" do + get admin_index_url + assert_response :success + end + +end diff --git a/test/controllers/home_controller_test.rb b/test/controllers/home_controller_test.rb new file mode 100644 index 0000000..6013b68 --- /dev/null +++ b/test/controllers/home_controller_test.rb @@ -0,0 +1,9 @@ +require 'test_helper' + +class HomeControllerTest < ActionDispatch::IntegrationTest + test "should get index" do + get home_index_url + assert_response :success + end + +end diff --git a/test/controllers/persons_controller_test.rb b/test/controllers/persons_controller_test.rb new file mode 100644 index 0000000..7c970ad --- /dev/null +++ b/test/controllers/persons_controller_test.rb @@ -0,0 +1,9 @@ +require 'test_helper' + +class PersonsControllerTest < ActionDispatch::IntegrationTest + test "should get profile" do + get persons_profile_url + assert_response :success + end + +end diff --git a/test/controllers/show_controller_test.rb b/test/controllers/show_controller_test.rb new file mode 100644 index 0000000..b3094b7 --- /dev/null +++ b/test/controllers/show_controller_test.rb @@ -0,0 +1,9 @@ +require 'test_helper' + +class ShowControllerTest < ActionDispatch::IntegrationTest + test "should get user" do + get show_user_url + assert_response :success + end + +end diff --git a/test/controllers/users_controller_test.rb b/test/controllers/users_controller_test.rb new file mode 100644 index 0000000..6c3da77 --- /dev/null +++ b/test/controllers/users_controller_test.rb @@ -0,0 +1,7 @@ +require 'test_helper' + +class UsersControllerTest < 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/admins.yml b/test/fixtures/admins.yml new file mode 100644 index 0000000..80aed36 --- /dev/null +++ b/test/fixtures/admins.yml @@ -0,0 +1,11 @@ +# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html + +# This model initially had no columns defined. If you add columns to the +# model remove the '{}' from the fixture names and add the columns immediately +# below each fixture, per the syntax in the comments below +# +one: {} +# column: value +# +two: {} +# column: value diff --git a/test/fixtures/files/.keep b/test/fixtures/files/.keep new file mode 100644 index 0000000..e69de29 diff --git a/test/fixtures/users.yml b/test/fixtures/users.yml new file mode 100644 index 0000000..80aed36 --- /dev/null +++ b/test/fixtures/users.yml @@ -0,0 +1,11 @@ +# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html + +# This model initially had no columns defined. If you add columns to the +# model remove the '{}' from the fixture names and add the columns immediately +# below each fixture, per the syntax in the comments below +# +one: {} +# column: value +# +two: {} +# column: value 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/admin_test.rb b/test/models/admin_test.rb new file mode 100644 index 0000000..ab20b8c --- /dev/null +++ b/test/models/admin_test.rb @@ -0,0 +1,7 @@ +require 'test_helper' + +class AdminTest < ActiveSupport::TestCase + # test "the truth" do + # assert true + # end +end diff --git a/test/models/user_test.rb b/test/models/user_test.rb new file mode 100644 index 0000000..82f61e0 --- /dev/null +++ b/test/models/user_test.rb @@ -0,0 +1,7 @@ +require 'test_helper' + +class UserTest < ActiveSupport::TestCase + # test "the truth" do + # assert true + # end +end diff --git a/test/system/.keep b/test/system/.keep new file mode 100644 index 0000000..e69de29 diff --git a/test/test_helper.rb b/test/test_helper.rb new file mode 100644 index 0000000..3ab84e3 --- /dev/null +++ b/test/test_helper.rb @@ -0,0 +1,10 @@ +ENV['RAILS_ENV'] ||= 'test' +require_relative '../config/environment' +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/-3/-3B9KbDPfDq_ZU-fxnhIVCGUFdfFEcLmZhL5ylYtA0Q.cache b/tmp/cache/assets/sprockets/v3.0/-3/-3B9KbDPfDq_ZU-fxnhIVCGUFdfFEcLmZhL5ylYtA0Q.cache new file mode 100644 index 0000000..d74b54a --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/-3/-3B9KbDPfDq_ZU-fxnhIVCGUFdfFEcLmZhL5ylYtA0Q.cache @@ -0,0 +1 @@ +"%=�&Yv�힫q0*m���A�E7�&����[ \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/-A/-APsMG4L8asOJCbpvf3kcBy1d8C0EH6rGy7BHA3QnsA.cache b/tmp/cache/assets/sprockets/v3.0/-A/-APsMG4L8asOJCbpvf3kcBy1d8C0EH6rGy7BHA3QnsA.cache new file mode 100644 index 0000000..bc5ac7b Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/-A/-APsMG4L8asOJCbpvf3kcBy1d8C0EH6rGy7BHA3QnsA.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/-B/-BV9GlxCqUCQQGJ2q-VgTQ1JMdoqMXG0Us7MVz0HLd4.cache b/tmp/cache/assets/sprockets/v3.0/-B/-BV9GlxCqUCQQGJ2q-VgTQ1JMdoqMXG0Us7MVz0HLd4.cache new file mode 100644 index 0000000..c3ae0a2 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/-B/-BV9GlxCqUCQQGJ2q-VgTQ1JMdoqMXG0Us7MVz0HLd4.cache @@ -0,0 +1 @@ +I"�/home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/actioncable-5.2.1/lib/assets/compiled/action_cable.js?type=application/javascript&pipeline=self&id=14311eff5712b9056468646c45cd56a84a936736873fcfe00d635e82cfcaad87:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/-O/-OFTJLU-KxwTctvOoO3jFDPGDm1nF9JuarZpX-t867k.cache b/tmp/cache/assets/sprockets/v3.0/-O/-OFTJLU-KxwTctvOoO3jFDPGDm1nF9JuarZpX-t867k.cache new file mode 100644 index 0000000..5540480 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/-O/-OFTJLU-KxwTctvOoO3jFDPGDm1nF9JuarZpX-t867k.cache @@ -0,0 +1 @@ +I"�/home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/turbolinks-source-5.2.0/lib/assets/javascripts/turbolinks.js?type=application/javascript&pipeline=self&id=863dfae2e51fddd7a6b5b69d3f08d10d5e922b0f3bcd7fed038790fc80c32fcf:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/-h/-hXvD8Aox8RBkrcIa0YAcJR7gJv7BX_EkV4nGZI3Vfo.cache b/tmp/cache/assets/sprockets/v3.0/-h/-hXvD8Aox8RBkrcIa0YAcJR7gJv7BX_EkV4nGZI3Vfo.cache new file mode 100644 index 0000000..e5736ff Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/-h/-hXvD8Aox8RBkrcIa0YAcJR7gJv7BX_EkV4nGZI3Vfo.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/0B/0B64fNP_11VPHXGMlFGtSX_tqHG-UXBvZ1RjwJL_Z4Y.cache b/tmp/cache/assets/sprockets/v3.0/0B/0B64fNP_11VPHXGMlFGtSX_tqHG-UXBvZ1RjwJL_Z4Y.cache new file mode 100644 index 0000000..3333264 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/0B/0B64fNP_11VPHXGMlFGtSX_tqHG-UXBvZ1RjwJL_Z4Y.cache @@ -0,0 +1 @@ +"%݄63&��A��8C�5.�cw�L hy[򤽂��U} \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/0o/0oF9_Mv2gM-VSO84-pK12Y_ygaU3aEf8vCDMjNkG-6c.cache b/tmp/cache/assets/sprockets/v3.0/0o/0oF9_Mv2gM-VSO84-pK12Y_ygaU3aEf8vCDMjNkG-6c.cache new file mode 100644 index 0000000..cf5bd19 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/0o/0oF9_Mv2gM-VSO84-pK12Y_ygaU3aEf8vCDMjNkG-6c.cache @@ -0,0 +1 @@ +I"�app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=064d70370a02ecf92d6ecf93ddf897412707825a28116f72aae20b57b8db7a85:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/1K/1Kr4_1b6oRyM6fvp1FxB2_l-qRe85hZ6iBRajWWqeKQ.cache b/tmp/cache/assets/sprockets/v3.0/1K/1Kr4_1b6oRyM6fvp1FxB2_l-qRe85hZ6iBRajWWqeKQ.cache new file mode 100644 index 0000000..f9113af Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/1K/1Kr4_1b6oRyM6fvp1FxB2_l-qRe85hZ6iBRajWWqeKQ.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/1y/1yzSlKla8PpNlV26pi47CiVutUjYLeFmeG2wAliktRI.cache b/tmp/cache/assets/sprockets/v3.0/1y/1yzSlKla8PpNlV26pi47CiVutUjYLeFmeG2wAliktRI.cache new file mode 100644 index 0000000..46239c6 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/1y/1yzSlKla8PpNlV26pi47CiVutUjYLeFmeG2wAliktRI.cache @@ -0,0 +1 @@ +I"�app/assets/stylesheets/application.css?type=text/css&pipeline=debug&id=0b08e75dd239fa2fb4ee110a2328e2a2914c1f79c147b0488d188f4c8b208250:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/2O/2ONezA9eeZslGtVG2amb0YADMogNYaHhz6DXt-NOWXM.cache b/tmp/cache/assets/sprockets/v3.0/2O/2ONezA9eeZslGtVG2amb0YADMogNYaHhz6DXt-NOWXM.cache new file mode 100644 index 0000000..59b348e --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/2O/2ONezA9eeZslGtVG2amb0YADMogNYaHhz6DXt-NOWXM.cache @@ -0,0 +1 @@ +"%�d�-�K���`���8Y��3�͹/Y����a~K \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/2n/2nC1wAhuDDSf9x6XaqWt5kWMEPglSieZR3OLIUHyyUM.cache b/tmp/cache/assets/sprockets/v3.0/2n/2nC1wAhuDDSf9x6XaqWt5kWMEPglSieZR3OLIUHyyUM.cache new file mode 100644 index 0000000..0c24052 Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/2n/2nC1wAhuDDSf9x6XaqWt5kWMEPglSieZR3OLIUHyyUM.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/2x/2x2OEPy7T2puaJhzPHOH4fGn9MRqlfp1UtVCyklbbUQ.cache b/tmp/cache/assets/sprockets/v3.0/2x/2x2OEPy7T2puaJhzPHOH4fGn9MRqlfp1UtVCyklbbUQ.cache new file mode 100644 index 0000000..2e9d4fd Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/2x/2x2OEPy7T2puaJhzPHOH4fGn9MRqlfp1UtVCyklbbUQ.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/33/33-3eBgtjsda-lsspNriZgYkOSsBnW9ntnnhSV-th_M.cache b/tmp/cache/assets/sprockets/v3.0/33/33-3eBgtjsda-lsspNriZgYkOSsBnW9ntnnhSV-th_M.cache new file mode 100644 index 0000000..f3c0d3b --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/33/33-3eBgtjsda-lsspNriZgYkOSsBnW9ntnnhSV-th_M.cache @@ -0,0 +1 @@ +I"�app/assets/stylesheets/application.css?type=text/css&pipeline=debug&id=e594aa10191e1000a94723663d2520a97c1897717e97900891eed79b83e8cc6b:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/34/34sJtkw3GVpvwBXu-5o9qkKzjjYxZzScX7VjLxZmAYQ.cache b/tmp/cache/assets/sprockets/v3.0/34/34sJtkw3GVpvwBXu-5o9qkKzjjYxZzScX7VjLxZmAYQ.cache new file mode 100644 index 0000000..256a66c --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/34/34sJtkw3GVpvwBXu-5o9qkKzjjYxZzScX7VjLxZmAYQ.cache @@ -0,0 +1 @@ +I"�app/assets/stylesheets/admin.scss?type=text/css&pipeline=self&id=2f41c91fc7d9c4c470939929a658d018aa288dbc1ca5408146c9c73e56486196:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/3E/3EWyMfA7Lkp7aZ4aTkM07sySWtjR4X8qydeAhrDb8rw.cache b/tmp/cache/assets/sprockets/v3.0/3E/3EWyMfA7Lkp7aZ4aTkM07sySWtjR4X8qydeAhrDb8rw.cache new file mode 100644 index 0000000..151d5d9 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/3E/3EWyMfA7Lkp7aZ4aTkM07sySWtjR4X8qydeAhrDb8rw.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"4file-digest://app/assets/stylesheets/admin.scss;TTF \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/3h/3hd9wcCDlRPNSAPvRoa1ZaXX743X-Tn2phLcV2DJWAU.cache b/tmp/cache/assets/sprockets/v3.0/3h/3hd9wcCDlRPNSAPvRoa1ZaXX743X-Tn2phLcV2DJWAU.cache new file mode 100644 index 0000000..69fd273 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/3h/3hd9wcCDlRPNSAPvRoa1ZaXX743X-Tn2phLcV2DJWAU.cache @@ -0,0 +1 @@ +I"�app/assets/stylesheets/application.css?type=text/css&pipeline=debug&id=d7fb1a1a1029fbcd72a4016a71dff6fd83391e2c01ae90fefbd64a044d44a6a9:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/4Q/4QsLIzp2arBz9lbbOCqhrK-0jAnhkqX_FHvffWxtvRI.cache b/tmp/cache/assets/sprockets/v3.0/4Q/4QsLIzp2arBz9lbbOCqhrK-0jAnhkqX_FHvffWxtvRI.cache new file mode 100644 index 0000000..9f17759 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/4Q/4QsLIzp2arBz9lbbOCqhrK-0jAnhkqX_FHvffWxtvRI.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"5file-digest://app/assets/javascripts/show.coffee;TTF \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/4T/4TANkcGvY3AB8eUOUV4PPic1fapZgrq45uoZ7KfrCoA.cache b/tmp/cache/assets/sprockets/v3.0/4T/4TANkcGvY3AB8eUOUV4PPic1fapZgrq45uoZ7KfrCoA.cache new file mode 100644 index 0000000..53536e6 Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/4T/4TANkcGvY3AB8eUOUV4PPic1fapZgrq45uoZ7KfrCoA.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/4g/4gv2u4DgcTg-5m4-_pj8W-FdYqIPeQOHA3LEDZ747xg.cache b/tmp/cache/assets/sprockets/v3.0/4g/4gv2u4DgcTg-5m4-_pj8W-FdYqIPeQOHA3LEDZ747xg.cache new file mode 100644 index 0000000..47ae7a8 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/4g/4gv2u4DgcTg-5m4-_pj8W-FdYqIPeQOHA3LEDZ747xg.cache @@ -0,0 +1 @@ +I"�app/assets/javascripts/application.js?type=application/javascript&pipeline=self&id=641a81159c04187fb70edff6537c41e6f560d46682646847a70a12014fa10d36:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/5M/5MNzTL-VKkcWnNcdr7KX1pDfYTGyW5sMhMHOjBRwVXw.cache b/tmp/cache/assets/sprockets/v3.0/5M/5MNzTL-VKkcWnNcdr7KX1pDfYTGyW5sMhMHOjBRwVXw.cache new file mode 100644 index 0000000..03436d3 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/5M/5MNzTL-VKkcWnNcdr7KX1pDfYTGyW5sMhMHOjBRwVXw.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:///home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/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/5S/5S_lNVxMOpNgr9pmz7JewfsdgrSZlLTRkgur5qMSHyw.cache b/tmp/cache/assets/sprockets/v3.0/5S/5S_lNVxMOpNgr9pmz7JewfsdgrSZlLTRkgur5qMSHyw.cache new file mode 100644 index 0000000..75b07e4 Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/5S/5S_lNVxMOpNgr9pmz7JewfsdgrSZlLTRkgur5qMSHyw.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/5e/5e4MEs7wlW-Z_VI0wWFpBcEAfbeZJyYtkrEB_5COAIQ.cache b/tmp/cache/assets/sprockets/v3.0/5e/5e4MEs7wlW-Z_VI0wWFpBcEAfbeZJyYtkrEB_5COAIQ.cache new file mode 100644 index 0000000..3835cbd --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/5e/5e4MEs7wlW-Z_VI0wWFpBcEAfbeZJyYtkrEB_5COAIQ.cache @@ -0,0 +1 @@ +I"�app/assets/stylesheets/application.css?type=text/css&pipeline=debug&id=38ee86d6ae024eabd12f296c903120d4ccd7e6440b35bd4be15a83dc750dc6f0:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/5h/5hL7nUkkbcE8vgE2464ArcHoRZqWh5WZedynimc4Z7s.cache b/tmp/cache/assets/sprockets/v3.0/5h/5hL7nUkkbcE8vgE2464ArcHoRZqWh5WZedynimc4Z7s.cache new file mode 100644 index 0000000..58ded95 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/5h/5hL7nUkkbcE8vgE2464ArcHoRZqWh5WZedynimc4Z7s.cache @@ -0,0 +1 @@ +"%ó�n���x���|��b�[ģ��Y��xF� \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/61/61DYE6KWkT0kZHOqhoDyZVE-tFnswqDzUluEf04Z9qI.cache b/tmp/cache/assets/sprockets/v3.0/61/61DYE6KWkT0kZHOqhoDyZVE-tFnswqDzUluEf04Z9qI.cache new file mode 100644 index 0000000..6721795 Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/61/61DYE6KWkT0kZHOqhoDyZVE-tFnswqDzUluEf04Z9qI.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/6S/6SixC99Gx4BBCdLmonHn7vzO0ssd8HxhsVyO8QexSSY.cache b/tmp/cache/assets/sprockets/v3.0/6S/6SixC99Gx4BBCdLmonHn7vzO0ssd8HxhsVyO8QexSSY.cache new file mode 100644 index 0000000..a2288b9 Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/6S/6SixC99Gx4BBCdLmonHn7vzO0ssd8HxhsVyO8QexSSY.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/6T/6T5m9K9MvzIv3yJqW4QLZLuKnZruqpHnksDGpTta5Ac.cache b/tmp/cache/assets/sprockets/v3.0/6T/6T5m9K9MvzIv3yJqW4QLZLuKnZruqpHnksDGpTta5Ac.cache new file mode 100644 index 0000000..f439080 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/6T/6T5m9K9MvzIv3yJqW4QLZLuKnZruqpHnksDGpTta5Ac.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"3file-digest://app/assets/stylesheets/show.scss;TTF \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/7D/7DUoAfVpln3KHcKbXyd7YF0rDLTtTy6j0zIg5aj14M8.cache b/tmp/cache/assets/sprockets/v3.0/7D/7DUoAfVpln3KHcKbXyd7YF0rDLTtTy6j0zIg5aj14M8.cache new file mode 100644 index 0000000..916a0f7 Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/7D/7DUoAfVpln3KHcKbXyd7YF0rDLTtTy6j0zIg5aj14M8.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/7N/7NIdWsxlCvS1LeV4CVQjZpDjKJon-KNq7gy9BWeJCH8.cache b/tmp/cache/assets/sprockets/v3.0/7N/7NIdWsxlCvS1LeV4CVQjZpDjKJon-KNq7gy9BWeJCH8.cache new file mode 100644 index 0000000..2559d2f --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/7N/7NIdWsxlCvS1LeV4CVQjZpDjKJon-KNq7gy9BWeJCH8.cache @@ -0,0 +1 @@ +I"�app/assets/stylesheets/admin.scss?type=text/css&pipeline=self&id=cc4d34c70ee70903a61a8517b712726fadbdb72c14c564298d6fca631d341fef:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/7a/7a_7NjDrBYC9dixp-HFiwLNQGy0vu1kyurhi52oCqo8.cache b/tmp/cache/assets/sprockets/v3.0/7a/7a_7NjDrBYC9dixp-HFiwLNQGy0vu1kyurhi52oCqo8.cache new file mode 100644 index 0000000..c7f0c20 Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/7a/7a_7NjDrBYC9dixp-HFiwLNQGy0vu1kyurhi52oCqo8.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/7s/7sTBhl8-osMmSeZkgud5NEmn5SaxHqQSamLqUkIZNCE.cache b/tmp/cache/assets/sprockets/v3.0/7s/7sTBhl8-osMmSeZkgud5NEmn5SaxHqQSamLqUkIZNCE.cache new file mode 100644 index 0000000..615be73 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/7s/7sTBhl8-osMmSeZkgud5NEmn5SaxHqQSamLqUkIZNCE.cache @@ -0,0 +1 @@ +"%i����O����H�3 l��;���ӯ��Y��4Q \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/7u/7usfgJHT_p3fE94C7fsPuxTVbq4vqVf8dCtwbe79Bh4.cache b/tmp/cache/assets/sprockets/v3.0/7u/7usfgJHT_p3fE94C7fsPuxTVbq4vqVf8dCtwbe79Bh4.cache new file mode 100644 index 0000000..21afc7b Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/7u/7usfgJHT_p3fE94C7fsPuxTVbq4vqVf8dCtwbe79Bh4.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/84/84NsMA9OJFsXEpa-kbx-LB3Z_bd_sC9HlPCoOLqUxeQ.cache b/tmp/cache/assets/sprockets/v3.0/84/84NsMA9OJFsXEpa-kbx-LB3Z_bd_sC9HlPCoOLqUxeQ.cache new file mode 100644 index 0000000..efc586c --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/84/84NsMA9OJFsXEpa-kbx-LB3Z_bd_sC9HlPCoOLqUxeQ.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:///home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/actioncable-5.2.1/lib/assets/compiled/action_cable.js;TTF \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/8b/8b0WuCJ_QcugRpqZlNhzJHX_g0-h-AGiI4lRBAzh-pE.cache b/tmp/cache/assets/sprockets/v3.0/8b/8b0WuCJ_QcugRpqZlNhzJHX_g0-h-AGiI4lRBAzh-pE.cache new file mode 100644 index 0000000..f7455e8 Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/8b/8b0WuCJ_QcugRpqZlNhzJHX_g0-h-AGiI4lRBAzh-pE.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/8h/8hwM9jGBd_PzG4MuoZ3EoKlEUV2Lnx6RYohA-mMnGig.cache b/tmp/cache/assets/sprockets/v3.0/8h/8hwM9jGBd_PzG4MuoZ3EoKlEUV2Lnx6RYohA-mMnGig.cache new file mode 100644 index 0000000..7444e9d Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/8h/8hwM9jGBd_PzG4MuoZ3EoKlEUV2Lnx6RYohA-mMnGig.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/99/99m8UCKl4j8IpsVOK8ltLHyNh8Ae0nHw3GBkC34V_co.cache b/tmp/cache/assets/sprockets/v3.0/99/99m8UCKl4j8IpsVOK8ltLHyNh8Ae0nHw3GBkC34V_co.cache new file mode 100644 index 0000000..b012858 Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/99/99m8UCKl4j8IpsVOK8ltLHyNh8Ae0nHw3GBkC34V_co.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/9Y/9Yws4ULiFoOjdZeAYNkdyuNldT9HT6YX4I4U49ipob4.cache b/tmp/cache/assets/sprockets/v3.0/9Y/9Yws4ULiFoOjdZeAYNkdyuNldT9HT6YX4I4U49ipob4.cache new file mode 100644 index 0000000..151d5d9 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/9Y/9Yws4ULiFoOjdZeAYNkdyuNldT9HT6YX4I4U49ipob4.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"4file-digest://app/assets/stylesheets/admin.scss;TTF \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/9g/9gXcn8FHkobeE1iUn838gd0mPbmyQ5qTll9rZuBTkMo.cache b/tmp/cache/assets/sprockets/v3.0/9g/9gXcn8FHkobeE1iUn838gd0mPbmyQ5qTll9rZuBTkMo.cache new file mode 100644 index 0000000..f3a3e55 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/9g/9gXcn8FHkobeE1iUn838gd0mPbmyQ5qTll9rZuBTkMo.cache @@ -0,0 +1,2 @@ +"%�E�r��Z��JM=ֽek +�rX�ˊ@�KҞ$��^ \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/A0/A0TZenq0hMmr5a5NQtbLzMgB1UD94QxDVJ1OMm3-NKg.cache b/tmp/cache/assets/sprockets/v3.0/A0/A0TZenq0hMmr5a5NQtbLzMgB1UD94QxDVJ1OMm3-NKg.cache new file mode 100644 index 0000000..dcf3f6a --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/A0/A0TZenq0hMmr5a5NQtbLzMgB1UD94QxDVJ1OMm3-NKg.cache @@ -0,0 +1 @@ +I"�app/assets/javascripts/application.js?type=application/javascript&pipeline=debug&id=7df7d145960c2a5e1af0ec67f6e48059f085352921ba778eb234281a30301c4b:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/AX/AXKMqw0S4WGTmnwrQg-g0SUaIOfcOemV7iI3q5MjcIo.cache b/tmp/cache/assets/sprockets/v3.0/AX/AXKMqw0S4WGTmnwrQg-g0SUaIOfcOemV7iI3q5MjcIo.cache new file mode 100644 index 0000000..04ef03e --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/AX/AXKMqw0S4WGTmnwrQg-g0SUaIOfcOemV7iI3q5MjcIo.cache @@ -0,0 +1 @@ +"%���n3��ok~/@�.�,~7�W� ���TY�R� \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/Ax/Ax2VNCnfwLU5pnFE_pc8PdW49Aw9w2sVubeO1749Uzk.cache b/tmp/cache/assets/sprockets/v3.0/Ax/Ax2VNCnfwLU5pnFE_pc8PdW49Aw9w2sVubeO1749Uzk.cache new file mode 100644 index 0000000..60f52bb --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/Ax/Ax2VNCnfwLU5pnFE_pc8PdW49Aw9w2sVubeO1749Uzk.cache @@ -0,0 +1 @@ +"%A��G �{h t�l�m�V���NE���f��� \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/B4/B43LeT9Wba4fLvXw-C_kKq-x9HwYZxnBBiltbIufzzQ.cache b/tmp/cache/assets/sprockets/v3.0/B4/B43LeT9Wba4fLvXw-C_kKq-x9HwYZxnBBiltbIufzzQ.cache new file mode 100644 index 0000000..9aa39e6 Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/B4/B43LeT9Wba4fLvXw-C_kKq-x9HwYZxnBBiltbIufzzQ.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/C5/C5DfrSbqiF7Vkvh2DaHLi2ixVwysL89e33mCOyqq4Zg.cache b/tmp/cache/assets/sprockets/v3.0/C5/C5DfrSbqiF7Vkvh2DaHLi2ixVwysL89e33mCOyqq4Zg.cache new file mode 100644 index 0000000..7c77f21 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/C5/C5DfrSbqiF7Vkvh2DaHLi2ixVwysL89e33mCOyqq4Zg.cache @@ -0,0 +1 @@ +"%;=||�9h^����P}�b~=D���tOȩĭ��� \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/Cp/CpQ2IL0MzTNCP2L98ND3fSk2waAV-2zWGaB3oI-u9Fk.cache b/tmp/cache/assets/sprockets/v3.0/Cp/CpQ2IL0MzTNCP2L98ND3fSk2waAV-2zWGaB3oI-u9Fk.cache new file mode 100644 index 0000000..189ddea Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/Cp/CpQ2IL0MzTNCP2L98ND3fSk2waAV-2zWGaB3oI-u9Fk.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/D9/D9stHD_vuGdA5YcA5uM3DAhvNoRqeEfwFLXxoURda-c.cache b/tmp/cache/assets/sprockets/v3.0/D9/D9stHD_vuGdA5YcA5uM3DAhvNoRqeEfwFLXxoURda-c.cache new file mode 100644 index 0000000..8490613 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/D9/D9stHD_vuGdA5YcA5uM3DAhvNoRqeEfwFLXxoURda-c.cache @@ -0,0 +1 @@ +I"�app/assets/javascripts/application.js?type=application/javascript&id=862fecc4bf73dd8419749918e895a2a4b7bf81a8d350fae9eed849a1390752cb:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/DI/DIdmClNAVNj0kcseS5hVJiH27kJWIYYViEbLCoRPcHI.cache b/tmp/cache/assets/sprockets/v3.0/DI/DIdmClNAVNj0kcseS5hVJiH27kJWIYYViEbLCoRPcHI.cache new file mode 100644 index 0000000..970becf Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/DI/DIdmClNAVNj0kcseS5hVJiH27kJWIYYViEbLCoRPcHI.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/DJ/DJl3PgAn7d5iSVluH8G0wWxIWnylhMby0Xzn2XRczrk.cache b/tmp/cache/assets/sprockets/v3.0/DJ/DJl3PgAn7d5iSVluH8G0wWxIWnylhMby0Xzn2XRczrk.cache new file mode 100644 index 0000000..ff9124f --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/DJ/DJl3PgAn7d5iSVluH8G0wWxIWnylhMby0Xzn2XRczrk.cache @@ -0,0 +1 @@ +"%�D�����#+��R=��������@7����|( \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/DP/DPhmnR2MVDgeJbcul2pby7OXJ6Gg8ei8EjRJ5pnmXuA.cache b/tmp/cache/assets/sprockets/v3.0/DP/DPhmnR2MVDgeJbcul2pby7OXJ6Gg8ei8EjRJ5pnmXuA.cache new file mode 100644 index 0000000..1231417 Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/DP/DPhmnR2MVDgeJbcul2pby7OXJ6Gg8ei8EjRJ5pnmXuA.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/DQ/DQ0x_Pwb-bMFs-54hGj3JoiJGyjGWiEkZAlu0bPPWPI.cache b/tmp/cache/assets/sprockets/v3.0/DQ/DQ0x_Pwb-bMFs-54hGj3JoiJGyjGWiEkZAlu0bPPWPI.cache new file mode 100644 index 0000000..95b3f45 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/DQ/DQ0x_Pwb-bMFs-54hGj3JoiJGyjGWiEkZAlu0bPPWPI.cache @@ -0,0 +1 @@ +"%���)eHh�a�/EO��楐�6�~�Q$ \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/E5/E5tZAmdkB7mkMO_t-zv-8ukusQhQ-W_yXP4tLhmgHxk.cache b/tmp/cache/assets/sprockets/v3.0/E5/E5tZAmdkB7mkMO_t-zv-8ukusQhQ-W_yXP4tLhmgHxk.cache new file mode 100644 index 0000000..0a6bb23 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/E5/E5tZAmdkB7mkMO_t-zv-8ukusQhQ-W_yXP4tLhmgHxk.cache @@ -0,0 +1 @@ +I"�app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=0a9d55342e3b7ea0bda1d390517bb42509fb2ac4df14c2501c9837dcd2a2cb6b:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/Ed/Ede-ZQ7yFj-HzfO5tHBVnztCsl2fIdC5feY3UsP82vI.cache b/tmp/cache/assets/sprockets/v3.0/Ed/Ede-ZQ7yFj-HzfO5tHBVnztCsl2fIdC5feY3UsP82vI.cache new file mode 100644 index 0000000..4adc86c --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/Ed/Ede-ZQ7yFj-HzfO5tHBVnztCsl2fIdC5feY3UsP82vI.cache @@ -0,0 +1 @@ +I"}app/assets/stylesheets/application.css?type=text/css&id=7c31e4ed6fded481645fdc4a0450bf4c0683769b9cfea34c8ebd6f28552837f5:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/Ed/EdeCLs-kMRB9f20h7D581Tb-6XC17QzJRH_eykhdJHQ.cache b/tmp/cache/assets/sprockets/v3.0/Ed/EdeCLs-kMRB9f20h7D581Tb-6XC17QzJRH_eykhdJHQ.cache new file mode 100644 index 0000000..f3360fa Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/Ed/EdeCLs-kMRB9f20h7D581Tb-6XC17QzJRH_eykhdJHQ.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/FF/FFWBUr5T7zqNEe-nfel61UAJeXPJjxGaH7tcpSjL_j4.cache b/tmp/cache/assets/sprockets/v3.0/FF/FFWBUr5T7zqNEe-nfel61UAJeXPJjxGaH7tcpSjL_j4.cache new file mode 100644 index 0000000..d3072d9 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/FF/FFWBUr5T7zqNEe-nfel61UAJeXPJjxGaH7tcpSjL_j4.cache @@ -0,0 +1 @@ +I"�app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=73258848d08e4fc81044e748c074ed470c31490bf961ae13a46ba4cf54597bf3:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/FO/FOClBpIkwt4Pwtjrq-4jIc92Wmpqt9NPFC3AOg52wHo.cache b/tmp/cache/assets/sprockets/v3.0/FO/FOClBpIkwt4Pwtjrq-4jIc92Wmpqt9NPFC3AOg52wHo.cache new file mode 100644 index 0000000..26827dd Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/FO/FOClBpIkwt4Pwtjrq-4jIc92Wmpqt9NPFC3AOg52wHo.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/Fd/FdXe3rNNq01Vj4MqYOeMeB_NKNC4x8kmr7y2QXC2kVE.cache b/tmp/cache/assets/sprockets/v3.0/Fd/FdXe3rNNq01Vj4MqYOeMeB_NKNC4x8kmr7y2QXC2kVE.cache new file mode 100644 index 0000000..cf2d041 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/Fd/FdXe3rNNq01Vj4MqYOeMeB_NKNC4x8kmr7y2QXC2kVE.cache @@ -0,0 +1 @@ +"%K�\f+ݐ�bi��d�1�5�9����J�##��& \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/Fr/Fr-4ytZOEC-aai8coddIAcCW5INwoGuqg-z-y_9vIaI.cache b/tmp/cache/assets/sprockets/v3.0/Fr/Fr-4ytZOEC-aai8coddIAcCW5INwoGuqg-z-y_9vIaI.cache new file mode 100644 index 0000000..6ecf232 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/Fr/Fr-4ytZOEC-aai8coddIAcCW5INwoGuqg-z-y_9vIaI.cache @@ -0,0 +1 @@ +I"�app/assets/stylesheets/application.css?type=text/css&pipeline=debug&id=f60b97e93daf4d806fbcac6cc2a9d89da3876ac43f3ab6e808dfa5b468eec312:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/Fs/FsuAaFhPLvQIpdBNhnk0rKjkfADI8sPtrzScKXtXkro.cache b/tmp/cache/assets/sprockets/v3.0/Fs/FsuAaFhPLvQIpdBNhnk0rKjkfADI8sPtrzScKXtXkro.cache new file mode 100644 index 0000000..dbd3dc1 Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/Fs/FsuAaFhPLvQIpdBNhnk0rKjkfADI8sPtrzScKXtXkro.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/Fv/Fvv7F5rfZdDtWdzh95xfD4Fi8gSEyG5uVl58culVVFE.cache b/tmp/cache/assets/sprockets/v3.0/Fv/Fvv7F5rfZdDtWdzh95xfD4Fi8gSEyG5uVl58culVVFE.cache new file mode 100644 index 0000000..faa0686 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/Fv/Fvv7F5rfZdDtWdzh95xfD4Fi8gSEyG5uVl58culVVFE.cache @@ -0,0 +1 @@ +I"�app/assets/javascripts/cable.js?type=application/javascript&pipeline=self&id=a1851d6cca08a2cc78e358dbd7ebf6938c339500821a0981d2907de1f7d696d2:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/G5/G5Izy5Hu-x7KDE1IqM8obLYOIrJo7qHSQzqwNtf57wg.cache b/tmp/cache/assets/sprockets/v3.0/G5/G5Izy5Hu-x7KDE1IqM8obLYOIrJo7qHSQzqwNtf57wg.cache new file mode 100644 index 0000000..151d5d9 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/G5/G5Izy5Hu-x7KDE1IqM8obLYOIrJo7qHSQzqwNtf57wg.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"4file-digest://app/assets/stylesheets/admin.scss;TTF \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/GK/GKQEqZB2mfJapbbAxGEppDVt0LCF2edxgExZzJllP-U.cache b/tmp/cache/assets/sprockets/v3.0/GK/GKQEqZB2mfJapbbAxGEppDVt0LCF2edxgExZzJllP-U.cache new file mode 100644 index 0000000..cd93fcf --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/GK/GKQEqZB2mfJapbbAxGEppDVt0LCF2edxgExZzJllP-U.cache @@ -0,0 +1 @@ +"%�VVƀ6����6,�n�����y<���&9� \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/Ge/Ge-gNuYlC_sCIQPeY3inQYXfxTBg04emuwp7LwlIHOs.cache b/tmp/cache/assets/sprockets/v3.0/Ge/Ge-gNuYlC_sCIQPeY3inQYXfxTBg04emuwp7LwlIHOs.cache new file mode 100644 index 0000000..8c759ec Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/Ge/Ge-gNuYlC_sCIQPeY3inQYXfxTBg04emuwp7LwlIHOs.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/Gu/GuHIGQsnSD2TLfRGcqSdYwkfXbF3Zu9BGuzZtILD5rk.cache b/tmp/cache/assets/sprockets/v3.0/Gu/GuHIGQsnSD2TLfRGcqSdYwkfXbF3Zu9BGuzZtILD5rk.cache new file mode 100644 index 0000000..94e5ad7 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/Gu/GuHIGQsnSD2TLfRGcqSdYwkfXbF3Zu9BGuzZtILD5rk.cache @@ -0,0 +1 @@ +I"}app/assets/stylesheets/application.css?type=text/css&id=255ab0e35f45e7f974fb456361ccc3913e3f9d28299e5ee59e3745f5e40f99f5:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/H9/H9gKPS8LrAEbaF8S9Enjg1O4Sb2Zvq0n7saTVgcerb8.cache b/tmp/cache/assets/sprockets/v3.0/H9/H9gKPS8LrAEbaF8S9Enjg1O4Sb2Zvq0n7saTVgcerb8.cache new file mode 100644 index 0000000..3d9b8d1 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/H9/H9gKPS8LrAEbaF8S9Enjg1O4Sb2Zvq0n7saTVgcerb8.cache @@ -0,0 +1 @@ +I"�/home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activestorage-5.2.1/app/assets/javascripts/activestorage.js?type=application/javascript&pipeline=self&id=4627ed7d66337068c80fe6eb957609e91a7ec06a877085155649fd1732866155:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/HC/HCDOUd7-S45aJ_PjVAC_Vmjyud3i1aQv4cE3t9_Z3Dw.cache b/tmp/cache/assets/sprockets/v3.0/HC/HCDOUd7-S45aJ_PjVAC_Vmjyud3i1aQv4cE3t9_Z3Dw.cache new file mode 100644 index 0000000..5aa1939 Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/HC/HCDOUd7-S45aJ_PjVAC_Vmjyud3i1aQv4cE3t9_Z3Dw.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/HK/HKoMYJwf9Kjs5Laqd2UhiautfQdVrK6mgPhMD5DHHR0.cache b/tmp/cache/assets/sprockets/v3.0/HK/HKoMYJwf9Kjs5Laqd2UhiautfQdVrK6mgPhMD5DHHR0.cache new file mode 100644 index 0000000..603d755 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/HK/HKoMYJwf9Kjs5Laqd2UhiautfQdVrK6mgPhMD5DHHR0.cache @@ -0,0 +1 @@ +I"�app/assets/javascripts/cable.js?type=application/javascript&pipeline=self&id=903c2bb873bb7393fa829a891c41f77be848f7c5b8a21a830276c3868855b7e5:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/Hb/HbC_swIPRG_xerYLoS8CF_gW7c8vhqLcKxnkCiCbnuc.cache b/tmp/cache/assets/sprockets/v3.0/Hb/HbC_swIPRG_xerYLoS8CF_gW7c8vhqLcKxnkCiCbnuc.cache new file mode 100644 index 0000000..7564c95 Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/Hb/HbC_swIPRG_xerYLoS8CF_gW7c8vhqLcKxnkCiCbnuc.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/Hg/Hg9m-oJGo8jfSNNZjj_K6m7buIIMp1HF9Tk-pHrGUEA.cache b/tmp/cache/assets/sprockets/v3.0/Hg/Hg9m-oJGo8jfSNNZjj_K6m7buIIMp1HF9Tk-pHrGUEA.cache new file mode 100644 index 0000000..8202834 Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/Hg/Hg9m-oJGo8jfSNNZjj_K6m7buIIMp1HF9Tk-pHrGUEA.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/Hw/Hw7AzzRdO5shsigkXR2cXlMgqtKAiuZWZLVffPX7Nb4.cache b/tmp/cache/assets/sprockets/v3.0/Hw/Hw7AzzRdO5shsigkXR2cXlMgqtKAiuZWZLVffPX7Nb4.cache new file mode 100644 index 0000000..3333264 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/Hw/Hw7AzzRdO5shsigkXR2cXlMgqtKAiuZWZLVffPX7Nb4.cache @@ -0,0 +1 @@ +"%݄63&��A��8C�5.�cw�L hy[򤽂��U} \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/J1/J1MFlsoa5gYIr2KMUugyZW7cIszHytbiMSzWozcrmT4.cache b/tmp/cache/assets/sprockets/v3.0/J1/J1MFlsoa5gYIr2KMUugyZW7cIszHytbiMSzWozcrmT4.cache new file mode 100644 index 0000000..3333264 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/J1/J1MFlsoa5gYIr2KMUugyZW7cIszHytbiMSzWozcrmT4.cache @@ -0,0 +1 @@ +"%݄63&��A��8C�5.�cw�L hy[򤽂��U} \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/JH/JHm8OeVXl_q6cIs4mIdWJLtVq7dddvFPvbxu14EuJa4.cache b/tmp/cache/assets/sprockets/v3.0/JH/JHm8OeVXl_q6cIs4mIdWJLtVq7dddvFPvbxu14EuJa4.cache new file mode 100644 index 0000000..667c2ee --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/JH/JHm8OeVXl_q6cIs4mIdWJLtVq7dddvFPvbxu14EuJa4.cache @@ -0,0 +1 @@ +I"}app/assets/stylesheets/application.css?type=text/css&id=1fc01aeb3329b91ad07f3deb48e6836e2901a2692c693a71e17992dd341f4043:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/JT/JT7MO_lsx3_waT9NkI3eV-kkHkVJkqGlVtnUF6C_TvM.cache b/tmp/cache/assets/sprockets/v3.0/JT/JT7MO_lsx3_waT9NkI3eV-kkHkVJkqGlVtnUF6C_TvM.cache new file mode 100644 index 0000000..d2f891f --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/JT/JT7MO_lsx3_waT9NkI3eV-kkHkVJkqGlVtnUF6C_TvM.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"4file-digest://app/assets/stylesheets/users.scss;TTF \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/KC/KCrblD5yzPSBEzE_icCUX7JCsBJPYg2LUE-OXWChRhY.cache b/tmp/cache/assets/sprockets/v3.0/KC/KCrblD5yzPSBEzE_icCUX7JCsBJPYg2LUE-OXWChRhY.cache new file mode 100644 index 0000000..08900c0 Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/KC/KCrblD5yzPSBEzE_icCUX7JCsBJPYg2LUE-OXWChRhY.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/Ka/KaBcUAjHexdyC4_kjXc2ns3QyRFzS8iG5MZhqFOI4Lg.cache b/tmp/cache/assets/sprockets/v3.0/Ka/KaBcUAjHexdyC4_kjXc2ns3QyRFzS8iG5MZhqFOI4Lg.cache new file mode 100644 index 0000000..ff9124f --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/Ka/KaBcUAjHexdyC4_kjXc2ns3QyRFzS8iG5MZhqFOI4Lg.cache @@ -0,0 +1 @@ +"%�D�����#+��R=��������@7����|( \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/Ke/KeJ5N8yW-M0KMtUqG0pEb3o6KyjcbfZsaXLb24GJkPQ.cache b/tmp/cache/assets/sprockets/v3.0/Ke/KeJ5N8yW-M0KMtUqG0pEb3o6KyjcbfZsaXLb24GJkPQ.cache new file mode 100644 index 0000000..a20104d --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/Ke/KeJ5N8yW-M0KMtUqG0pEb3o6KyjcbfZsaXLb24GJkPQ.cache @@ -0,0 +1 @@ +I"�app/assets/stylesheets/admin.scss?type=text/css&pipeline=self&id=66527f87142053e36951bf69ba4c896e510b6755bae4aa81b0ac2bbb8dc32f43:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/LP/LPNeFyKY5pu6KIvumPN6qax8MsafJ_GSYyo4JkS1PIQ.cache b/tmp/cache/assets/sprockets/v3.0/LP/LPNeFyKY5pu6KIvumPN6qax8MsafJ_GSYyo4JkS1PIQ.cache new file mode 100644 index 0000000..682867a Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/LP/LPNeFyKY5pu6KIvumPN6qax8MsafJ_GSYyo4JkS1PIQ.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/Mi/Mi8EpYWcuT7PNUSZAPKiC6u1mRQyvVf78vrL5SoqwPk.cache b/tmp/cache/assets/sprockets/v3.0/Mi/Mi8EpYWcuT7PNUSZAPKiC6u1mRQyvVf78vrL5SoqwPk.cache new file mode 100644 index 0000000..c2378bd Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/Mi/Mi8EpYWcuT7PNUSZAPKiC6u1mRQyvVf78vrL5SoqwPk.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/Mn/Mnc2slME3hQGBhBJpu0jnxNcfAzXFTJZzw-6uT07hNg.cache b/tmp/cache/assets/sprockets/v3.0/Mn/Mnc2slME3hQGBhBJpu0jnxNcfAzXFTJZzw-6uT07hNg.cache new file mode 100644 index 0000000..92c8b23 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/Mn/Mnc2slME3hQGBhBJpu0jnxNcfAzXFTJZzw-6uT07hNg.cache @@ -0,0 +1 @@ +"%W�$=��/��ͱԖԎ*/h��I�n� \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/Mv/MvCJFOuKNXtQ94eGtcuf7KAc23c0gZ3dMGDHMs7AOWo.cache b/tmp/cache/assets/sprockets/v3.0/Mv/MvCJFOuKNXtQ94eGtcuf7KAc23c0gZ3dMGDHMs7AOWo.cache new file mode 100644 index 0000000..bfb9801 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/Mv/MvCJFOuKNXtQ94eGtcuf7KAc23c0gZ3dMGDHMs7AOWo.cache @@ -0,0 +1 @@ +I"�app/assets/javascripts/application.js?type=application/javascript&pipeline=self&id=f53105e6468bb10b31ed4c821ddcb82a22a78a7438bb94fac42f84519f35337d:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/My/MyON8JOYtqwo6rxndl1gmcBAGEfxBfv7nAHlm51jsmg.cache b/tmp/cache/assets/sprockets/v3.0/My/MyON8JOYtqwo6rxndl1gmcBAGEfxBfv7nAHlm51jsmg.cache new file mode 100644 index 0000000..1aa4b7d Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/My/MyON8JOYtqwo6rxndl1gmcBAGEfxBfv7nAHlm51jsmg.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/N7/N77Uzgoss_ECTPYSxMKuvPfibCeASPKmsEBElB_QG4I.cache b/tmp/cache/assets/sprockets/v3.0/N7/N77Uzgoss_ECTPYSxMKuvPfibCeASPKmsEBElB_QG4I.cache new file mode 100644 index 0000000..e277a16 Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/N7/N77Uzgoss_ECTPYSxMKuvPfibCeASPKmsEBElB_QG4I.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/NF/NFpsKaNl5l1ZA7YgaTlrGSGKOwm8zwdoBlmfl9fCwqQ.cache b/tmp/cache/assets/sprockets/v3.0/NF/NFpsKaNl5l1ZA7YgaTlrGSGKOwm8zwdoBlmfl9fCwqQ.cache new file mode 100644 index 0000000..4202544 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/NF/NFpsKaNl5l1ZA7YgaTlrGSGKOwm8zwdoBlmfl9fCwqQ.cache @@ -0,0 +1 @@ +I"�app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=20dca628732d4295f04002eb360bc9173b2878bd5c91b84f098b49b38db74afc:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/Ne/Ney6PQyIHfhM3KtkTUxHdQ6K0l-VcKvMXSBLfGG9YIw.cache b/tmp/cache/assets/sprockets/v3.0/Ne/Ney6PQyIHfhM3KtkTUxHdQ6K0l-VcKvMXSBLfGG9YIw.cache new file mode 100644 index 0000000..a235117 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/Ne/Ney6PQyIHfhM3KtkTUxHdQ6K0l-VcKvMXSBLfGG9YIw.cache @@ -0,0 +1 @@ +"%�Uh���tѻ�I��־D� f�>n��3q�B� \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/Nk/Nko6irr-qbB5S392isQJdlgqHbqxtKHBe-3wgADAU4E.cache b/tmp/cache/assets/sprockets/v3.0/Nk/Nko6irr-qbB5S392isQJdlgqHbqxtKHBe-3wgADAU4E.cache new file mode 100644 index 0000000..422448f --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/Nk/Nko6irr-qbB5S392isQJdlgqHbqxtKHBe-3wgADAU4E.cache @@ -0,0 +1 @@ +"%��^sM?'A �҂ux rF�l� 8� �v�n \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/O9/O9w89XN5KdxUybwzwSiIz0SzSwNPtBkhV85bXmoxTTg.cache b/tmp/cache/assets/sprockets/v3.0/O9/O9w89XN5KdxUybwzwSiIz0SzSwNPtBkhV85bXmoxTTg.cache new file mode 100644 index 0000000..48341f0 Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/O9/O9w89XN5KdxUybwzwSiIz0SzSwNPtBkhV85bXmoxTTg.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/Og/OgxxybCrjBhs2QyNlClEcaw5qT_uRfsJ2Ta-5QVyXIo.cache b/tmp/cache/assets/sprockets/v3.0/Og/OgxxybCrjBhs2QyNlClEcaw5qT_uRfsJ2Ta-5QVyXIo.cache new file mode 100644 index 0000000..96be69e Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/Og/OgxxybCrjBhs2QyNlClEcaw5qT_uRfsJ2Ta-5QVyXIo.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/Op/Op3neSDieYi1oPlCpBwSuaC9QMtJMT_EFutAECqweUc.cache b/tmp/cache/assets/sprockets/v3.0/Op/Op3neSDieYi1oPlCpBwSuaC9QMtJMT_EFutAECqweUc.cache new file mode 100644 index 0000000..b8738ed --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/Op/Op3neSDieYi1oPlCpBwSuaC9QMtJMT_EFutAECqweUc.cache @@ -0,0 +1 @@ +I"}app/assets/stylesheets/application.css?type=text/css&id=045b3de47ce80a3382b2815c0294d0cc7360acc71adc421ff2acd67f78479c56:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/Ow/Ow7zd5r8D7S8m66iUZxOkwBgDCxCj0MMjw_FMLI-XKo.cache b/tmp/cache/assets/sprockets/v3.0/Ow/Ow7zd5r8D7S8m66iUZxOkwBgDCxCj0MMjw_FMLI-XKo.cache new file mode 100644 index 0000000..883fa16 Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/Ow/Ow7zd5r8D7S8m66iUZxOkwBgDCxCj0MMjw_FMLI-XKo.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/PQ/PQVSz6Ry1BdbLtTvnkAMNHE2V1rxTv6RxxcYHTrLEus.cache b/tmp/cache/assets/sprockets/v3.0/PQ/PQVSz6Ry1BdbLtTvnkAMNHE2V1rxTv6RxxcYHTrLEus.cache new file mode 100644 index 0000000..f88f5dd --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/PQ/PQVSz6Ry1BdbLtTvnkAMNHE2V1rxTv6RxxcYHTrLEus.cache @@ -0,0 +1 @@ +I"�app/assets/javascripts/application.js?type=application/javascript&pipeline=debug&id=2ad1cc8e73c03aee6c7a3c30e6a2ccd67fc8c2dc92e18701097f4474909b1622:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/Po/Poij4mTA28EMA_rDfxIdexz9hU8Sxyw0-B_DRtTHG38.cache b/tmp/cache/assets/sprockets/v3.0/Po/Poij4mTA28EMA_rDfxIdexz9hU8Sxyw0-B_DRtTHG38.cache new file mode 100644 index 0000000..27c04ea Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/Po/Poij4mTA28EMA_rDfxIdexz9hU8Sxyw0-B_DRtTHG38.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/Ps/Ps3uuNYT0MMBsibz0T-tN_77tF3lKjwCZeaarZAeJHA.cache b/tmp/cache/assets/sprockets/v3.0/Ps/Ps3uuNYT0MMBsibz0T-tN_77tF3lKjwCZeaarZAeJHA.cache new file mode 100644 index 0000000..0677dac --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/Ps/Ps3uuNYT0MMBsibz0T-tN_77tF3lKjwCZeaarZAeJHA.cache @@ -0,0 +1 @@ +I"�app/assets/javascripts/application.js?type=application/javascript&pipeline=self&id=2dba29711a2009051b3e4c7092f3beec71e404bad38d7f4d9719137aad8bf310:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/Ps/Ps9_mdjHAMnqbrNrobyhwacY7uIRvkiVc17F6FWkE58.cache b/tmp/cache/assets/sprockets/v3.0/Ps/Ps9_mdjHAMnqbrNrobyhwacY7uIRvkiVc17F6FWkE58.cache new file mode 100644 index 0000000..f2edf75 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/Ps/Ps9_mdjHAMnqbrNrobyhwacY7uIRvkiVc17F6FWkE58.cache @@ -0,0 +1 @@ +I"�app/assets/stylesheets/persons.scss?type=text/css&pipeline=self&id=6ad82cd68f808bf76086e6524255613f8612115b50485a7c70fbc9f9b73f1835:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/Q-/Q-QNkI73W79wYMvKp6d9cI-49zze548OCXQOr-AbgdY.cache b/tmp/cache/assets/sprockets/v3.0/Q-/Q-QNkI73W79wYMvKp6d9cI-49zze548OCXQOr-AbgdY.cache new file mode 100644 index 0000000..5efdfdd Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/Q-/Q-QNkI73W79wYMvKp6d9cI-49zze548OCXQOr-AbgdY.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/Qx/QxoUwR0WCWnAeGf8wKSSDehFkJFmk0RKKJ4vs-dFkRA.cache b/tmp/cache/assets/sprockets/v3.0/Qx/QxoUwR0WCWnAeGf8wKSSDehFkJFmk0RKKJ4vs-dFkRA.cache new file mode 100644 index 0000000..f910b54 Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/Qx/QxoUwR0WCWnAeGf8wKSSDehFkJFmk0RKKJ4vs-dFkRA.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/R3/R3Hw2tM2V76i-1wXGQxO4SnhjjdeD2laU4btTk_FcF0.cache b/tmp/cache/assets/sprockets/v3.0/R3/R3Hw2tM2V76i-1wXGQxO4SnhjjdeD2laU4btTk_FcF0.cache new file mode 100644 index 0000000..55cb39d --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/R3/R3Hw2tM2V76i-1wXGQxO4SnhjjdeD2laU4btTk_FcF0.cache @@ -0,0 +1 @@ +I"�/home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/actionview-5.2.1/lib/assets/compiled/rails-ujs.js?type=application/javascript&pipeline=self&id=38f1f3e9ad275b585f1a1b875af1804999ecd06d17f35344127a769c4dc75042:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/RG/RGdG_tKRdt2EQTxhXZ4uDuvybGFCNpM4JJflgDCFv6Q.cache b/tmp/cache/assets/sprockets/v3.0/RG/RGdG_tKRdt2EQTxhXZ4uDuvybGFCNpM4JJflgDCFv6Q.cache new file mode 100644 index 0000000..0554fd0 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/RG/RGdG_tKRdt2EQTxhXZ4uDuvybGFCNpM4JJflgDCFv6Q.cache @@ -0,0 +1 @@ +"%�� ͷ;�'�������� w%X��P�0� \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/Rk/RkQLRXSz5LhJQnH7BT-ZDkVK0Rx8N9KhcVwR2A1HY4M.cache b/tmp/cache/assets/sprockets/v3.0/Rk/RkQLRXSz5LhJQnH7BT-ZDkVK0Rx8N9KhcVwR2A1HY4M.cache new file mode 100644 index 0000000..dbff36d Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/Rk/RkQLRXSz5LhJQnH7BT-ZDkVK0Rx8N9KhcVwR2A1HY4M.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/Rq/RqviRM2R1iIJ5_WNNTCjjB8DHTgel9ni3bPA5bhvEmk.cache b/tmp/cache/assets/sprockets/v3.0/Rq/RqviRM2R1iIJ5_WNNTCjjB8DHTgel9ni3bPA5bhvEmk.cache new file mode 100644 index 0000000..6244724 Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/Rq/RqviRM2R1iIJ5_WNNTCjjB8DHTgel9ni3bPA5bhvEmk.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/Rt/RtzTxinDrdMQGK1eub5Zl__aSCsHDoIMG3zejz7_UPg.cache b/tmp/cache/assets/sprockets/v3.0/Rt/RtzTxinDrdMQGK1eub5Zl__aSCsHDoIMG3zejz7_UPg.cache new file mode 100644 index 0000000..accd708 Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/Rt/RtzTxinDrdMQGK1eub5Zl__aSCsHDoIMG3zejz7_UPg.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/ST/STcxF_93Dp6fU9QiD3DxWzVSQvlxGLzqVQmR21BtFAc.cache b/tmp/cache/assets/sprockets/v3.0/ST/STcxF_93Dp6fU9QiD3DxWzVSQvlxGLzqVQmR21BtFAc.cache new file mode 100644 index 0000000..4d005ad Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/ST/STcxF_93Dp6fU9QiD3DxWzVSQvlxGLzqVQmR21BtFAc.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/TC/TCAw-rm1GAj-B3oa-lJPZxYKlNoLInI_H38HULlq-Mo.cache b/tmp/cache/assets/sprockets/v3.0/TC/TCAw-rm1GAj-B3oa-lJPZxYKlNoLInI_H38HULlq-Mo.cache new file mode 100644 index 0000000..b1c1c0e --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/TC/TCAw-rm1GAj-B3oa-lJPZxYKlNoLInI_H38HULlq-Mo.cache @@ -0,0 +1 @@ +I"�app/assets/javascripts/application.js?type=application/javascript&pipeline=self&id=04bb80ed81ec6059516f563af7df3e45e8958340c60ec010cdfba2a11305b923:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/TC/TCXqccPBDg3OhM9uiQUZ_Jha03TLFqKktPSSYkAqI9M.cache b/tmp/cache/assets/sprockets/v3.0/TC/TCXqccPBDg3OhM9uiQUZ_Jha03TLFqKktPSSYkAqI9M.cache new file mode 100644 index 0000000..b8394cb --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/TC/TCXqccPBDg3OhM9uiQUZ_Jha03TLFqKktPSSYkAqI9M.cache @@ -0,0 +1 @@ +"%\7�gj�D�� \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/aN/aNEQKuQE5gXC3kvzNXEvb1X4jLWe8W2SRar_tDnKEt0.cache b/tmp/cache/assets/sprockets/v3.0/aN/aNEQKuQE5gXC3kvzNXEvb1X4jLWe8W2SRar_tDnKEt0.cache new file mode 100644 index 0000000..607028d --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/aN/aNEQKuQE5gXC3kvzNXEvb1X4jLWe8W2SRar_tDnKEt0.cache @@ -0,0 +1 @@ +I"�app/assets/javascripts/application.js?type=application/javascript&id=b04cb88a635f41fe085a57c327e8fa64d5a9047057af603efbd01fe32f8f2b19:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/ac/ac3kEnS09dQibI9n46_wC2EVTsHNr_pEiKCCcqFvqg4.cache b/tmp/cache/assets/sprockets/v3.0/ac/ac3kEnS09dQibI9n46_wC2EVTsHNr_pEiKCCcqFvqg4.cache new file mode 100644 index 0000000..8a6cadc --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/ac/ac3kEnS09dQibI9n46_wC2EVTsHNr_pEiKCCcqFvqg4.cache @@ -0,0 +1 @@ +"%��%���?�a>6�(��8���ϥ>j�™aUz \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/b1/b1-BctiF8VBJiYZWBzEFEYrd0ghFBvFtfx_ILFXSVgQ.cache b/tmp/cache/assets/sprockets/v3.0/b1/b1-BctiF8VBJiYZWBzEFEYrd0ghFBvFtfx_ILFXSVgQ.cache new file mode 100644 index 0000000..604d46a Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/b1/b1-BctiF8VBJiYZWBzEFEYrd0ghFBvFtfx_ILFXSVgQ.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/bP/bPFyzGEz6ANlBxkkXhwx14CvzKFs9GlEYy3VvC8Sh3w.cache b/tmp/cache/assets/sprockets/v3.0/bP/bPFyzGEz6ANlBxkkXhwx14CvzKFs9GlEYy3VvC8Sh3w.cache new file mode 100644 index 0000000..06ebf8b Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/bP/bPFyzGEz6ANlBxkkXhwx14CvzKFs9GlEYy3VvC8Sh3w.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/bV/bVTmP9xAZFj0SasHAEekYKp_Ec9ZdU98F3iXZ8j1t5Q.cache b/tmp/cache/assets/sprockets/v3.0/bV/bVTmP9xAZFj0SasHAEekYKp_Ec9ZdU98F3iXZ8j1t5Q.cache new file mode 100644 index 0000000..a90134b --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/bV/bVTmP9xAZFj0SasHAEekYKp_Ec9ZdU98F3iXZ8j1t5Q.cache @@ -0,0 +1 @@ +I"�app/assets/stylesheets/application.css?type=text/css&pipeline=debug&id=fc1d7cda21373dc01b0498340eabaec2294081b43349b25cd2d92a50932e1cce:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/ba/babrq4zUr_0y7jL-pxB1-rlnLwgPO3i03CJACR8w4wo.cache b/tmp/cache/assets/sprockets/v3.0/ba/babrq4zUr_0y7jL-pxB1-rlnLwgPO3i03CJACR8w4wo.cache new file mode 100644 index 0000000..3747008 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/ba/babrq4zUr_0y7jL-pxB1-rlnLwgPO3i03CJACR8w4wo.cache @@ -0,0 +1 @@ +I"�app/assets/stylesheets/admin.scss?type=text/css&pipeline=self&id=8dbdfa2779eb6671cb941a5f75f4c36ea1ab44650a86d319f3125542f28dae27:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/bc/bcNreLOJLNxQnrgUaRsVMBySprXYQPkCjuTr2KTX-UM.cache b/tmp/cache/assets/sprockets/v3.0/bc/bcNreLOJLNxQnrgUaRsVMBySprXYQPkCjuTr2KTX-UM.cache new file mode 100644 index 0000000..89b0252 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/bc/bcNreLOJLNxQnrgUaRsVMBySprXYQPkCjuTr2KTX-UM.cache @@ -0,0 +1 @@ +"%��j�g���O��~�$*&dx�@�#��n�v \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/bg/bgSu2OGmrbb0JxoVNJyrk8swm_fYYe14AmB5VzsJv_s.cache b/tmp/cache/assets/sprockets/v3.0/bg/bgSu2OGmrbb0JxoVNJyrk8swm_fYYe14AmB5VzsJv_s.cache new file mode 100644 index 0000000..237c581 Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/bg/bgSu2OGmrbb0JxoVNJyrk8swm_fYYe14AmB5VzsJv_s.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/bs/bsm5dDy-hyoJr27c2v6X_0A7PXMln8-dFKUfwreZJvY.cache b/tmp/cache/assets/sprockets/v3.0/bs/bsm5dDy-hyoJr27c2v6X_0A7PXMln8-dFKUfwreZJvY.cache new file mode 100644 index 0000000..05bcdc5 Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/bs/bsm5dDy-hyoJr27c2v6X_0A7PXMln8-dFKUfwreZJvY.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/bt/bth6aaCe3yrrOdqrATyVsEoInVkpaIPDnAvNN44miFM.cache b/tmp/cache/assets/sprockets/v3.0/bt/bth6aaCe3yrrOdqrATyVsEoInVkpaIPDnAvNN44miFM.cache new file mode 100644 index 0000000..151d5d9 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/bt/bth6aaCe3yrrOdqrATyVsEoInVkpaIPDnAvNN44miFM.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"4file-digest://app/assets/stylesheets/admin.scss;TTF \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/bx/bxJTwyKFupLIh9QFj2NS6eFUtiHwoBp-mtZwO53V92o.cache b/tmp/cache/assets/sprockets/v3.0/bx/bxJTwyKFupLIh9QFj2NS6eFUtiHwoBp-mtZwO53V92o.cache new file mode 100644 index 0000000..e1b984f --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/bx/bxJTwyKFupLIh9QFj2NS6eFUtiHwoBp-mtZwO53V92o.cache @@ -0,0 +1 @@ +I"�app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=ba730f7a56433aa2951e5d6cb1758e2403fb9b0ba6534480f198641dc3837984:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/cB/cBHNTIidI3nLps4kbXN2sq8Eyq4Z44TbhbXVVGTcDw8.cache b/tmp/cache/assets/sprockets/v3.0/cB/cBHNTIidI3nLps4kbXN2sq8Eyq4Z44TbhbXVVGTcDw8.cache new file mode 100644 index 0000000..2ebd0d8 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/cB/cBHNTIidI3nLps4kbXN2sq8Eyq4Z44TbhbXVVGTcDw8.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"3file-digest://app/assets/stylesheets/home.scss;TTF \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/cM/cMc6-ViCck0YRyzk-dHHksRD6cuUIG1W-2yCNq4n1SU.cache b/tmp/cache/assets/sprockets/v3.0/cM/cMc6-ViCck0YRyzk-dHHksRD6cuUIG1W-2yCNq4n1SU.cache new file mode 100644 index 0000000..afcace3 Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/cM/cMc6-ViCck0YRyzk-dHHksRD6cuUIG1W-2yCNq4n1SU.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/cQ/cQZ7lq7qadW-6pUupwZd7-FTalw7NeU4RXMdPbKm95o.cache b/tmp/cache/assets/sprockets/v3.0/cQ/cQZ7lq7qadW-6pUupwZd7-FTalw7NeU4RXMdPbKm95o.cache new file mode 100644 index 0000000..47936fc --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/cQ/cQZ7lq7qadW-6pUupwZd7-FTalw7NeU4RXMdPbKm95o.cache @@ -0,0 +1 @@ +I"�app/assets/javascripts/persons.coffee?type=application/javascript&pipeline=self&id=1e1d7b022b799ee8eb1e64369734816f58dd5936c8f968a55b26fcf23fcb281c:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/cb/cb29JwqwuGGLmvwOMuEdKndY99SeXq2NigtfnbKbujA.cache b/tmp/cache/assets/sprockets/v3.0/cb/cb29JwqwuGGLmvwOMuEdKndY99SeXq2NigtfnbKbujA.cache new file mode 100644 index 0000000..690a9a8 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/cb/cb29JwqwuGGLmvwOMuEdKndY99SeXq2NigtfnbKbujA.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/persons.coffee;TTF \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/dS/dSO7uyysSdeM1lOCxXZqvM6DqYWRxm5PsqeStjy5x60.cache b/tmp/cache/assets/sprockets/v3.0/dS/dSO7uyysSdeM1lOCxXZqvM6DqYWRxm5PsqeStjy5x60.cache new file mode 100644 index 0000000..31aa0df Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/dS/dSO7uyysSdeM1lOCxXZqvM6DqYWRxm5PsqeStjy5x60.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/dX/dXnGyZYu3OgPsxiDZ13PzHWSED5YCld6KLIlhZi-3Xk.cache b/tmp/cache/assets/sprockets/v3.0/dX/dXnGyZYu3OgPsxiDZ13PzHWSED5YCld6KLIlhZi-3Xk.cache new file mode 100644 index 0000000..4f814ee Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/dX/dXnGyZYu3OgPsxiDZ13PzHWSED5YCld6KLIlhZi-3Xk.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/db/db6wgbFiAhrc9CTHUPQoLFjK7Eoc9JwMPamErFkQU_U.cache b/tmp/cache/assets/sprockets/v3.0/db/db6wgbFiAhrc9CTHUPQoLFjK7Eoc9JwMPamErFkQU_U.cache new file mode 100644 index 0000000..18e518e Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/db/db6wgbFiAhrc9CTHUPQoLFjK7Eoc9JwMPamErFkQU_U.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/dl/dlEJJ91fY7CtmsruEXvhDxZBNJ4x30FzCcaXbSZfvmg.cache b/tmp/cache/assets/sprockets/v3.0/dl/dlEJJ91fY7CtmsruEXvhDxZBNJ4x30FzCcaXbSZfvmg.cache new file mode 100644 index 0000000..151d5d9 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/dl/dlEJJ91fY7CtmsruEXvhDxZBNJ4x30FzCcaXbSZfvmg.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"4file-digest://app/assets/stylesheets/admin.scss;TTF \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/dq/dqe-pZV2SUduotcHGmJ_4njuKyWJKZlUfRfQ_8s35aw.cache b/tmp/cache/assets/sprockets/v3.0/dq/dqe-pZV2SUduotcHGmJ_4njuKyWJKZlUfRfQ_8s35aw.cache new file mode 100644 index 0000000..2800ad3 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/dq/dqe-pZV2SUduotcHGmJ_4njuKyWJKZlUfRfQ_8s35aw.cache @@ -0,0 +1 @@ +"%��B�����șo�$'�A�d��L���xR�U \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/dx/dxhz5bue2wFojH99oUyPhpHH2hwgCDNIBGtdWihu7Yk.cache b/tmp/cache/assets/sprockets/v3.0/dx/dxhz5bue2wFojH99oUyPhpHH2hwgCDNIBGtdWihu7Yk.cache new file mode 100644 index 0000000..020ec0b --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/dx/dxhz5bue2wFojH99oUyPhpHH2hwgCDNIBGtdWihu7Yk.cache @@ -0,0 +1 @@ +I"�app/assets/javascripts/application.js?type=application/javascript&pipeline=self&id=f120db72f38c48ff35adac5a740fcecb4e6ee40da2d8c37a09acad6f4cb9de93:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/e0/e0Svs4pCnNM5hlOS_vqtFfTxz79ZO7duG7jqRA-HZb0.cache b/tmp/cache/assets/sprockets/v3.0/e0/e0Svs4pCnNM5hlOS_vqtFfTxz79ZO7duG7jqRA-HZb0.cache new file mode 100644 index 0000000..e099bde --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/e0/e0Svs4pCnNM5hlOS_vqtFfTxz79ZO7duG7jqRA-HZb0.cache @@ -0,0 +1,2 @@ +"%� +�ޡ ���d��&��M�}\c��څ�6�# \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/e9/e9_pyBe7wrtmhc1kqbUaATOU6x6dshg-Mi2VyZ2JLCA.cache b/tmp/cache/assets/sprockets/v3.0/e9/e9_pyBe7wrtmhc1kqbUaATOU6x6dshg-Mi2VyZ2JLCA.cache new file mode 100644 index 0000000..be6ef68 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/e9/e9_pyBe7wrtmhc1kqbUaATOU6x6dshg-Mi2VyZ2JLCA.cache @@ -0,0 +1 @@ +I"�app/assets/javascripts/application.js?type=application/javascript&pipeline=debug&id=f196751d60fb50aa6df4ddec18554e5885013fda0572332f550255e19de5e968:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/eT/eTNPSflQYXINtnJwJPtlpzAmdB0UvQoJfTTUW41oUzs.cache b/tmp/cache/assets/sprockets/v3.0/eT/eTNPSflQYXINtnJwJPtlpzAmdB0UvQoJfTTUW41oUzs.cache new file mode 100644 index 0000000..8340921 Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/eT/eTNPSflQYXINtnJwJPtlpzAmdB0UvQoJfTTUW41oUzs.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/eb/ebN2bJakIfCUy0KJd_gobfnhzthB49HkUP26yAO6xJ8.cache b/tmp/cache/assets/sprockets/v3.0/eb/ebN2bJakIfCUy0KJd_gobfnhzthB49HkUP26yAO6xJ8.cache new file mode 100644 index 0000000..d58af45 Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/eb/ebN2bJakIfCUy0KJd_gobfnhzthB49HkUP26yAO6xJ8.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/g1/g1Cy2IRGWg20lK5Ubp9dJodMVFraH5Apwsjdk47k3WY.cache b/tmp/cache/assets/sprockets/v3.0/g1/g1Cy2IRGWg20lK5Ubp9dJodMVFraH5Apwsjdk47k3WY.cache new file mode 100644 index 0000000..568d638 Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/g1/g1Cy2IRGWg20lK5Ubp9dJodMVFraH5Apwsjdk47k3WY.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/g3/g3-On4c_xPRvChsjg2VtewMhldEGYiH4yHbCKrtf7nE.cache b/tmp/cache/assets/sprockets/v3.0/g3/g3-On4c_xPRvChsjg2VtewMhldEGYiH4yHbCKrtf7nE.cache new file mode 100644 index 0000000..36a8339 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/g3/g3-On4c_xPRvChsjg2VtewMhldEGYiH4yHbCKrtf7nE.cache @@ -0,0 +1 @@ +I"�app/assets/javascripts/application.js?type=application/javascript&id=df75724157aacf2471f025f3c209bdd82e9f242c86d0202fcd3e7933e1ef6aca:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/gE/gEIvLSrkFql_Na8KSn0JGTV_UaLaN04aHxORDdrimmI.cache b/tmp/cache/assets/sprockets/v3.0/gE/gEIvLSrkFql_Na8KSn0JGTV_UaLaN04aHxORDdrimmI.cache new file mode 100644 index 0000000..ddf0eab --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/gE/gEIvLSrkFql_Na8KSn0JGTV_UaLaN04aHxORDdrimmI.cache @@ -0,0 +1 @@ +I"�app/assets/stylesheets/show.scss?type=text/css&pipeline=self&id=d13d0902b6cd590fb655602ec740844fadd8bf615bc868ac94a753b452b4aa5d:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/gK/gKmCXtVnkREaQZ0YnbneLx82AZ3NVHTqVEjD2PoKIAU.cache b/tmp/cache/assets/sprockets/v3.0/gK/gKmCXtVnkREaQZ0YnbneLx82AZ3NVHTqVEjD2PoKIAU.cache new file mode 100644 index 0000000..3333264 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/gK/gKmCXtVnkREaQZ0YnbneLx82AZ3NVHTqVEjD2PoKIAU.cache @@ -0,0 +1 @@ +"%݄63&��A��8C�5.�cw�L hy[򤽂��U} \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/gx/gxpEmn5oAU58EcZV4JsYIiLRR6KsWpb83jTR4Ce-2vU.cache b/tmp/cache/assets/sprockets/v3.0/gx/gxpEmn5oAU58EcZV4JsYIiLRR6KsWpb83jTR4Ce-2vU.cache new file mode 100644 index 0000000..c9d12ec Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/gx/gxpEmn5oAU58EcZV4JsYIiLRR6KsWpb83jTR4Ce-2vU.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/hZ/hZZFBrE08TQIkX_Ek01fJ7kBUbU4CAdeliZm6w5m7eM.cache b/tmp/cache/assets/sprockets/v3.0/hZ/hZZFBrE08TQIkX_Ek01fJ7kBUbU4CAdeliZm6w5m7eM.cache new file mode 100644 index 0000000..92f3cc0 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/hZ/hZZFBrE08TQIkX_Ek01fJ7kBUbU4CAdeliZm6w5m7eM.cache @@ -0,0 +1 @@ +I"�app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=16c0563339a0d712fd3c94332a3e30522b3953c3223af607c12bdb40641e6374:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/hc/hcSN4tyHQrr1T2nmn6HTpZNBUSAlY8du1saH9xwGTt0.cache b/tmp/cache/assets/sprockets/v3.0/hc/hcSN4tyHQrr1T2nmn6HTpZNBUSAlY8du1saH9xwGTt0.cache new file mode 100644 index 0000000..a064b94 Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/hc/hcSN4tyHQrr1T2nmn6HTpZNBUSAlY8du1saH9xwGTt0.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/hj/hjzFmmsWVFCEQEYzTPwTjVVB7xWTA6Z0kk54TBDhm_E.cache b/tmp/cache/assets/sprockets/v3.0/hj/hjzFmmsWVFCEQEYzTPwTjVVB7xWTA6Z0kk54TBDhm_E.cache new file mode 100644 index 0000000..0e0d5d5 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/hj/hjzFmmsWVFCEQEYzTPwTjVVB7xWTA6Z0kk54TBDhm_E.cache @@ -0,0 +1 @@ +I"�app/assets/stylesheets/application.css?type=text/css&pipeline=debug&id=49709ba04f15658ae15a498c3bf905a35626002aa73b3f4a9d8dec7dc629b640:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/hv/hv0Q_fN0bQMmpa2Od_dzB1CgT0Tr9nMhUYQBl7l1WCQ.cache b/tmp/cache/assets/sprockets/v3.0/hv/hv0Q_fN0bQMmpa2Od_dzB1CgT0Tr9nMhUYQBl7l1WCQ.cache new file mode 100644 index 0000000..cb32670 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/hv/hv0Q_fN0bQMmpa2Od_dzB1CgT0Tr9nMhUYQBl7l1WCQ.cache @@ -0,0 +1 @@ +"%�Rst;XS���VN<1� ̠4%�$�1��N|� \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/iG/iGJ0ukbPfqOjxgOTH8VrlcE_ugJGXqrHta1xM9piuDg.cache b/tmp/cache/assets/sprockets/v3.0/iG/iGJ0ukbPfqOjxgOTH8VrlcE_ugJGXqrHta1xM9piuDg.cache new file mode 100644 index 0000000..0dff719 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/iG/iGJ0ukbPfqOjxgOTH8VrlcE_ugJGXqrHta1xM9piuDg.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"5file-digest://app/assets/javascripts/home.coffee;TTF \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/iH/iH9XqsE8qwHw2Xqo27Z-e_IC5lt5j0jRDecsIcSJ_uU.cache b/tmp/cache/assets/sprockets/v3.0/iH/iH9XqsE8qwHw2Xqo27Z-e_IC5lt5j0jRDecsIcSJ_uU.cache new file mode 100644 index 0000000..d230f71 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/iH/iH9XqsE8qwHw2Xqo27Z-e_IC5lt5j0jRDecsIcSJ_uU.cache @@ -0,0 +1 @@ +I"}app/assets/stylesheets/application.css?type=text/css&id=b12d19f18a17a5f9b6135ef583bd65e244352343dd7a17d8182d4d43a028b1f8:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/ie/ieTwm_H_SFFKazKGEIppKpX4E0_jL4yak2vLH1NYk30.cache b/tmp/cache/assets/sprockets/v3.0/ie/ieTwm_H_SFFKazKGEIppKpX4E0_jL4yak2vLH1NYk30.cache new file mode 100644 index 0000000..d8f06ad Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/ie/ieTwm_H_SFFKazKGEIppKpX4E0_jL4yak2vLH1NYk30.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/ii/iiVT9WEayRc1NccKolhmyb-tzI0I54l-D3cslvHBF6Y.cache b/tmp/cache/assets/sprockets/v3.0/ii/iiVT9WEayRc1NccKolhmyb-tzI0I54l-D3cslvHBF6Y.cache new file mode 100644 index 0000000..2999f4c Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/ii/iiVT9WEayRc1NccKolhmyb-tzI0I54l-D3cslvHBF6Y.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/ir/irm6NeNrj-5avsNiP82bih1kMuzilhvEdHsZppBrtE4.cache b/tmp/cache/assets/sprockets/v3.0/ir/irm6NeNrj-5avsNiP82bih1kMuzilhvEdHsZppBrtE4.cache new file mode 100644 index 0000000..e219ead Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/ir/irm6NeNrj-5avsNiP82bih1kMuzilhvEdHsZppBrtE4.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/jL/jLl72VHs8LQMlkL77stNiXsaIq2a76pCe56PoZpdPto.cache b/tmp/cache/assets/sprockets/v3.0/jL/jLl72VHs8LQMlkL77stNiXsaIq2a76pCe56PoZpdPto.cache new file mode 100644 index 0000000..dcb341c Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/jL/jLl72VHs8LQMlkL77stNiXsaIq2a76pCe56PoZpdPto.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/jM/jMHZe9h4zDebD4ZO4pOfu7YUnAKXQQbCZ0RH39LZXpY.cache b/tmp/cache/assets/sprockets/v3.0/jM/jMHZe9h4zDebD4ZO4pOfu7YUnAKXQQbCZ0RH39LZXpY.cache new file mode 100644 index 0000000..f83b3a1 Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/jM/jMHZe9h4zDebD4ZO4pOfu7YUnAKXQQbCZ0RH39LZXpY.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/jO/jOBFWaFxqxHUmgUiKfO3KdErJQFtdZZt8L_g9rdf1Zo.cache b/tmp/cache/assets/sprockets/v3.0/jO/jOBFWaFxqxHUmgUiKfO3KdErJQFtdZZt8L_g9rdf1Zo.cache new file mode 100644 index 0000000..427f766 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/jO/jOBFWaFxqxHUmgUiKfO3KdErJQFtdZZt8L_g9rdf1Zo.cache @@ -0,0 +1 @@ +I"�app/assets/stylesheets/admin.scss?type=text/css&pipeline=self&id=91e2b8a7064144a157279f5bb300cfa37f6b45d9df23e9f850793c020810311d:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/kF/kFr07R_wr3tB7SEEad6uqR9DMDosbOaAtio4uLI10Bo.cache b/tmp/cache/assets/sprockets/v3.0/kF/kFr07R_wr3tB7SEEad6uqR9DMDosbOaAtio4uLI10Bo.cache new file mode 100644 index 0000000..7360f37 Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/kF/kFr07R_wr3tB7SEEad6uqR9DMDosbOaAtio4uLI10Bo.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/lV/lV5WM8Jeh2nyARRLWyV5mFZaPdVh9qd7H4EToanpb6Q.cache b/tmp/cache/assets/sprockets/v3.0/lV/lV5WM8Jeh2nyARRLWyV5mFZaPdVh9qd7H4EToanpb6Q.cache new file mode 100644 index 0000000..124e80d --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/lV/lV5WM8Jeh2nyARRLWyV5mFZaPdVh9qd7H4EToanpb6Q.cache @@ -0,0 +1 @@ +I"}app/assets/stylesheets/application.css?type=text/css&id=88d775d432992cbf6d02edac5cfa219249bec8a3728e9921503f81c95e9c1c7e:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/m8/m8RV6Jib53pxfhAQaiTgUFJpfYn-raiX_ujaG-cnyP0.cache b/tmp/cache/assets/sprockets/v3.0/m8/m8RV6Jib53pxfhAQaiTgUFJpfYn-raiX_ujaG-cnyP0.cache new file mode 100644 index 0000000..fed56ae --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/m8/m8RV6Jib53pxfhAQaiTgUFJpfYn-raiX_ujaG-cnyP0.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"6file-digest://app/assets/javascripts/users.coffee;TTF \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/mB/mBB4wdm717bfXx5pHv82ixxdDkwtyZk6C7w1s_pHIBI.cache b/tmp/cache/assets/sprockets/v3.0/mB/mBB4wdm717bfXx5pHv82ixxdDkwtyZk6C7w1s_pHIBI.cache new file mode 100644 index 0000000..3333264 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/mB/mBB4wdm717bfXx5pHv82ixxdDkwtyZk6C7w1s_pHIBI.cache @@ -0,0 +1 @@ +"%݄63&��A��8C�5.�cw�L hy[򤽂��U} \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/mC/mC0TdJ4X-DqKn0BzPj5eG2vLppNY0KBNL8yRL5r08mQ.cache b/tmp/cache/assets/sprockets/v3.0/mC/mC0TdJ4X-DqKn0BzPj5eG2vLppNY0KBNL8yRL5r08mQ.cache new file mode 100644 index 0000000..ac014f7 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/mC/mC0TdJ4X-DqKn0BzPj5eG2vLppNY0KBNL8yRL5r08mQ.cache @@ -0,0 +1 @@ +"%���J�>�U�����:x�?Φִ��.��u�� \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/mm/mmPKRuo7wH8hyY4OmMjh3g6WaCZFMvIZccalQTnV-Pk.cache b/tmp/cache/assets/sprockets/v3.0/mm/mmPKRuo7wH8hyY4OmMjh3g6WaCZFMvIZccalQTnV-Pk.cache new file mode 100644 index 0000000..80ab1af --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/mm/mmPKRuo7wH8hyY4OmMjh3g6WaCZFMvIZccalQTnV-Pk.cache @@ -0,0 +1 @@ +"%�;P73�!ϓ�2����J��ٹ|� \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/nO/nODPnOvyvH4-7iv0ybtJUD1UDUWXBdr7KEl8WqBRuTs.cache b/tmp/cache/assets/sprockets/v3.0/nO/nODPnOvyvH4-7iv0ybtJUD1UDUWXBdr7KEl8WqBRuTs.cache new file mode 100644 index 0000000..3333264 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/nO/nODPnOvyvH4-7iv0ybtJUD1UDUWXBdr7KEl8WqBRuTs.cache @@ -0,0 +1 @@ +"%݄63&��A��8C�5.�cw�L hy[򤽂��U} \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/o7/o7BmoOyw4UsuVoTyAbLLP_SBIHdTKgqZttIXke1AFik.cache b/tmp/cache/assets/sprockets/v3.0/o7/o7BmoOyw4UsuVoTyAbLLP_SBIHdTKgqZttIXke1AFik.cache new file mode 100644 index 0000000..f3b4c66 Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/o7/o7BmoOyw4UsuVoTyAbLLP_SBIHdTKgqZttIXke1AFik.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/oX/oXnnUAXLgoNf1EmfF9vE78qc0f_Hrx5A2s6oH48R4Pw.cache b/tmp/cache/assets/sprockets/v3.0/oX/oXnnUAXLgoNf1EmfF9vE78qc0f_Hrx5A2s6oH48R4Pw.cache new file mode 100644 index 0000000..3218a48 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/oX/oXnnUAXLgoNf1EmfF9vE78qc0f_Hrx5A2s6oH48R4Pw.cache @@ -0,0 +1 @@ +"%�~��2%�a�5�p���L�Je5�-,$�o\2 \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/og/ogjJS97fniCqCitNda8vQjDrZafx8Rig4c_T-TeUfYc.cache b/tmp/cache/assets/sprockets/v3.0/og/ogjJS97fniCqCitNda8vQjDrZafx8Rig4c_T-TeUfYc.cache new file mode 100644 index 0000000..2800ad3 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/og/ogjJS97fniCqCitNda8vQjDrZafx8Rig4c_T-TeUfYc.cache @@ -0,0 +1 @@ +"%��B�����șo�$'�A�d��L���xR�U \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/pY/pYGSmDFJ5POBPW4NV6B2guvabarJ9SAeVPtGuo6LDiY.cache b/tmp/cache/assets/sprockets/v3.0/pY/pYGSmDFJ5POBPW4NV6B2guvabarJ9SAeVPtGuo6LDiY.cache new file mode 100644 index 0000000..3e865e1 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/pY/pYGSmDFJ5POBPW4NV6B2guvabarJ9SAeVPtGuo6LDiY.cache @@ -0,0 +1 @@ +I"�app/assets/javascripts/admin.coffee?type=application/javascript&pipeline=self&id=11c2f093f13fea93a5a5f616b3463ec7324f2543a2129b60be33a3c693df774f:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/p_/p_NLC81gdq-pbNZ0jYb_1QkGJD4pxydWvMXIlQk8jx0.cache b/tmp/cache/assets/sprockets/v3.0/p_/p_NLC81gdq-pbNZ0jYb_1QkGJD4pxydWvMXIlQk8jx0.cache new file mode 100644 index 0000000..e0c357c --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/p_/p_NLC81gdq-pbNZ0jYb_1QkGJD4pxydWvMXIlQk8jx0.cache @@ -0,0 +1 @@ +I"�app/assets/javascripts/application.js?type=application/javascript&id=43c3f384b0098681a4f06a85712e1d57527fdc9f4dc0ebc79a13241b24062e28:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/pq/pqP48RMssg-Ww5mH3pptx4TCrpbAtvf4O5pRX2a0glc.cache b/tmp/cache/assets/sprockets/v3.0/pq/pqP48RMssg-Ww5mH3pptx4TCrpbAtvf4O5pRX2a0glc.cache new file mode 100644 index 0000000..96c0e63 Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/pq/pqP48RMssg-Ww5mH3pptx4TCrpbAtvf4O5pRX2a0glc.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/px/pxtn2rPS7jsHPpoNEJA9r6rbl6eMFKNiqhdw1mhQ9c0.cache b/tmp/cache/assets/sprockets/v3.0/px/pxtn2rPS7jsHPpoNEJA9r6rbl6eMFKNiqhdw1mhQ9c0.cache new file mode 100644 index 0000000..8772b53 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/px/pxtn2rPS7jsHPpoNEJA9r6rbl6eMFKNiqhdw1mhQ9c0.cache @@ -0,0 +1 @@ +I"�app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=3c2a3a9cb7216e8dc79786f4d1f5be2a90d0616202b3d42c6ef046507c3de4ba:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/qG/qG76InZYlEBBV5JxNTbH2TTlFji6Si_AzxItPYVHPqg.cache b/tmp/cache/assets/sprockets/v3.0/qG/qG76InZYlEBBV5JxNTbH2TTlFji6Si_AzxItPYVHPqg.cache new file mode 100644 index 0000000..9faaa93 Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/qG/qG76InZYlEBBV5JxNTbH2TTlFji6Si_AzxItPYVHPqg.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/qm/qm1Yz2ZG0xV1F1v65fUZU7ZZwKLg_tSvtijx2oNgGfk.cache b/tmp/cache/assets/sprockets/v3.0/qm/qm1Yz2ZG0xV1F1v65fUZU7ZZwKLg_tSvtijx2oNgGfk.cache new file mode 100644 index 0000000..0a32c41 Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/qm/qm1Yz2ZG0xV1F1v65fUZU7ZZwKLg_tSvtijx2oNgGfk.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/qt/qtW81zETz35adKNENm7gHoDoWVFIv9p3A-VXG4lVZqM.cache b/tmp/cache/assets/sprockets/v3.0/qt/qtW81zETz35adKNENm7gHoDoWVFIv9p3A-VXG4lVZqM.cache new file mode 100644 index 0000000..578f857 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/qt/qtW81zETz35adKNENm7gHoDoWVFIv9p3A-VXG4lVZqM.cache @@ -0,0 +1 @@ +I"�app/assets/javascripts/show.coffee?type=application/javascript&pipeline=self&id=bbdfa55f0229d14164906d597b88615e13d042a743146115beddf1385a14b475:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/r1/r1YzvJktNysUzC5Pj0tGyxBkIB57EG3IasejxbWY4Dc.cache b/tmp/cache/assets/sprockets/v3.0/r1/r1YzvJktNysUzC5Pj0tGyxBkIB57EG3IasejxbWY4Dc.cache new file mode 100644 index 0000000..6f7800e --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/r1/r1YzvJktNysUzC5Pj0tGyxBkIB57EG3IasejxbWY4Dc.cache @@ -0,0 +1 @@ +I"�app/assets/javascripts/home.coffee?type=application/javascript&pipeline=self&id=fa433e6db2a8c4b0dc7962b2ad7867e76334ec234209528adaed668b721589bb:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/r4/r4yVINxwMMSLg5WvJheghQ9xoLAgoGb0lTamre1tmag.cache b/tmp/cache/assets/sprockets/v3.0/r4/r4yVINxwMMSLg5WvJheghQ9xoLAgoGb0lTamre1tmag.cache new file mode 100644 index 0000000..07217bd Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/r4/r4yVINxwMMSLg5WvJheghQ9xoLAgoGb0lTamre1tmag.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/rX/rXbl1UN0jPSVtL8JDrkBRU7DyMAzp29crOLD-1sgMRI.cache b/tmp/cache/assets/sprockets/v3.0/rX/rXbl1UN0jPSVtL8JDrkBRU7DyMAzp29crOLD-1sgMRI.cache new file mode 100644 index 0000000..f39aab7 Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/rX/rXbl1UN0jPSVtL8JDrkBRU7DyMAzp29crOLD-1sgMRI.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/rX/rXgakxeKiLh2xttQMdhkE4NAx897uVj_dSRcBRIjnQs.cache b/tmp/cache/assets/sprockets/v3.0/rX/rXgakxeKiLh2xttQMdhkE4NAx897uVj_dSRcBRIjnQs.cache new file mode 100644 index 0000000..4facff2 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/rX/rXgakxeKiLh2xttQMdhkE4NAx897uVj_dSRcBRIjnQs.cache @@ -0,0 +1 @@ +I"�app/assets/javascripts/cable.js?type=application/javascript&pipeline=self&id=12d31a56184ea66559e0914778d45b5fb3ff8e05fc7a0a12c8234295a468acb0:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/rt/rtN7y0wexqS9aNhSbwvfDoFshneDz79W7gFqMZJ77iI.cache b/tmp/cache/assets/sprockets/v3.0/rt/rtN7y0wexqS9aNhSbwvfDoFshneDz79W7gFqMZJ77iI.cache new file mode 100644 index 0000000..b6927d5 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/rt/rtN7y0wexqS9aNhSbwvfDoFshneDz79W7gFqMZJ77iI.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:///home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activestorage-5.2.1/app/assets/javascripts/activestorage.js;TTF \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/rz/rzYXpCxrnN5efIfN_Qohote5WIYIU-4FM-CndzOtoUc.cache b/tmp/cache/assets/sprockets/v3.0/rz/rzYXpCxrnN5efIfN_Qohote5WIYIU-4FM-CndzOtoUc.cache new file mode 100644 index 0000000..0e86ca0 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/rz/rzYXpCxrnN5efIfN_Qohote5WIYIU-4FM-CndzOtoUc.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:///home/yarmolenko/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/actionview-5.2.1/lib/assets/compiled/rails-ujs.js;TTF \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/s4/s4f3nwFHTQOBOeQjlsdXRXrfHEb1fwMBpKIgg9Xv3aU.cache b/tmp/cache/assets/sprockets/v3.0/s4/s4f3nwFHTQOBOeQjlsdXRXrfHEb1fwMBpKIgg9Xv3aU.cache new file mode 100644 index 0000000..8a348c5 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/s4/s4f3nwFHTQOBOeQjlsdXRXrfHEb1fwMBpKIgg9Xv3aU.cache @@ -0,0 +1 @@ +"%��+~����� D���򫴤�`�T�L�ѹ \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/sS/sScxz-5_2H7wKRMl0oUcyYeM3QzFGXW2zLwz4dLCBKU.cache b/tmp/cache/assets/sprockets/v3.0/sS/sScxz-5_2H7wKRMl0oUcyYeM3QzFGXW2zLwz4dLCBKU.cache new file mode 100644 index 0000000..32ee8b1 Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/sS/sScxz-5_2H7wKRMl0oUcyYeM3QzFGXW2zLwz4dLCBKU.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/sS/sSpvTHpFxX3lBTFsVPKhFYcbovk5OUsLJV55RB2275Q.cache b/tmp/cache/assets/sprockets/v3.0/sS/sSpvTHpFxX3lBTFsVPKhFYcbovk5OUsLJV55RB2275Q.cache new file mode 100644 index 0000000..bab0c6b --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/sS/sSpvTHpFxX3lBTFsVPKhFYcbovk5OUsLJV55RB2275Q.cache @@ -0,0 +1 @@ +I"�app/assets/stylesheets/application.css?type=text/css&pipeline=debug&id=9fb4e37c284c4f87261a4eb88be989905ccdd44ddd8b4ce703cdd155782e00a5:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/sV/sVfs-pub0zEcGYNpcC4m7c1rTKFPx-NeddTD7qGgbXM.cache b/tmp/cache/assets/sprockets/v3.0/sV/sVfs-pub0zEcGYNpcC4m7c1rTKFPx-NeddTD7qGgbXM.cache new file mode 100644 index 0000000..0a37bf5 Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/sV/sVfs-pub0zEcGYNpcC4m7c1rTKFPx-NeddTD7qGgbXM.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/sf/sf87HwfmSMx5QROAmEu18zNJAVzqDeAkk-Z_-_VGMH0.cache b/tmp/cache/assets/sprockets/v3.0/sf/sf87HwfmSMx5QROAmEu18zNJAVzqDeAkk-Z_-_VGMH0.cache new file mode 100644 index 0000000..0b3175e --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/sf/sf87HwfmSMx5QROAmEu18zNJAVzqDeAkk-Z_-_VGMH0.cache @@ -0,0 +1 @@ +I"�app/assets/javascripts/application.js?type=application/javascript&pipeline=debug&id=48d9165c382ad5c228530eefccb62160bc38e61163eba4fc671542dea640a04a:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/so/soZsu-2w4X9qYLQ-_l_yh8PZKA02XkAXrVZlyOJY1Ec.cache b/tmp/cache/assets/sprockets/v3.0/so/soZsu-2w4X9qYLQ-_l_yh8PZKA02XkAXrVZlyOJY1Ec.cache new file mode 100644 index 0000000..6111dd0 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/so/soZsu-2w4X9qYLQ-_l_yh8PZKA02XkAXrVZlyOJY1Ec.cache @@ -0,0 +1 @@ +I"�app/assets/javascripts/application.js?type=application/javascript&pipeline=debug&id=9bdf2d26921406d4470d7f57c09f61cb397dc59222829302729abd36a0ad1575:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/t5/t5GtAtPuyWBqlOKHXisG0jkfHiHMyvnfmS6bw9ft8WY.cache b/tmp/cache/assets/sprockets/v3.0/t5/t5GtAtPuyWBqlOKHXisG0jkfHiHMyvnfmS6bw9ft8WY.cache new file mode 100644 index 0000000..3333264 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/t5/t5GtAtPuyWBqlOKHXisG0jkfHiHMyvnfmS6bw9ft8WY.cache @@ -0,0 +1 @@ +"%݄63&��A��8C�5.�cw�L hy[򤽂��U} \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/to/toJedUb1V9DZOCsNyfaRz1UUYeljKzg7QqihFbbjSAs.cache b/tmp/cache/assets/sprockets/v3.0/to/toJedUb1V9DZOCsNyfaRz1UUYeljKzg7QqihFbbjSAs.cache new file mode 100644 index 0000000..d6ce41b Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/to/toJedUb1V9DZOCsNyfaRz1UUYeljKzg7QqihFbbjSAs.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/u0/u0MqqLFWarcmj05nnFHcRZ5yBuCWtYlhw4NX38w4vcY.cache b/tmp/cache/assets/sprockets/v3.0/u0/u0MqqLFWarcmj05nnFHcRZ5yBuCWtYlhw4NX38w4vcY.cache new file mode 100644 index 0000000..ff9124f --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/u0/u0MqqLFWarcmj05nnFHcRZ5yBuCWtYlhw4NX38w4vcY.cache @@ -0,0 +1 @@ +"%�D�����#+��R=��������@7����|( \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/u6/u6L57WYsiZxqdB6TabM0nljLY8Eu5Ls5i3APslkEkzM.cache b/tmp/cache/assets/sprockets/v3.0/u6/u6L57WYsiZxqdB6TabM0nljLY8Eu5Ls5i3APslkEkzM.cache new file mode 100644 index 0000000..ae72398 Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/u6/u6L57WYsiZxqdB6TabM0nljLY8Eu5Ls5i3APslkEkzM.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/uT/uTRmBo5jM4hUKdMkyfIZVoGD7i9FF74CtH8GbYTolck.cache b/tmp/cache/assets/sprockets/v3.0/uT/uTRmBo5jM4hUKdMkyfIZVoGD7i9FF74CtH8GbYTolck.cache new file mode 100644 index 0000000..9d1ac7f --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/uT/uTRmBo5jM4hUKdMkyfIZVoGD7i9FF74CtH8GbYTolck.cache @@ -0,0 +1,2 @@ +"%3%�e��� �] +���)� ������K7 \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/uX/uX0jSOq2XQAJv-ECchMJfnBEvnF0Vapt_0QpR2J8YJU.cache b/tmp/cache/assets/sprockets/v3.0/uX/uX0jSOq2XQAJv-ECchMJfnBEvnF0Vapt_0QpR2J8YJU.cache new file mode 100644 index 0000000..6e3e20b --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/uX/uX0jSOq2XQAJv-ECchMJfnBEvnF0Vapt_0QpR2J8YJU.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/persons.scss;TTF \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/vc/vcgiILg1wO98x-a4kX678ASAFWA1cL0iVx07VkHLPqA.cache b/tmp/cache/assets/sprockets/v3.0/vc/vcgiILg1wO98x-a4kX678ASAFWA1cL0iVx07VkHLPqA.cache new file mode 100644 index 0000000..32e297b Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/vc/vcgiILg1wO98x-a4kX678ASAFWA1cL0iVx07VkHLPqA.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/vj/vjvHJbqbD8GA0hvzWNZTIm3nnX2PbL6ychQeNqMUDEY.cache b/tmp/cache/assets/sprockets/v3.0/vj/vjvHJbqbD8GA0hvzWNZTIm3nnX2PbL6ychQeNqMUDEY.cache new file mode 100644 index 0000000..527eaf7 Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/vj/vjvHJbqbD8GA0hvzWNZTIm3nnX2PbL6ychQeNqMUDEY.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/w2/w2P4lv0-aHHDcx9NM11fpNLarMnZdSZ3FiyV6QXenKg.cache b/tmp/cache/assets/sprockets/v3.0/w2/w2P4lv0-aHHDcx9NM11fpNLarMnZdSZ3FiyV6QXenKg.cache new file mode 100644 index 0000000..aa2c5b6 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/w2/w2P4lv0-aHHDcx9NM11fpNLarMnZdSZ3FiyV6QXenKg.cache @@ -0,0 +1 @@ +I"�app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=500d6debfc236dda8313b8340dd13d3fdca34de76719357824caab294c4f8144:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/wE/wEh2FM2FfZB5Nomh6GhM1gtUoDjGM8rIouo86AZ9vm8.cache b/tmp/cache/assets/sprockets/v3.0/wE/wEh2FM2FfZB5Nomh6GhM1gtUoDjGM8rIouo86AZ9vm8.cache new file mode 100644 index 0000000..f325134 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/wE/wEh2FM2FfZB5Nomh6GhM1gtUoDjGM8rIouo86AZ9vm8.cache @@ -0,0 +1 @@ +I"�app/assets/stylesheets/users.scss?type=text/css&pipeline=self&id=3ff0782fde36cda13120e77ec83116503bb686646c4dd2794b1fd36035411029:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/wh/wh0cVFBDOUe3y-oNCA8P8828cIGNAY3vYW1OeQxr8AQ.cache b/tmp/cache/assets/sprockets/v3.0/wh/wh0cVFBDOUe3y-oNCA8P8828cIGNAY3vYW1OeQxr8AQ.cache new file mode 100644 index 0000000..d979deb Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/wh/wh0cVFBDOUe3y-oNCA8P8828cIGNAY3vYW1OeQxr8AQ.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/xK/xKaZlzVbz4Ekh3s_5GBzXVgrLKbkHJIh7qUmtx0oHJk.cache b/tmp/cache/assets/sprockets/v3.0/xK/xKaZlzVbz4Ekh3s_5GBzXVgrLKbkHJIh7qUmtx0oHJk.cache new file mode 100644 index 0000000..cb3c01c --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/xK/xKaZlzVbz4Ekh3s_5GBzXVgrLKbkHJIh7qUmtx0oHJk.cache @@ -0,0 +1 @@ +I"�app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=b97a026e38e7f429bc0024223bfc1e6fc0fc24e6cc40f95fcd3080eb271cb977:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/xc/xclYKHOcRoxzhNPFN7mxFFj5bpuZp_LctlZRvVIn6rw.cache b/tmp/cache/assets/sprockets/v3.0/xc/xclYKHOcRoxzhNPFN7mxFFj5bpuZp_LctlZRvVIn6rw.cache new file mode 100644 index 0000000..6cf6b87 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/xc/xclYKHOcRoxzhNPFN7mxFFj5bpuZp_LctlZRvVIn6rw.cache @@ -0,0 +1 @@ +"%�\R��Y�H����?�����T⹪�gi"a \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/xz/xzrfFlc7dITPeCiYkdXTKyCmP8JtgidynZmJI79QCT8.cache b/tmp/cache/assets/sprockets/v3.0/xz/xzrfFlc7dITPeCiYkdXTKyCmP8JtgidynZmJI79QCT8.cache new file mode 100644 index 0000000..5c7e932 Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/xz/xzrfFlc7dITPeCiYkdXTKyCmP8JtgidynZmJI79QCT8.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/yA/yAN_GarKOqwd1StyUazHi491C6XWie2uUPevncfehpU.cache b/tmp/cache/assets/sprockets/v3.0/yA/yAN_GarKOqwd1StyUazHi491C6XWie2uUPevncfehpU.cache new file mode 100644 index 0000000..882c5d0 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/yA/yAN_GarKOqwd1StyUazHi491C6XWie2uUPevncfehpU.cache @@ -0,0 +1 @@ +I"�app/assets/stylesheets/application.css?type=text/css&pipeline=debug&id=e3ddc2c5f093dd2e3d30fab206f2a88b89597d3ffbe729a38abec54b63da71c5:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/yX/yXUKjpT88PiQYPvCLRqzQUPo5sX0LEFyxuJCRfTjXGM.cache b/tmp/cache/assets/sprockets/v3.0/yX/yXUKjpT88PiQYPvCLRqzQUPo5sX0LEFyxuJCRfTjXGM.cache new file mode 100644 index 0000000..ff9124f --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/yX/yXUKjpT88PiQYPvCLRqzQUPo5sX0LEFyxuJCRfTjXGM.cache @@ -0,0 +1 @@ +"%�D�����#+��R=��������@7����|( \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/zD/zD1YTIxzD8tZhvtQfjbM78MRzNOdcOynHwjyc8r2NMs.cache b/tmp/cache/assets/sprockets/v3.0/zD/zD1YTIxzD8tZhvtQfjbM78MRzNOdcOynHwjyc8r2NMs.cache new file mode 100644 index 0000000..06ef9e2 Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/zD/zD1YTIxzD8tZhvtQfjbM78MRzNOdcOynHwjyc8r2NMs.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/za/zaOvcZ0JotFyssoz8xW9W7s1RJVbQ4iOjDgt2w0xhqw.cache b/tmp/cache/assets/sprockets/v3.0/za/zaOvcZ0JotFyssoz8xW9W7s1RJVbQ4iOjDgt2w0xhqw.cache new file mode 100644 index 0000000..8a1f0ac --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/za/zaOvcZ0JotFyssoz8xW9W7s1RJVbQ4iOjDgt2w0xhqw.cache @@ -0,0 +1 @@ +I"�app/assets/javascripts/users.coffee?type=application/javascript&pipeline=self&id=52055b2d9d1d6a9e81a6c09dc7afd2690856cee02849a98e3002e37f96998c99:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/zi/zi9zEEF7Gl8C8MrHc3LpjpEGGhFjP77TpDxll3QiPmw.cache b/tmp/cache/assets/sprockets/v3.0/zi/zi9zEEF7Gl8C8MrHc3LpjpEGGhFjP77TpDxll3QiPmw.cache new file mode 100644 index 0000000..00fe1a3 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/zi/zi9zEEF7Gl8C8MrHc3LpjpEGGhFjP77TpDxll3QiPmw.cache @@ -0,0 +1 @@ +I"�app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=e9fee26a90ce4f70b6a9264c446b92f164390caab93271199f4501c9025d6611:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/zx/zxx1ZU1w7vBMZ9u55QZboVf52UCw3R1I1b3qNc0Nv4Q.cache b/tmp/cache/assets/sprockets/v3.0/zx/zxx1ZU1w7vBMZ9u55QZboVf52UCw3R1I1b3qNc0Nv4Q.cache new file mode 100644 index 0000000..ff9124f --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/zx/zxx1ZU1w7vBMZ9u55QZboVf52UCw3R1I1b3qNc0Nv4Q.cache @@ -0,0 +1 @@ +"%�D�����#+��R=��������@7����|( \ No newline at end of file diff --git a/tmp/cache/bootsnap-compile-cache/00/15ea5ae6c9cc7c b/tmp/cache/bootsnap-compile-cache/00/15ea5ae6c9cc7c new file mode 100644 index 0000000..2ee8b01 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/00/15ea5ae6c9cc7c differ diff --git a/tmp/cache/bootsnap-compile-cache/00/5aa2fbb4d9e022 b/tmp/cache/bootsnap-compile-cache/00/5aa2fbb4d9e022 new file mode 100644 index 0000000..cc961d2 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/00/5aa2fbb4d9e022 differ diff --git a/tmp/cache/bootsnap-compile-cache/00/bc1cfe835e2221 b/tmp/cache/bootsnap-compile-cache/00/bc1cfe835e2221 new file mode 100644 index 0000000..46d9955 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/00/bc1cfe835e2221 differ diff --git a/tmp/cache/bootsnap-compile-cache/00/f90b915baa1575 b/tmp/cache/bootsnap-compile-cache/00/f90b915baa1575 new file mode 100644 index 0000000..4f3734a Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/00/f90b915baa1575 differ diff --git a/tmp/cache/bootsnap-compile-cache/01/1ff5fed54d08b5 b/tmp/cache/bootsnap-compile-cache/01/1ff5fed54d08b5 new file mode 100644 index 0000000..f1570c6 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/01/1ff5fed54d08b5 differ diff --git a/tmp/cache/bootsnap-compile-cache/01/2b0c976dad5edd b/tmp/cache/bootsnap-compile-cache/01/2b0c976dad5edd new file mode 100644 index 0000000..d2ec169 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/01/2b0c976dad5edd differ diff --git a/tmp/cache/bootsnap-compile-cache/01/613a4bfcc7d5a3 b/tmp/cache/bootsnap-compile-cache/01/613a4bfcc7d5a3 new file mode 100644 index 0000000..b001409 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/01/613a4bfcc7d5a3 differ diff --git a/tmp/cache/bootsnap-compile-cache/01/6997e7357d9edf b/tmp/cache/bootsnap-compile-cache/01/6997e7357d9edf new file mode 100644 index 0000000..a708d8e Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/01/6997e7357d9edf differ diff --git a/tmp/cache/bootsnap-compile-cache/01/7816fba5a46dcd b/tmp/cache/bootsnap-compile-cache/01/7816fba5a46dcd new file mode 100644 index 0000000..da4af04 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/01/7816fba5a46dcd differ diff --git a/tmp/cache/bootsnap-compile-cache/01/eb58aceb7c0e6f b/tmp/cache/bootsnap-compile-cache/01/eb58aceb7c0e6f new file mode 100644 index 0000000..2b0aafa Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/01/eb58aceb7c0e6f differ diff --git a/tmp/cache/bootsnap-compile-cache/02/082dfb425785e3 b/tmp/cache/bootsnap-compile-cache/02/082dfb425785e3 new file mode 100644 index 0000000..737d07d Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/02/082dfb425785e3 differ diff --git a/tmp/cache/bootsnap-compile-cache/02/4902bcedbd5d1c b/tmp/cache/bootsnap-compile-cache/02/4902bcedbd5d1c new file mode 100644 index 0000000..dad338d Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/02/4902bcedbd5d1c differ diff --git a/tmp/cache/bootsnap-compile-cache/02/5f73f41c6c9273 b/tmp/cache/bootsnap-compile-cache/02/5f73f41c6c9273 new file mode 100644 index 0000000..a857fd9 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/02/5f73f41c6c9273 differ diff --git a/tmp/cache/bootsnap-compile-cache/02/738b93d4d04723 b/tmp/cache/bootsnap-compile-cache/02/738b93d4d04723 new file mode 100644 index 0000000..d344b70 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/02/738b93d4d04723 differ diff --git a/tmp/cache/bootsnap-compile-cache/02/8517b013517ef0 b/tmp/cache/bootsnap-compile-cache/02/8517b013517ef0 new file mode 100644 index 0000000..6f6a200 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/02/8517b013517ef0 differ diff --git a/tmp/cache/bootsnap-compile-cache/02/89f1b711d0f90a b/tmp/cache/bootsnap-compile-cache/02/89f1b711d0f90a new file mode 100644 index 0000000..dcae55a Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/02/89f1b711d0f90a differ diff --git a/tmp/cache/bootsnap-compile-cache/02/9418790e5f9a5a b/tmp/cache/bootsnap-compile-cache/02/9418790e5f9a5a new file mode 100644 index 0000000..96079b8 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/02/9418790e5f9a5a differ diff --git a/tmp/cache/bootsnap-compile-cache/02/99cc584917b9bd b/tmp/cache/bootsnap-compile-cache/02/99cc584917b9bd new file mode 100644 index 0000000..17b4c1b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/02/99cc584917b9bd differ diff --git a/tmp/cache/bootsnap-compile-cache/02/c9e7ac93c3159d b/tmp/cache/bootsnap-compile-cache/02/c9e7ac93c3159d new file mode 100644 index 0000000..d571b16 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/02/c9e7ac93c3159d differ diff --git a/tmp/cache/bootsnap-compile-cache/03/006f34d986c3da b/tmp/cache/bootsnap-compile-cache/03/006f34d986c3da new file mode 100644 index 0000000..5fcf75b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/03/006f34d986c3da differ diff --git a/tmp/cache/bootsnap-compile-cache/03/0d57c8e788c2e9 b/tmp/cache/bootsnap-compile-cache/03/0d57c8e788c2e9 new file mode 100644 index 0000000..0d6225b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/03/0d57c8e788c2e9 differ diff --git a/tmp/cache/bootsnap-compile-cache/03/4bb3dfd0bf9b12 b/tmp/cache/bootsnap-compile-cache/03/4bb3dfd0bf9b12 new file mode 100644 index 0000000..ab992dc Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/03/4bb3dfd0bf9b12 differ diff --git a/tmp/cache/bootsnap-compile-cache/03/6d8ee6fc7ee14e b/tmp/cache/bootsnap-compile-cache/03/6d8ee6fc7ee14e new file mode 100644 index 0000000..c84ac44 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/03/6d8ee6fc7ee14e differ diff --git a/tmp/cache/bootsnap-compile-cache/04/44b07710aeceb8 b/tmp/cache/bootsnap-compile-cache/04/44b07710aeceb8 new file mode 100644 index 0000000..5a0eb9b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/04/44b07710aeceb8 differ diff --git a/tmp/cache/bootsnap-compile-cache/04/7eff44ebe6b450 b/tmp/cache/bootsnap-compile-cache/04/7eff44ebe6b450 new file mode 100644 index 0000000..898538b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/04/7eff44ebe6b450 differ diff --git a/tmp/cache/bootsnap-compile-cache/04/90221b754f9719 b/tmp/cache/bootsnap-compile-cache/04/90221b754f9719 new file mode 100644 index 0000000..7fa8f93 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/04/90221b754f9719 differ diff --git a/tmp/cache/bootsnap-compile-cache/05/1a069b6b069a25 b/tmp/cache/bootsnap-compile-cache/05/1a069b6b069a25 new file mode 100644 index 0000000..c393c4e Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/05/1a069b6b069a25 differ diff --git a/tmp/cache/bootsnap-compile-cache/05/1bb3d6c6355286 b/tmp/cache/bootsnap-compile-cache/05/1bb3d6c6355286 new file mode 100644 index 0000000..05a59e5 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/05/1bb3d6c6355286 differ diff --git a/tmp/cache/bootsnap-compile-cache/05/4cd33c4fc921df b/tmp/cache/bootsnap-compile-cache/05/4cd33c4fc921df new file mode 100644 index 0000000..2427aa0 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/05/4cd33c4fc921df differ diff --git a/tmp/cache/bootsnap-compile-cache/05/73c697d7e89ec8 b/tmp/cache/bootsnap-compile-cache/05/73c697d7e89ec8 new file mode 100644 index 0000000..ad15606 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/05/73c697d7e89ec8 differ diff --git a/tmp/cache/bootsnap-compile-cache/05/9c933b78aab264 b/tmp/cache/bootsnap-compile-cache/05/9c933b78aab264 new file mode 100644 index 0000000..cf0e8f6 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/05/9c933b78aab264 differ diff --git a/tmp/cache/bootsnap-compile-cache/05/be7bada2920ad3 b/tmp/cache/bootsnap-compile-cache/05/be7bada2920ad3 new file mode 100644 index 0000000..e24981c Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/05/be7bada2920ad3 differ diff --git a/tmp/cache/bootsnap-compile-cache/05/cf022976a449ab b/tmp/cache/bootsnap-compile-cache/05/cf022976a449ab new file mode 100644 index 0000000..43bb890 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/05/cf022976a449ab differ diff --git a/tmp/cache/bootsnap-compile-cache/05/fec7caac799a9c b/tmp/cache/bootsnap-compile-cache/05/fec7caac799a9c new file mode 100644 index 0000000..3079a80 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/05/fec7caac799a9c differ diff --git a/tmp/cache/bootsnap-compile-cache/06/210c97c4c39805 b/tmp/cache/bootsnap-compile-cache/06/210c97c4c39805 new file mode 100644 index 0000000..be75b29 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/06/210c97c4c39805 differ diff --git a/tmp/cache/bootsnap-compile-cache/06/2913aa25a4caa5 b/tmp/cache/bootsnap-compile-cache/06/2913aa25a4caa5 new file mode 100644 index 0000000..99cf89f Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/06/2913aa25a4caa5 differ diff --git a/tmp/cache/bootsnap-compile-cache/06/599197c461a36a b/tmp/cache/bootsnap-compile-cache/06/599197c461a36a new file mode 100644 index 0000000..36ab002 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/06/599197c461a36a differ diff --git a/tmp/cache/bootsnap-compile-cache/06/69bd5b7d118195 b/tmp/cache/bootsnap-compile-cache/06/69bd5b7d118195 new file mode 100644 index 0000000..1d0367c Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/06/69bd5b7d118195 differ diff --git a/tmp/cache/bootsnap-compile-cache/06/6e063ec02ff4af b/tmp/cache/bootsnap-compile-cache/06/6e063ec02ff4af new file mode 100644 index 0000000..5869adb Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/06/6e063ec02ff4af differ diff --git a/tmp/cache/bootsnap-compile-cache/06/83ead8ffd928ce b/tmp/cache/bootsnap-compile-cache/06/83ead8ffd928ce new file mode 100644 index 0000000..c6e5936 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/06/83ead8ffd928ce differ diff --git a/tmp/cache/bootsnap-compile-cache/06/ddd217f4c7a40d b/tmp/cache/bootsnap-compile-cache/06/ddd217f4c7a40d new file mode 100644 index 0000000..db9da3a Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/06/ddd217f4c7a40d differ diff --git a/tmp/cache/bootsnap-compile-cache/07/478f37ef308c09 b/tmp/cache/bootsnap-compile-cache/07/478f37ef308c09 new file mode 100644 index 0000000..d9b1f8c Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/07/478f37ef308c09 differ diff --git a/tmp/cache/bootsnap-compile-cache/07/ac1f734e1265b0 b/tmp/cache/bootsnap-compile-cache/07/ac1f734e1265b0 new file mode 100644 index 0000000..aac5af7 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/07/ac1f734e1265b0 differ diff --git a/tmp/cache/bootsnap-compile-cache/08/063b2e01e144f0 b/tmp/cache/bootsnap-compile-cache/08/063b2e01e144f0 new file mode 100644 index 0000000..6ceab21 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/08/063b2e01e144f0 differ diff --git a/tmp/cache/bootsnap-compile-cache/08/12cfab6336a504 b/tmp/cache/bootsnap-compile-cache/08/12cfab6336a504 new file mode 100644 index 0000000..c3bfbf1 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/08/12cfab6336a504 differ diff --git a/tmp/cache/bootsnap-compile-cache/08/184a5d2bdc63ae b/tmp/cache/bootsnap-compile-cache/08/184a5d2bdc63ae new file mode 100644 index 0000000..baa0618 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/08/184a5d2bdc63ae differ diff --git a/tmp/cache/bootsnap-compile-cache/08/33e5845dcc9608 b/tmp/cache/bootsnap-compile-cache/08/33e5845dcc9608 new file mode 100644 index 0000000..1c83006 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/08/33e5845dcc9608 differ diff --git a/tmp/cache/bootsnap-compile-cache/08/5777948a83dcf3 b/tmp/cache/bootsnap-compile-cache/08/5777948a83dcf3 new file mode 100644 index 0000000..42ed38a Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/08/5777948a83dcf3 differ diff --git a/tmp/cache/bootsnap-compile-cache/08/6c66a866a22737 b/tmp/cache/bootsnap-compile-cache/08/6c66a866a22737 new file mode 100644 index 0000000..efb7bc0 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/08/6c66a866a22737 differ diff --git a/tmp/cache/bootsnap-compile-cache/08/c1ae8b835114ac b/tmp/cache/bootsnap-compile-cache/08/c1ae8b835114ac new file mode 100644 index 0000000..9d6ae60 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/08/c1ae8b835114ac differ diff --git a/tmp/cache/bootsnap-compile-cache/08/e22190991e3355 b/tmp/cache/bootsnap-compile-cache/08/e22190991e3355 new file mode 100644 index 0000000..517e7ee Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/08/e22190991e3355 differ diff --git a/tmp/cache/bootsnap-compile-cache/08/f2d70b495afeb6 b/tmp/cache/bootsnap-compile-cache/08/f2d70b495afeb6 new file mode 100644 index 0000000..6cf01e3 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/08/f2d70b495afeb6 differ diff --git a/tmp/cache/bootsnap-compile-cache/08/f573b11290bdf3 b/tmp/cache/bootsnap-compile-cache/08/f573b11290bdf3 new file mode 100644 index 0000000..9510709 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/08/f573b11290bdf3 differ diff --git a/tmp/cache/bootsnap-compile-cache/09/6a873bc569222e b/tmp/cache/bootsnap-compile-cache/09/6a873bc569222e new file mode 100644 index 0000000..661c3f1 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/09/6a873bc569222e differ diff --git a/tmp/cache/bootsnap-compile-cache/09/83f93f85319ade b/tmp/cache/bootsnap-compile-cache/09/83f93f85319ade new file mode 100644 index 0000000..7c399f3 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/09/83f93f85319ade differ diff --git a/tmp/cache/bootsnap-compile-cache/09/94c474a0bff42e b/tmp/cache/bootsnap-compile-cache/09/94c474a0bff42e new file mode 100644 index 0000000..3600947 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/09/94c474a0bff42e differ diff --git a/tmp/cache/bootsnap-compile-cache/09/ce0fc730e15ce7 b/tmp/cache/bootsnap-compile-cache/09/ce0fc730e15ce7 new file mode 100644 index 0000000..abd13e0 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/09/ce0fc730e15ce7 differ diff --git a/tmp/cache/bootsnap-compile-cache/0a/17aa23421fbcd4 b/tmp/cache/bootsnap-compile-cache/0a/17aa23421fbcd4 new file mode 100644 index 0000000..910363c Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/0a/17aa23421fbcd4 differ diff --git a/tmp/cache/bootsnap-compile-cache/0a/8513e58d23a944 b/tmp/cache/bootsnap-compile-cache/0a/8513e58d23a944 new file mode 100644 index 0000000..78320b3 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/0a/8513e58d23a944 differ diff --git a/tmp/cache/bootsnap-compile-cache/0a/aef9ce9a9b57b9 b/tmp/cache/bootsnap-compile-cache/0a/aef9ce9a9b57b9 new file mode 100644 index 0000000..8f1f980 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/0a/aef9ce9a9b57b9 differ diff --git a/tmp/cache/bootsnap-compile-cache/0a/c83bd9270ff44f b/tmp/cache/bootsnap-compile-cache/0a/c83bd9270ff44f new file mode 100644 index 0000000..cfcdc8b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/0a/c83bd9270ff44f differ diff --git a/tmp/cache/bootsnap-compile-cache/0a/cf189aaeea76fe b/tmp/cache/bootsnap-compile-cache/0a/cf189aaeea76fe new file mode 100644 index 0000000..28ee472 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/0a/cf189aaeea76fe differ diff --git a/tmp/cache/bootsnap-compile-cache/0a/fb81d76c200449 b/tmp/cache/bootsnap-compile-cache/0a/fb81d76c200449 new file mode 100644 index 0000000..00649e5 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/0a/fb81d76c200449 differ diff --git a/tmp/cache/bootsnap-compile-cache/0b/157ce4eb075996 b/tmp/cache/bootsnap-compile-cache/0b/157ce4eb075996 new file mode 100644 index 0000000..fea9413 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/0b/157ce4eb075996 differ diff --git a/tmp/cache/bootsnap-compile-cache/0b/8e87f6e5c9c041 b/tmp/cache/bootsnap-compile-cache/0b/8e87f6e5c9c041 new file mode 100644 index 0000000..9005df1 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/0b/8e87f6e5c9c041 differ diff --git a/tmp/cache/bootsnap-compile-cache/0b/a14a12843ba42f b/tmp/cache/bootsnap-compile-cache/0b/a14a12843ba42f new file mode 100644 index 0000000..cd1dc70 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/0b/a14a12843ba42f differ diff --git a/tmp/cache/bootsnap-compile-cache/0b/a3f8d644c72ac3 b/tmp/cache/bootsnap-compile-cache/0b/a3f8d644c72ac3 new file mode 100644 index 0000000..098ed9a Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/0b/a3f8d644c72ac3 differ diff --git a/tmp/cache/bootsnap-compile-cache/0b/c4f17dc6a5bc1a b/tmp/cache/bootsnap-compile-cache/0b/c4f17dc6a5bc1a new file mode 100644 index 0000000..2c4d652 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/0b/c4f17dc6a5bc1a differ diff --git a/tmp/cache/bootsnap-compile-cache/0b/cb87b2a5206691 b/tmp/cache/bootsnap-compile-cache/0b/cb87b2a5206691 new file mode 100644 index 0000000..39230c4 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/0b/cb87b2a5206691 differ diff --git a/tmp/cache/bootsnap-compile-cache/0b/fce963e0ad2977 b/tmp/cache/bootsnap-compile-cache/0b/fce963e0ad2977 new file mode 100644 index 0000000..4a710ce Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/0b/fce963e0ad2977 differ diff --git a/tmp/cache/bootsnap-compile-cache/0c/11ece6e2b5f818 b/tmp/cache/bootsnap-compile-cache/0c/11ece6e2b5f818 new file mode 100644 index 0000000..921d6e2 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/0c/11ece6e2b5f818 differ diff --git a/tmp/cache/bootsnap-compile-cache/0c/68a61e4b8cc624 b/tmp/cache/bootsnap-compile-cache/0c/68a61e4b8cc624 new file mode 100644 index 0000000..2e6914d Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/0c/68a61e4b8cc624 differ diff --git a/tmp/cache/bootsnap-compile-cache/0c/8265ddce5b840d b/tmp/cache/bootsnap-compile-cache/0c/8265ddce5b840d new file mode 100644 index 0000000..d4f6274 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/0c/8265ddce5b840d differ diff --git a/tmp/cache/bootsnap-compile-cache/0c/8ab7d844ae4181 b/tmp/cache/bootsnap-compile-cache/0c/8ab7d844ae4181 new file mode 100644 index 0000000..9d15f8b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/0c/8ab7d844ae4181 differ diff --git a/tmp/cache/bootsnap-compile-cache/0c/8c48ed2828b3c8 b/tmp/cache/bootsnap-compile-cache/0c/8c48ed2828b3c8 new file mode 100644 index 0000000..3f1ca81 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/0c/8c48ed2828b3c8 differ diff --git a/tmp/cache/bootsnap-compile-cache/0c/a3e314a1914820 b/tmp/cache/bootsnap-compile-cache/0c/a3e314a1914820 new file mode 100644 index 0000000..90b7a6a Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/0c/a3e314a1914820 differ diff --git a/tmp/cache/bootsnap-compile-cache/0c/ae1fa207650e6b b/tmp/cache/bootsnap-compile-cache/0c/ae1fa207650e6b new file mode 100644 index 0000000..e4fe5c5 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/0c/ae1fa207650e6b differ diff --git a/tmp/cache/bootsnap-compile-cache/0c/d767835d0c5b51 b/tmp/cache/bootsnap-compile-cache/0c/d767835d0c5b51 new file mode 100644 index 0000000..689926b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/0c/d767835d0c5b51 differ diff --git a/tmp/cache/bootsnap-compile-cache/0d/aadf9deb965f43 b/tmp/cache/bootsnap-compile-cache/0d/aadf9deb965f43 new file mode 100644 index 0000000..5cbe78c Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/0d/aadf9deb965f43 differ diff --git a/tmp/cache/bootsnap-compile-cache/0d/e6bbc5c5fc4036 b/tmp/cache/bootsnap-compile-cache/0d/e6bbc5c5fc4036 new file mode 100644 index 0000000..81a3532 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/0d/e6bbc5c5fc4036 differ diff --git a/tmp/cache/bootsnap-compile-cache/0d/f18f160d1ff8b7 b/tmp/cache/bootsnap-compile-cache/0d/f18f160d1ff8b7 new file mode 100644 index 0000000..cb63279 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/0d/f18f160d1ff8b7 differ diff --git a/tmp/cache/bootsnap-compile-cache/0e/4197bb94dd8ab7 b/tmp/cache/bootsnap-compile-cache/0e/4197bb94dd8ab7 new file mode 100644 index 0000000..f19fc78 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/0e/4197bb94dd8ab7 differ diff --git a/tmp/cache/bootsnap-compile-cache/0e/4a77a47bf7b00e b/tmp/cache/bootsnap-compile-cache/0e/4a77a47bf7b00e new file mode 100644 index 0000000..f2b4780 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/0e/4a77a47bf7b00e differ diff --git a/tmp/cache/bootsnap-compile-cache/0e/87ba406c5e5df9 b/tmp/cache/bootsnap-compile-cache/0e/87ba406c5e5df9 new file mode 100644 index 0000000..66e790a Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/0e/87ba406c5e5df9 differ diff --git a/tmp/cache/bootsnap-compile-cache/0e/bc17b3cbfd89f7 b/tmp/cache/bootsnap-compile-cache/0e/bc17b3cbfd89f7 new file mode 100644 index 0000000..3d50287 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/0e/bc17b3cbfd89f7 differ diff --git a/tmp/cache/bootsnap-compile-cache/0f/0ee900525a74dc b/tmp/cache/bootsnap-compile-cache/0f/0ee900525a74dc new file mode 100644 index 0000000..fb368c6 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/0f/0ee900525a74dc differ diff --git a/tmp/cache/bootsnap-compile-cache/0f/378a96ac0184c9 b/tmp/cache/bootsnap-compile-cache/0f/378a96ac0184c9 new file mode 100644 index 0000000..7744b3c Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/0f/378a96ac0184c9 differ diff --git a/tmp/cache/bootsnap-compile-cache/0f/4446b24a7ed2ba b/tmp/cache/bootsnap-compile-cache/0f/4446b24a7ed2ba new file mode 100644 index 0000000..ad55762 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/0f/4446b24a7ed2ba differ diff --git a/tmp/cache/bootsnap-compile-cache/0f/6d43efbe45944c b/tmp/cache/bootsnap-compile-cache/0f/6d43efbe45944c new file mode 100644 index 0000000..56e5192 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/0f/6d43efbe45944c differ diff --git a/tmp/cache/bootsnap-compile-cache/0f/a9a5aa32291378 b/tmp/cache/bootsnap-compile-cache/0f/a9a5aa32291378 new file mode 100644 index 0000000..0ab40c9 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/0f/a9a5aa32291378 differ diff --git a/tmp/cache/bootsnap-compile-cache/0f/b995829081f162 b/tmp/cache/bootsnap-compile-cache/0f/b995829081f162 new file mode 100644 index 0000000..ab569d6 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/0f/b995829081f162 differ diff --git a/tmp/cache/bootsnap-compile-cache/0f/d3031f1884997c b/tmp/cache/bootsnap-compile-cache/0f/d3031f1884997c new file mode 100644 index 0000000..a0f1da1 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/0f/d3031f1884997c differ diff --git a/tmp/cache/bootsnap-compile-cache/0f/f23a30e4c613fc b/tmp/cache/bootsnap-compile-cache/0f/f23a30e4c613fc new file mode 100644 index 0000000..36142c4 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/0f/f23a30e4c613fc differ diff --git a/tmp/cache/bootsnap-compile-cache/10/25298e322b48f5 b/tmp/cache/bootsnap-compile-cache/10/25298e322b48f5 new file mode 100644 index 0000000..d1886ef Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/10/25298e322b48f5 differ diff --git a/tmp/cache/bootsnap-compile-cache/10/3af401355dd4d4 b/tmp/cache/bootsnap-compile-cache/10/3af401355dd4d4 new file mode 100644 index 0000000..c454dea Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/10/3af401355dd4d4 differ diff --git a/tmp/cache/bootsnap-compile-cache/10/3ba8dfe74bbae8 b/tmp/cache/bootsnap-compile-cache/10/3ba8dfe74bbae8 new file mode 100644 index 0000000..898c83e Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/10/3ba8dfe74bbae8 differ diff --git a/tmp/cache/bootsnap-compile-cache/10/3d3de6f9391f63 b/tmp/cache/bootsnap-compile-cache/10/3d3de6f9391f63 new file mode 100644 index 0000000..5fd99f2 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/10/3d3de6f9391f63 differ diff --git a/tmp/cache/bootsnap-compile-cache/10/4d60dccc40e73a b/tmp/cache/bootsnap-compile-cache/10/4d60dccc40e73a new file mode 100644 index 0000000..d3dbbe2 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/10/4d60dccc40e73a differ diff --git a/tmp/cache/bootsnap-compile-cache/10/76c98caaf2e66c b/tmp/cache/bootsnap-compile-cache/10/76c98caaf2e66c new file mode 100644 index 0000000..e565957 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/10/76c98caaf2e66c differ diff --git a/tmp/cache/bootsnap-compile-cache/10/82fc60e082eaa5 b/tmp/cache/bootsnap-compile-cache/10/82fc60e082eaa5 new file mode 100644 index 0000000..3b24f0e Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/10/82fc60e082eaa5 differ diff --git a/tmp/cache/bootsnap-compile-cache/10/9fd34ec465bd40 b/tmp/cache/bootsnap-compile-cache/10/9fd34ec465bd40 new file mode 100644 index 0000000..25293d6 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/10/9fd34ec465bd40 differ diff --git a/tmp/cache/bootsnap-compile-cache/10/bb70960e82e887 b/tmp/cache/bootsnap-compile-cache/10/bb70960e82e887 new file mode 100644 index 0000000..17a1e9d Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/10/bb70960e82e887 differ diff --git a/tmp/cache/bootsnap-compile-cache/10/deed871c7edeef b/tmp/cache/bootsnap-compile-cache/10/deed871c7edeef new file mode 100644 index 0000000..703000b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/10/deed871c7edeef differ diff --git a/tmp/cache/bootsnap-compile-cache/11/05c4c60f0bea8c b/tmp/cache/bootsnap-compile-cache/11/05c4c60f0bea8c new file mode 100644 index 0000000..bc87334 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/11/05c4c60f0bea8c differ diff --git a/tmp/cache/bootsnap-compile-cache/11/0ed0197a1dd323 b/tmp/cache/bootsnap-compile-cache/11/0ed0197a1dd323 new file mode 100644 index 0000000..f186bab Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/11/0ed0197a1dd323 differ diff --git a/tmp/cache/bootsnap-compile-cache/11/23ab901b8c903b b/tmp/cache/bootsnap-compile-cache/11/23ab901b8c903b new file mode 100644 index 0000000..ed254b1 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/11/23ab901b8c903b differ diff --git a/tmp/cache/bootsnap-compile-cache/11/5cf9a78e605eaf b/tmp/cache/bootsnap-compile-cache/11/5cf9a78e605eaf new file mode 100644 index 0000000..339558b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/11/5cf9a78e605eaf differ diff --git a/tmp/cache/bootsnap-compile-cache/11/e88163c9b117ec b/tmp/cache/bootsnap-compile-cache/11/e88163c9b117ec new file mode 100644 index 0000000..242924b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/11/e88163c9b117ec differ diff --git a/tmp/cache/bootsnap-compile-cache/11/f8777f32f90d92 b/tmp/cache/bootsnap-compile-cache/11/f8777f32f90d92 new file mode 100644 index 0000000..18fbccb Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/11/f8777f32f90d92 differ diff --git a/tmp/cache/bootsnap-compile-cache/11/fceb0b78993432 b/tmp/cache/bootsnap-compile-cache/11/fceb0b78993432 new file mode 100644 index 0000000..449c507 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/11/fceb0b78993432 differ diff --git a/tmp/cache/bootsnap-compile-cache/12/1e9bd5a848a583 b/tmp/cache/bootsnap-compile-cache/12/1e9bd5a848a583 new file mode 100644 index 0000000..dcd91c4 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/12/1e9bd5a848a583 differ diff --git a/tmp/cache/bootsnap-compile-cache/12/711202547bd78f b/tmp/cache/bootsnap-compile-cache/12/711202547bd78f new file mode 100644 index 0000000..ad828f7 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/12/711202547bd78f differ diff --git a/tmp/cache/bootsnap-compile-cache/12/cb0c0d5bbbfaf2 b/tmp/cache/bootsnap-compile-cache/12/cb0c0d5bbbfaf2 new file mode 100644 index 0000000..d8c182b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/12/cb0c0d5bbbfaf2 differ diff --git a/tmp/cache/bootsnap-compile-cache/12/f522776fa1999b b/tmp/cache/bootsnap-compile-cache/12/f522776fa1999b new file mode 100644 index 0000000..2be79b8 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/12/f522776fa1999b differ diff --git a/tmp/cache/bootsnap-compile-cache/13/22db37b454ee28 b/tmp/cache/bootsnap-compile-cache/13/22db37b454ee28 new file mode 100644 index 0000000..9357511 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/13/22db37b454ee28 differ diff --git a/tmp/cache/bootsnap-compile-cache/13/752df36cf898bf b/tmp/cache/bootsnap-compile-cache/13/752df36cf898bf new file mode 100644 index 0000000..66e4fb0 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/13/752df36cf898bf differ diff --git a/tmp/cache/bootsnap-compile-cache/13/ad37fb4f411523 b/tmp/cache/bootsnap-compile-cache/13/ad37fb4f411523 new file mode 100644 index 0000000..f36ae08 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/13/ad37fb4f411523 differ diff --git a/tmp/cache/bootsnap-compile-cache/13/b721d3d37a5cee b/tmp/cache/bootsnap-compile-cache/13/b721d3d37a5cee new file mode 100644 index 0000000..3304b0c Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/13/b721d3d37a5cee differ diff --git a/tmp/cache/bootsnap-compile-cache/14/453503a670577f b/tmp/cache/bootsnap-compile-cache/14/453503a670577f new file mode 100644 index 0000000..4cef27b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/14/453503a670577f differ diff --git a/tmp/cache/bootsnap-compile-cache/14/4fc9dc57c63f0e b/tmp/cache/bootsnap-compile-cache/14/4fc9dc57c63f0e new file mode 100644 index 0000000..18acefa Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/14/4fc9dc57c63f0e differ diff --git a/tmp/cache/bootsnap-compile-cache/14/55a63c110dc5bf b/tmp/cache/bootsnap-compile-cache/14/55a63c110dc5bf new file mode 100644 index 0000000..2ea29c8 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/14/55a63c110dc5bf differ diff --git a/tmp/cache/bootsnap-compile-cache/14/60ba25d3c96413 b/tmp/cache/bootsnap-compile-cache/14/60ba25d3c96413 new file mode 100644 index 0000000..e095407 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/14/60ba25d3c96413 differ diff --git a/tmp/cache/bootsnap-compile-cache/14/720f56507fb2c8 b/tmp/cache/bootsnap-compile-cache/14/720f56507fb2c8 new file mode 100644 index 0000000..b8c83d7 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/14/720f56507fb2c8 differ diff --git a/tmp/cache/bootsnap-compile-cache/14/8af7afdd2a06ea b/tmp/cache/bootsnap-compile-cache/14/8af7afdd2a06ea new file mode 100644 index 0000000..2300e00 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/14/8af7afdd2a06ea differ diff --git a/tmp/cache/bootsnap-compile-cache/14/8e396779fbc844 b/tmp/cache/bootsnap-compile-cache/14/8e396779fbc844 new file mode 100644 index 0000000..e55463b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/14/8e396779fbc844 differ diff --git a/tmp/cache/bootsnap-compile-cache/14/ca4bc1d854c200 b/tmp/cache/bootsnap-compile-cache/14/ca4bc1d854c200 new file mode 100644 index 0000000..10958c3 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/14/ca4bc1d854c200 differ diff --git a/tmp/cache/bootsnap-compile-cache/14/ef7e7cf3e2aae1 b/tmp/cache/bootsnap-compile-cache/14/ef7e7cf3e2aae1 new file mode 100644 index 0000000..094e333 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/14/ef7e7cf3e2aae1 differ diff --git a/tmp/cache/bootsnap-compile-cache/15/2658524b038a54 b/tmp/cache/bootsnap-compile-cache/15/2658524b038a54 new file mode 100644 index 0000000..4a2d762 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/15/2658524b038a54 differ diff --git a/tmp/cache/bootsnap-compile-cache/15/364836294290fd b/tmp/cache/bootsnap-compile-cache/15/364836294290fd new file mode 100644 index 0000000..a4053e1 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/15/364836294290fd differ diff --git a/tmp/cache/bootsnap-compile-cache/15/3b6974d5f72bc2 b/tmp/cache/bootsnap-compile-cache/15/3b6974d5f72bc2 new file mode 100644 index 0000000..d61486b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/15/3b6974d5f72bc2 differ diff --git a/tmp/cache/bootsnap-compile-cache/15/4c42fd7feb91a3 b/tmp/cache/bootsnap-compile-cache/15/4c42fd7feb91a3 new file mode 100644 index 0000000..b0a1946 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/15/4c42fd7feb91a3 differ diff --git a/tmp/cache/bootsnap-compile-cache/15/66004e4eb06aee b/tmp/cache/bootsnap-compile-cache/15/66004e4eb06aee new file mode 100644 index 0000000..be41b11 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/15/66004e4eb06aee differ diff --git a/tmp/cache/bootsnap-compile-cache/15/774fed53030d7a b/tmp/cache/bootsnap-compile-cache/15/774fed53030d7a new file mode 100644 index 0000000..98c5986 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/15/774fed53030d7a differ diff --git a/tmp/cache/bootsnap-compile-cache/15/91af248c838e08 b/tmp/cache/bootsnap-compile-cache/15/91af248c838e08 new file mode 100644 index 0000000..ed7e8a3 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/15/91af248c838e08 differ diff --git a/tmp/cache/bootsnap-compile-cache/15/995b3fe2b160a6 b/tmp/cache/bootsnap-compile-cache/15/995b3fe2b160a6 new file mode 100644 index 0000000..c9ddc4b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/15/995b3fe2b160a6 differ diff --git a/tmp/cache/bootsnap-compile-cache/15/c74ae565ded245 b/tmp/cache/bootsnap-compile-cache/15/c74ae565ded245 new file mode 100644 index 0000000..923c02f Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/15/c74ae565ded245 differ diff --git a/tmp/cache/bootsnap-compile-cache/15/f491ce7ab7b376 b/tmp/cache/bootsnap-compile-cache/15/f491ce7ab7b376 new file mode 100644 index 0000000..e814168 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/15/f491ce7ab7b376 differ diff --git a/tmp/cache/bootsnap-compile-cache/16/2d90a94a107337 b/tmp/cache/bootsnap-compile-cache/16/2d90a94a107337 new file mode 100644 index 0000000..a245b20 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/16/2d90a94a107337 differ diff --git a/tmp/cache/bootsnap-compile-cache/16/4c1ed7ce1f1468 b/tmp/cache/bootsnap-compile-cache/16/4c1ed7ce1f1468 new file mode 100644 index 0000000..46a6fca Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/16/4c1ed7ce1f1468 differ diff --git a/tmp/cache/bootsnap-compile-cache/16/579b43a255272e b/tmp/cache/bootsnap-compile-cache/16/579b43a255272e new file mode 100644 index 0000000..a027217 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/16/579b43a255272e differ diff --git a/tmp/cache/bootsnap-compile-cache/16/640da86cb9bcc9 b/tmp/cache/bootsnap-compile-cache/16/640da86cb9bcc9 new file mode 100644 index 0000000..d39b85a Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/16/640da86cb9bcc9 differ diff --git a/tmp/cache/bootsnap-compile-cache/16/8fcaaccf523d0a b/tmp/cache/bootsnap-compile-cache/16/8fcaaccf523d0a new file mode 100644 index 0000000..68e447c Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/16/8fcaaccf523d0a differ diff --git a/tmp/cache/bootsnap-compile-cache/16/a52926caf05488 b/tmp/cache/bootsnap-compile-cache/16/a52926caf05488 new file mode 100644 index 0000000..260b41c Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/16/a52926caf05488 differ diff --git a/tmp/cache/bootsnap-compile-cache/16/a65ef4fead533f b/tmp/cache/bootsnap-compile-cache/16/a65ef4fead533f new file mode 100644 index 0000000..536ff7a Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/16/a65ef4fead533f differ diff --git a/tmp/cache/bootsnap-compile-cache/16/b026c038e4095f b/tmp/cache/bootsnap-compile-cache/16/b026c038e4095f new file mode 100644 index 0000000..612d716 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/16/b026c038e4095f differ diff --git a/tmp/cache/bootsnap-compile-cache/16/b33983099e5dc4 b/tmp/cache/bootsnap-compile-cache/16/b33983099e5dc4 new file mode 100644 index 0000000..a766c31 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/16/b33983099e5dc4 differ diff --git a/tmp/cache/bootsnap-compile-cache/16/e1a843883e5755 b/tmp/cache/bootsnap-compile-cache/16/e1a843883e5755 new file mode 100644 index 0000000..91b11c8 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/16/e1a843883e5755 differ diff --git a/tmp/cache/bootsnap-compile-cache/17/4f5ee5bfc97071 b/tmp/cache/bootsnap-compile-cache/17/4f5ee5bfc97071 new file mode 100644 index 0000000..fe35afb Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/17/4f5ee5bfc97071 differ diff --git a/tmp/cache/bootsnap-compile-cache/17/65ec42ce02064e b/tmp/cache/bootsnap-compile-cache/17/65ec42ce02064e new file mode 100644 index 0000000..4aedde9 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/17/65ec42ce02064e differ diff --git a/tmp/cache/bootsnap-compile-cache/17/663f8b9bcb28f0 b/tmp/cache/bootsnap-compile-cache/17/663f8b9bcb28f0 new file mode 100644 index 0000000..c861eda Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/17/663f8b9bcb28f0 differ diff --git a/tmp/cache/bootsnap-compile-cache/17/6f5ed3f6929a6a b/tmp/cache/bootsnap-compile-cache/17/6f5ed3f6929a6a new file mode 100644 index 0000000..1bdc15d Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/17/6f5ed3f6929a6a differ diff --git a/tmp/cache/bootsnap-compile-cache/17/7206cf92b547cf b/tmp/cache/bootsnap-compile-cache/17/7206cf92b547cf new file mode 100644 index 0000000..3565cbf Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/17/7206cf92b547cf differ diff --git a/tmp/cache/bootsnap-compile-cache/18/12a463e57161f3 b/tmp/cache/bootsnap-compile-cache/18/12a463e57161f3 new file mode 100644 index 0000000..8b65067 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/18/12a463e57161f3 differ diff --git a/tmp/cache/bootsnap-compile-cache/18/389cf63c8d1b91 b/tmp/cache/bootsnap-compile-cache/18/389cf63c8d1b91 new file mode 100644 index 0000000..1848612 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/18/389cf63c8d1b91 differ diff --git a/tmp/cache/bootsnap-compile-cache/18/88baa6fc9c8550 b/tmp/cache/bootsnap-compile-cache/18/88baa6fc9c8550 new file mode 100644 index 0000000..92f5ad6 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/18/88baa6fc9c8550 differ diff --git a/tmp/cache/bootsnap-compile-cache/18/a8b94a6fafbfa2 b/tmp/cache/bootsnap-compile-cache/18/a8b94a6fafbfa2 new file mode 100644 index 0000000..5250511 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/18/a8b94a6fafbfa2 differ diff --git a/tmp/cache/bootsnap-compile-cache/18/b01ec47f627366 b/tmp/cache/bootsnap-compile-cache/18/b01ec47f627366 new file mode 100644 index 0000000..3bd7886 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/18/b01ec47f627366 differ diff --git a/tmp/cache/bootsnap-compile-cache/18/deb2ce8932c02f b/tmp/cache/bootsnap-compile-cache/18/deb2ce8932c02f new file mode 100644 index 0000000..4c883bf Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/18/deb2ce8932c02f differ diff --git a/tmp/cache/bootsnap-compile-cache/18/eaa26ee25939a8 b/tmp/cache/bootsnap-compile-cache/18/eaa26ee25939a8 new file mode 100644 index 0000000..87744d1 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/18/eaa26ee25939a8 differ diff --git a/tmp/cache/bootsnap-compile-cache/19/3c8fd6e0e3b149 b/tmp/cache/bootsnap-compile-cache/19/3c8fd6e0e3b149 new file mode 100644 index 0000000..647286f Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/19/3c8fd6e0e3b149 differ diff --git a/tmp/cache/bootsnap-compile-cache/19/5f09d246042908 b/tmp/cache/bootsnap-compile-cache/19/5f09d246042908 new file mode 100644 index 0000000..8512692 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/19/5f09d246042908 differ diff --git a/tmp/cache/bootsnap-compile-cache/19/cad318e78f7ade b/tmp/cache/bootsnap-compile-cache/19/cad318e78f7ade new file mode 100644 index 0000000..49ae742 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/19/cad318e78f7ade differ diff --git a/tmp/cache/bootsnap-compile-cache/19/e784e35a4d5f6c b/tmp/cache/bootsnap-compile-cache/19/e784e35a4d5f6c new file mode 100644 index 0000000..5153933 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/19/e784e35a4d5f6c differ diff --git a/tmp/cache/bootsnap-compile-cache/1a/0c97ec653caa23 b/tmp/cache/bootsnap-compile-cache/1a/0c97ec653caa23 new file mode 100644 index 0000000..1ed2076 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/1a/0c97ec653caa23 differ diff --git a/tmp/cache/bootsnap-compile-cache/1a/1f475aabf65229 b/tmp/cache/bootsnap-compile-cache/1a/1f475aabf65229 new file mode 100644 index 0000000..fecebdf Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/1a/1f475aabf65229 differ diff --git a/tmp/cache/bootsnap-compile-cache/1a/264bba58fc28bc b/tmp/cache/bootsnap-compile-cache/1a/264bba58fc28bc new file mode 100644 index 0000000..96795ce Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/1a/264bba58fc28bc differ diff --git a/tmp/cache/bootsnap-compile-cache/1a/416e0a9a9974a2 b/tmp/cache/bootsnap-compile-cache/1a/416e0a9a9974a2 new file mode 100644 index 0000000..1054519 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/1a/416e0a9a9974a2 differ diff --git a/tmp/cache/bootsnap-compile-cache/1a/422b341b70187f b/tmp/cache/bootsnap-compile-cache/1a/422b341b70187f new file mode 100644 index 0000000..5a2feb7 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/1a/422b341b70187f differ diff --git a/tmp/cache/bootsnap-compile-cache/1a/9296c813bfa5fa b/tmp/cache/bootsnap-compile-cache/1a/9296c813bfa5fa new file mode 100644 index 0000000..11c24dc Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/1a/9296c813bfa5fa differ diff --git a/tmp/cache/bootsnap-compile-cache/1a/afc52c2812aa74 b/tmp/cache/bootsnap-compile-cache/1a/afc52c2812aa74 new file mode 100644 index 0000000..881f3f7 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/1a/afc52c2812aa74 differ diff --git a/tmp/cache/bootsnap-compile-cache/1a/c28b416e332626 b/tmp/cache/bootsnap-compile-cache/1a/c28b416e332626 new file mode 100644 index 0000000..8dd7a2b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/1a/c28b416e332626 differ diff --git a/tmp/cache/bootsnap-compile-cache/1a/c4d2d9c3715488 b/tmp/cache/bootsnap-compile-cache/1a/c4d2d9c3715488 new file mode 100644 index 0000000..59f9cda Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/1a/c4d2d9c3715488 differ diff --git a/tmp/cache/bootsnap-compile-cache/1a/eaf0389d752b27 b/tmp/cache/bootsnap-compile-cache/1a/eaf0389d752b27 new file mode 100644 index 0000000..dfb680b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/1a/eaf0389d752b27 differ diff --git a/tmp/cache/bootsnap-compile-cache/1b/059ba19ff749a2 b/tmp/cache/bootsnap-compile-cache/1b/059ba19ff749a2 new file mode 100644 index 0000000..0b1a237 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/1b/059ba19ff749a2 differ diff --git a/tmp/cache/bootsnap-compile-cache/1b/5bbdf24c4f5d23 b/tmp/cache/bootsnap-compile-cache/1b/5bbdf24c4f5d23 new file mode 100644 index 0000000..4259c86 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/1b/5bbdf24c4f5d23 differ diff --git a/tmp/cache/bootsnap-compile-cache/1b/8e8f81fc419c36 b/tmp/cache/bootsnap-compile-cache/1b/8e8f81fc419c36 new file mode 100644 index 0000000..9a2c079 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/1b/8e8f81fc419c36 differ diff --git a/tmp/cache/bootsnap-compile-cache/1b/be322aa8004e18 b/tmp/cache/bootsnap-compile-cache/1b/be322aa8004e18 new file mode 100644 index 0000000..b9683c0 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/1b/be322aa8004e18 differ diff --git a/tmp/cache/bootsnap-compile-cache/1b/bf52d65e5424e1 b/tmp/cache/bootsnap-compile-cache/1b/bf52d65e5424e1 new file mode 100644 index 0000000..18dbd05 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/1b/bf52d65e5424e1 differ diff --git a/tmp/cache/bootsnap-compile-cache/1b/bface3121ad0e4 b/tmp/cache/bootsnap-compile-cache/1b/bface3121ad0e4 new file mode 100644 index 0000000..16a7320 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/1b/bface3121ad0e4 differ diff --git a/tmp/cache/bootsnap-compile-cache/1c/4183bfc4e429e9 b/tmp/cache/bootsnap-compile-cache/1c/4183bfc4e429e9 new file mode 100644 index 0000000..fd508f5 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/1c/4183bfc4e429e9 differ diff --git a/tmp/cache/bootsnap-compile-cache/1c/7dc9dd7915700d b/tmp/cache/bootsnap-compile-cache/1c/7dc9dd7915700d new file mode 100644 index 0000000..ea9823b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/1c/7dc9dd7915700d differ diff --git a/tmp/cache/bootsnap-compile-cache/1c/d934b13598a5d9 b/tmp/cache/bootsnap-compile-cache/1c/d934b13598a5d9 new file mode 100644 index 0000000..6fec459 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/1c/d934b13598a5d9 differ diff --git a/tmp/cache/bootsnap-compile-cache/1d/0ac1dab8f0f1ef b/tmp/cache/bootsnap-compile-cache/1d/0ac1dab8f0f1ef new file mode 100644 index 0000000..f9f584f Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/1d/0ac1dab8f0f1ef differ diff --git a/tmp/cache/bootsnap-compile-cache/1d/82e7f4dbce8a95 b/tmp/cache/bootsnap-compile-cache/1d/82e7f4dbce8a95 new file mode 100644 index 0000000..5aeb741 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/1d/82e7f4dbce8a95 differ diff --git a/tmp/cache/bootsnap-compile-cache/1d/beb02190760606 b/tmp/cache/bootsnap-compile-cache/1d/beb02190760606 new file mode 100644 index 0000000..16068a7 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/1d/beb02190760606 differ diff --git a/tmp/cache/bootsnap-compile-cache/1e/0ec00665a33351 b/tmp/cache/bootsnap-compile-cache/1e/0ec00665a33351 new file mode 100644 index 0000000..042c14f Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/1e/0ec00665a33351 differ diff --git a/tmp/cache/bootsnap-compile-cache/1e/1cc2c7fc13311d b/tmp/cache/bootsnap-compile-cache/1e/1cc2c7fc13311d new file mode 100644 index 0000000..dd3fb4d Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/1e/1cc2c7fc13311d differ diff --git a/tmp/cache/bootsnap-compile-cache/1e/2e8826b9a2bfbf b/tmp/cache/bootsnap-compile-cache/1e/2e8826b9a2bfbf new file mode 100644 index 0000000..dc85caa Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/1e/2e8826b9a2bfbf differ diff --git a/tmp/cache/bootsnap-compile-cache/1e/3d86fdb24d6cf8 b/tmp/cache/bootsnap-compile-cache/1e/3d86fdb24d6cf8 new file mode 100644 index 0000000..d805462 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/1e/3d86fdb24d6cf8 differ diff --git a/tmp/cache/bootsnap-compile-cache/1e/404d9ee9d6dbf4 b/tmp/cache/bootsnap-compile-cache/1e/404d9ee9d6dbf4 new file mode 100644 index 0000000..09eb8c6 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/1e/404d9ee9d6dbf4 differ diff --git a/tmp/cache/bootsnap-compile-cache/1e/43f8f402d3510e b/tmp/cache/bootsnap-compile-cache/1e/43f8f402d3510e new file mode 100644 index 0000000..c5a97b2 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/1e/43f8f402d3510e differ diff --git a/tmp/cache/bootsnap-compile-cache/1e/4a63eb744622e2 b/tmp/cache/bootsnap-compile-cache/1e/4a63eb744622e2 new file mode 100644 index 0000000..b3fc29a Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/1e/4a63eb744622e2 differ diff --git a/tmp/cache/bootsnap-compile-cache/1e/55dc4b13fc966d b/tmp/cache/bootsnap-compile-cache/1e/55dc4b13fc966d new file mode 100644 index 0000000..c2a598b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/1e/55dc4b13fc966d differ diff --git a/tmp/cache/bootsnap-compile-cache/1e/87f2f6a8cf4de8 b/tmp/cache/bootsnap-compile-cache/1e/87f2f6a8cf4de8 new file mode 100644 index 0000000..fed431d Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/1e/87f2f6a8cf4de8 differ diff --git a/tmp/cache/bootsnap-compile-cache/1e/a89a2618d8c477 b/tmp/cache/bootsnap-compile-cache/1e/a89a2618d8c477 new file mode 100644 index 0000000..409b791 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/1e/a89a2618d8c477 differ diff --git a/tmp/cache/bootsnap-compile-cache/1e/dc9ab8a71a7063 b/tmp/cache/bootsnap-compile-cache/1e/dc9ab8a71a7063 new file mode 100644 index 0000000..5c8cb86 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/1e/dc9ab8a71a7063 differ diff --git a/tmp/cache/bootsnap-compile-cache/1f/194101f30c83f0 b/tmp/cache/bootsnap-compile-cache/1f/194101f30c83f0 new file mode 100644 index 0000000..3957402 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/1f/194101f30c83f0 differ diff --git a/tmp/cache/bootsnap-compile-cache/1f/1dbfea0d565988 b/tmp/cache/bootsnap-compile-cache/1f/1dbfea0d565988 new file mode 100644 index 0000000..7d8aee7 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/1f/1dbfea0d565988 differ diff --git a/tmp/cache/bootsnap-compile-cache/1f/2603525a75ffd1 b/tmp/cache/bootsnap-compile-cache/1f/2603525a75ffd1 new file mode 100644 index 0000000..cf32230 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/1f/2603525a75ffd1 differ diff --git a/tmp/cache/bootsnap-compile-cache/1f/3c26ed427b8710 b/tmp/cache/bootsnap-compile-cache/1f/3c26ed427b8710 new file mode 100644 index 0000000..15475ed Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/1f/3c26ed427b8710 differ diff --git a/tmp/cache/bootsnap-compile-cache/1f/a518bc8883beaa b/tmp/cache/bootsnap-compile-cache/1f/a518bc8883beaa new file mode 100644 index 0000000..78e6957 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/1f/a518bc8883beaa differ diff --git a/tmp/cache/bootsnap-compile-cache/1f/c23e6c2c1ab719 b/tmp/cache/bootsnap-compile-cache/1f/c23e6c2c1ab719 new file mode 100644 index 0000000..c965ac4 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/1f/c23e6c2c1ab719 differ diff --git a/tmp/cache/bootsnap-compile-cache/1f/c30b4e6e43084f b/tmp/cache/bootsnap-compile-cache/1f/c30b4e6e43084f new file mode 100644 index 0000000..37dcd15 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/1f/c30b4e6e43084f differ diff --git a/tmp/cache/bootsnap-compile-cache/1f/cb9f12a7f3cff0 b/tmp/cache/bootsnap-compile-cache/1f/cb9f12a7f3cff0 new file mode 100644 index 0000000..d32cabd Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/1f/cb9f12a7f3cff0 differ diff --git a/tmp/cache/bootsnap-compile-cache/1f/e2803e90742f7c b/tmp/cache/bootsnap-compile-cache/1f/e2803e90742f7c new file mode 100644 index 0000000..9186c51 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/1f/e2803e90742f7c differ diff --git a/tmp/cache/bootsnap-compile-cache/20/0edf3977bf610f b/tmp/cache/bootsnap-compile-cache/20/0edf3977bf610f new file mode 100644 index 0000000..b149ae5 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/20/0edf3977bf610f differ diff --git a/tmp/cache/bootsnap-compile-cache/20/247b5031ee2f70 b/tmp/cache/bootsnap-compile-cache/20/247b5031ee2f70 new file mode 100644 index 0000000..e8ba337 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/20/247b5031ee2f70 differ diff --git a/tmp/cache/bootsnap-compile-cache/20/87f895625534aa b/tmp/cache/bootsnap-compile-cache/20/87f895625534aa new file mode 100644 index 0000000..b080ee3 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/20/87f895625534aa differ diff --git a/tmp/cache/bootsnap-compile-cache/20/93b850f03a6f7c b/tmp/cache/bootsnap-compile-cache/20/93b850f03a6f7c new file mode 100644 index 0000000..4ea984d Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/20/93b850f03a6f7c differ diff --git a/tmp/cache/bootsnap-compile-cache/20/ac5bcb1bb0e8e4 b/tmp/cache/bootsnap-compile-cache/20/ac5bcb1bb0e8e4 new file mode 100644 index 0000000..60aca7f Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/20/ac5bcb1bb0e8e4 differ diff --git a/tmp/cache/bootsnap-compile-cache/20/b1463171efbeea b/tmp/cache/bootsnap-compile-cache/20/b1463171efbeea new file mode 100644 index 0000000..80c4cf0 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/20/b1463171efbeea differ diff --git a/tmp/cache/bootsnap-compile-cache/20/bed9b06f7707d3 b/tmp/cache/bootsnap-compile-cache/20/bed9b06f7707d3 new file mode 100644 index 0000000..bd9db46 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/20/bed9b06f7707d3 differ diff --git a/tmp/cache/bootsnap-compile-cache/20/e1566ace8b0e5d b/tmp/cache/bootsnap-compile-cache/20/e1566ace8b0e5d new file mode 100644 index 0000000..4259169 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/20/e1566ace8b0e5d differ diff --git a/tmp/cache/bootsnap-compile-cache/20/e94be3e21cb082 b/tmp/cache/bootsnap-compile-cache/20/e94be3e21cb082 new file mode 100644 index 0000000..9925ab0 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/20/e94be3e21cb082 differ diff --git a/tmp/cache/bootsnap-compile-cache/20/efd61f4b5a9298 b/tmp/cache/bootsnap-compile-cache/20/efd61f4b5a9298 new file mode 100644 index 0000000..ed64437 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/20/efd61f4b5a9298 differ diff --git a/tmp/cache/bootsnap-compile-cache/20/f969213ddb72ce b/tmp/cache/bootsnap-compile-cache/20/f969213ddb72ce new file mode 100644 index 0000000..e9469f5 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/20/f969213ddb72ce differ diff --git a/tmp/cache/bootsnap-compile-cache/21/320052edc2bf38 b/tmp/cache/bootsnap-compile-cache/21/320052edc2bf38 new file mode 100644 index 0000000..72c1bc4 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/21/320052edc2bf38 differ diff --git a/tmp/cache/bootsnap-compile-cache/21/34df8aab95673e b/tmp/cache/bootsnap-compile-cache/21/34df8aab95673e new file mode 100644 index 0000000..23c518a Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/21/34df8aab95673e differ diff --git a/tmp/cache/bootsnap-compile-cache/21/725e6a525c346c b/tmp/cache/bootsnap-compile-cache/21/725e6a525c346c new file mode 100644 index 0000000..2f7b717 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/21/725e6a525c346c differ diff --git a/tmp/cache/bootsnap-compile-cache/21/8b673abe4dd7de b/tmp/cache/bootsnap-compile-cache/21/8b673abe4dd7de new file mode 100644 index 0000000..0d85d53 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/21/8b673abe4dd7de differ diff --git a/tmp/cache/bootsnap-compile-cache/21/a2cdf1067231a7 b/tmp/cache/bootsnap-compile-cache/21/a2cdf1067231a7 new file mode 100644 index 0000000..d94771d Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/21/a2cdf1067231a7 differ diff --git a/tmp/cache/bootsnap-compile-cache/21/ad69b3cea9e905 b/tmp/cache/bootsnap-compile-cache/21/ad69b3cea9e905 new file mode 100644 index 0000000..64c7b73 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/21/ad69b3cea9e905 differ diff --git a/tmp/cache/bootsnap-compile-cache/21/c8078fea27ae04 b/tmp/cache/bootsnap-compile-cache/21/c8078fea27ae04 new file mode 100644 index 0000000..8f7959b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/21/c8078fea27ae04 differ diff --git a/tmp/cache/bootsnap-compile-cache/21/ef6da1852cdfb8 b/tmp/cache/bootsnap-compile-cache/21/ef6da1852cdfb8 new file mode 100644 index 0000000..3c2050e Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/21/ef6da1852cdfb8 differ diff --git a/tmp/cache/bootsnap-compile-cache/22/2b817e0df322bf b/tmp/cache/bootsnap-compile-cache/22/2b817e0df322bf new file mode 100644 index 0000000..350f7e9 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/22/2b817e0df322bf differ diff --git a/tmp/cache/bootsnap-compile-cache/22/5c1535d05eef20 b/tmp/cache/bootsnap-compile-cache/22/5c1535d05eef20 new file mode 100644 index 0000000..1085a5d Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/22/5c1535d05eef20 differ diff --git a/tmp/cache/bootsnap-compile-cache/22/6a46efc771f074 b/tmp/cache/bootsnap-compile-cache/22/6a46efc771f074 new file mode 100644 index 0000000..80c1a3f Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/22/6a46efc771f074 differ diff --git a/tmp/cache/bootsnap-compile-cache/22/6fc5dae0c73356 b/tmp/cache/bootsnap-compile-cache/22/6fc5dae0c73356 new file mode 100644 index 0000000..2090fe8 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/22/6fc5dae0c73356 differ diff --git a/tmp/cache/bootsnap-compile-cache/22/8fa25fdb9654f9 b/tmp/cache/bootsnap-compile-cache/22/8fa25fdb9654f9 new file mode 100644 index 0000000..537c1c4 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/22/8fa25fdb9654f9 differ diff --git a/tmp/cache/bootsnap-compile-cache/22/a02fdfe83a0e9e b/tmp/cache/bootsnap-compile-cache/22/a02fdfe83a0e9e new file mode 100644 index 0000000..5db5750 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/22/a02fdfe83a0e9e differ diff --git a/tmp/cache/bootsnap-compile-cache/22/cf74f008867b87 b/tmp/cache/bootsnap-compile-cache/22/cf74f008867b87 new file mode 100644 index 0000000..bbb554b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/22/cf74f008867b87 differ diff --git a/tmp/cache/bootsnap-compile-cache/22/faaad3f9094e4f b/tmp/cache/bootsnap-compile-cache/22/faaad3f9094e4f new file mode 100644 index 0000000..cf30205 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/22/faaad3f9094e4f differ diff --git a/tmp/cache/bootsnap-compile-cache/23/2b4f0baf732dfd b/tmp/cache/bootsnap-compile-cache/23/2b4f0baf732dfd new file mode 100644 index 0000000..3705e13 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/23/2b4f0baf732dfd differ diff --git a/tmp/cache/bootsnap-compile-cache/23/567bc1c2d1574f b/tmp/cache/bootsnap-compile-cache/23/567bc1c2d1574f new file mode 100644 index 0000000..aedb87f Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/23/567bc1c2d1574f differ diff --git a/tmp/cache/bootsnap-compile-cache/23/75f55f7ef16ca4 b/tmp/cache/bootsnap-compile-cache/23/75f55f7ef16ca4 new file mode 100644 index 0000000..655a69e Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/23/75f55f7ef16ca4 differ diff --git a/tmp/cache/bootsnap-compile-cache/23/79abae120f82b2 b/tmp/cache/bootsnap-compile-cache/23/79abae120f82b2 new file mode 100644 index 0000000..2b4408d Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/23/79abae120f82b2 differ diff --git a/tmp/cache/bootsnap-compile-cache/23/9377d2c1f53320 b/tmp/cache/bootsnap-compile-cache/23/9377d2c1f53320 new file mode 100644 index 0000000..2e3ce49 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/23/9377d2c1f53320 differ diff --git a/tmp/cache/bootsnap-compile-cache/23/c03c60267c371f b/tmp/cache/bootsnap-compile-cache/23/c03c60267c371f new file mode 100644 index 0000000..9a04794 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/23/c03c60267c371f differ diff --git a/tmp/cache/bootsnap-compile-cache/24/39966133795de9 b/tmp/cache/bootsnap-compile-cache/24/39966133795de9 new file mode 100644 index 0000000..851f89a Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/24/39966133795de9 differ diff --git a/tmp/cache/bootsnap-compile-cache/24/4d1668cf04ae3f b/tmp/cache/bootsnap-compile-cache/24/4d1668cf04ae3f new file mode 100644 index 0000000..996c588 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/24/4d1668cf04ae3f differ diff --git a/tmp/cache/bootsnap-compile-cache/24/61761886d80083 b/tmp/cache/bootsnap-compile-cache/24/61761886d80083 new file mode 100644 index 0000000..9b00437 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/24/61761886d80083 differ diff --git a/tmp/cache/bootsnap-compile-cache/24/61ea46fea54bf9 b/tmp/cache/bootsnap-compile-cache/24/61ea46fea54bf9 new file mode 100644 index 0000000..2adcc9c Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/24/61ea46fea54bf9 differ diff --git a/tmp/cache/bootsnap-compile-cache/24/abd0cf8465be64 b/tmp/cache/bootsnap-compile-cache/24/abd0cf8465be64 new file mode 100644 index 0000000..4e11bd4 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/24/abd0cf8465be64 differ diff --git a/tmp/cache/bootsnap-compile-cache/24/d63ff9e1c80c36 b/tmp/cache/bootsnap-compile-cache/24/d63ff9e1c80c36 new file mode 100644 index 0000000..5d512e9 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/24/d63ff9e1c80c36 differ diff --git a/tmp/cache/bootsnap-compile-cache/25/0d2976c2618abe b/tmp/cache/bootsnap-compile-cache/25/0d2976c2618abe new file mode 100644 index 0000000..85c603f Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/25/0d2976c2618abe differ diff --git a/tmp/cache/bootsnap-compile-cache/25/8b78d71e2539a7 b/tmp/cache/bootsnap-compile-cache/25/8b78d71e2539a7 new file mode 100644 index 0000000..3c14130 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/25/8b78d71e2539a7 differ diff --git a/tmp/cache/bootsnap-compile-cache/25/e742936c19fba9 b/tmp/cache/bootsnap-compile-cache/25/e742936c19fba9 new file mode 100644 index 0000000..b78ac91 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/25/e742936c19fba9 differ diff --git a/tmp/cache/bootsnap-compile-cache/26/0ad422ceff0aaf b/tmp/cache/bootsnap-compile-cache/26/0ad422ceff0aaf new file mode 100644 index 0000000..f2322d8 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/26/0ad422ceff0aaf differ diff --git a/tmp/cache/bootsnap-compile-cache/26/29c21fa1fa8081 b/tmp/cache/bootsnap-compile-cache/26/29c21fa1fa8081 new file mode 100644 index 0000000..e53f8d6 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/26/29c21fa1fa8081 differ diff --git a/tmp/cache/bootsnap-compile-cache/26/6ae6db6d6a456c b/tmp/cache/bootsnap-compile-cache/26/6ae6db6d6a456c new file mode 100644 index 0000000..caf0a0b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/26/6ae6db6d6a456c differ diff --git a/tmp/cache/bootsnap-compile-cache/26/8b5542e4a18981 b/tmp/cache/bootsnap-compile-cache/26/8b5542e4a18981 new file mode 100644 index 0000000..0794bf6 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/26/8b5542e4a18981 differ diff --git a/tmp/cache/bootsnap-compile-cache/26/8c1c4b47a8bd19 b/tmp/cache/bootsnap-compile-cache/26/8c1c4b47a8bd19 new file mode 100644 index 0000000..0945199 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/26/8c1c4b47a8bd19 differ diff --git a/tmp/cache/bootsnap-compile-cache/26/c515dc64ae8ad7 b/tmp/cache/bootsnap-compile-cache/26/c515dc64ae8ad7 new file mode 100644 index 0000000..753f855 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/26/c515dc64ae8ad7 differ diff --git a/tmp/cache/bootsnap-compile-cache/26/dbfad7714dde6b b/tmp/cache/bootsnap-compile-cache/26/dbfad7714dde6b new file mode 100644 index 0000000..0af536d Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/26/dbfad7714dde6b differ diff --git a/tmp/cache/bootsnap-compile-cache/26/e4ba914e482dbb b/tmp/cache/bootsnap-compile-cache/26/e4ba914e482dbb new file mode 100644 index 0000000..041759f Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/26/e4ba914e482dbb differ diff --git a/tmp/cache/bootsnap-compile-cache/26/fe82a66266f040 b/tmp/cache/bootsnap-compile-cache/26/fe82a66266f040 new file mode 100644 index 0000000..dd466a8 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/26/fe82a66266f040 differ diff --git a/tmp/cache/bootsnap-compile-cache/27/0a7ecd9262fa9a b/tmp/cache/bootsnap-compile-cache/27/0a7ecd9262fa9a new file mode 100644 index 0000000..3ef005e Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/27/0a7ecd9262fa9a differ diff --git a/tmp/cache/bootsnap-compile-cache/27/1f12de1b54e095 b/tmp/cache/bootsnap-compile-cache/27/1f12de1b54e095 new file mode 100644 index 0000000..9552881 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/27/1f12de1b54e095 differ diff --git a/tmp/cache/bootsnap-compile-cache/27/6aa553df03380b b/tmp/cache/bootsnap-compile-cache/27/6aa553df03380b new file mode 100644 index 0000000..d1a7146 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/27/6aa553df03380b differ diff --git a/tmp/cache/bootsnap-compile-cache/27/a11e6cb920754a b/tmp/cache/bootsnap-compile-cache/27/a11e6cb920754a new file mode 100644 index 0000000..ce0b5fa Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/27/a11e6cb920754a differ diff --git a/tmp/cache/bootsnap-compile-cache/27/c1629c9063ca2b b/tmp/cache/bootsnap-compile-cache/27/c1629c9063ca2b new file mode 100644 index 0000000..e933eab Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/27/c1629c9063ca2b differ diff --git a/tmp/cache/bootsnap-compile-cache/27/ef2553efbfc4fc b/tmp/cache/bootsnap-compile-cache/27/ef2553efbfc4fc new file mode 100644 index 0000000..04cbc65 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/27/ef2553efbfc4fc differ diff --git a/tmp/cache/bootsnap-compile-cache/28/0aa7834224419c b/tmp/cache/bootsnap-compile-cache/28/0aa7834224419c new file mode 100644 index 0000000..2eeb657 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/28/0aa7834224419c differ diff --git a/tmp/cache/bootsnap-compile-cache/28/0ce5045b94f846 b/tmp/cache/bootsnap-compile-cache/28/0ce5045b94f846 new file mode 100644 index 0000000..f70bc1c Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/28/0ce5045b94f846 differ diff --git a/tmp/cache/bootsnap-compile-cache/28/a70e777df80c6f b/tmp/cache/bootsnap-compile-cache/28/a70e777df80c6f new file mode 100644 index 0000000..03279ff Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/28/a70e777df80c6f differ diff --git a/tmp/cache/bootsnap-compile-cache/28/b733c9aa84319b b/tmp/cache/bootsnap-compile-cache/28/b733c9aa84319b new file mode 100644 index 0000000..24a1a86 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/28/b733c9aa84319b differ diff --git a/tmp/cache/bootsnap-compile-cache/28/deee5204e3259d b/tmp/cache/bootsnap-compile-cache/28/deee5204e3259d new file mode 100644 index 0000000..08fa0ca Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/28/deee5204e3259d differ diff --git a/tmp/cache/bootsnap-compile-cache/29/1d864ec11e8d4d b/tmp/cache/bootsnap-compile-cache/29/1d864ec11e8d4d new file mode 100644 index 0000000..c3f5823 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/29/1d864ec11e8d4d differ diff --git a/tmp/cache/bootsnap-compile-cache/29/67a9ac4e0d2c84 b/tmp/cache/bootsnap-compile-cache/29/67a9ac4e0d2c84 new file mode 100644 index 0000000..be94ba0 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/29/67a9ac4e0d2c84 differ diff --git a/tmp/cache/bootsnap-compile-cache/29/76a0c85c54152c b/tmp/cache/bootsnap-compile-cache/29/76a0c85c54152c new file mode 100644 index 0000000..48add72 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/29/76a0c85c54152c differ diff --git a/tmp/cache/bootsnap-compile-cache/29/dff09e4d430f50 b/tmp/cache/bootsnap-compile-cache/29/dff09e4d430f50 new file mode 100644 index 0000000..347cac4 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/29/dff09e4d430f50 differ diff --git a/tmp/cache/bootsnap-compile-cache/29/e5747b610c4c31 b/tmp/cache/bootsnap-compile-cache/29/e5747b610c4c31 new file mode 100644 index 0000000..3343b90 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/29/e5747b610c4c31 differ diff --git a/tmp/cache/bootsnap-compile-cache/2a/38efd989525c1a b/tmp/cache/bootsnap-compile-cache/2a/38efd989525c1a new file mode 100644 index 0000000..d6476b1 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/2a/38efd989525c1a differ diff --git a/tmp/cache/bootsnap-compile-cache/2a/46d4c4a42619da b/tmp/cache/bootsnap-compile-cache/2a/46d4c4a42619da new file mode 100644 index 0000000..6552887 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/2a/46d4c4a42619da differ diff --git a/tmp/cache/bootsnap-compile-cache/2a/c009d23506f899 b/tmp/cache/bootsnap-compile-cache/2a/c009d23506f899 new file mode 100644 index 0000000..5107d2f Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/2a/c009d23506f899 differ diff --git a/tmp/cache/bootsnap-compile-cache/2b/0a835ffc9d87db b/tmp/cache/bootsnap-compile-cache/2b/0a835ffc9d87db new file mode 100644 index 0000000..20d13f9 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/2b/0a835ffc9d87db differ diff --git a/tmp/cache/bootsnap-compile-cache/2b/16c92189998f21 b/tmp/cache/bootsnap-compile-cache/2b/16c92189998f21 new file mode 100644 index 0000000..8d71c7d Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/2b/16c92189998f21 differ diff --git a/tmp/cache/bootsnap-compile-cache/2b/671c483f686b55 b/tmp/cache/bootsnap-compile-cache/2b/671c483f686b55 new file mode 100644 index 0000000..02b76c0 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/2b/671c483f686b55 differ diff --git a/tmp/cache/bootsnap-compile-cache/2b/800f878a92a916 b/tmp/cache/bootsnap-compile-cache/2b/800f878a92a916 new file mode 100644 index 0000000..a73a12a Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/2b/800f878a92a916 differ diff --git a/tmp/cache/bootsnap-compile-cache/2b/96485c41ff9105 b/tmp/cache/bootsnap-compile-cache/2b/96485c41ff9105 new file mode 100644 index 0000000..d58faad Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/2b/96485c41ff9105 differ diff --git a/tmp/cache/bootsnap-compile-cache/2b/acd4cdb922d2f6 b/tmp/cache/bootsnap-compile-cache/2b/acd4cdb922d2f6 new file mode 100644 index 0000000..3fa9f84 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/2b/acd4cdb922d2f6 differ diff --git a/tmp/cache/bootsnap-compile-cache/2b/fbaddcd2f52940 b/tmp/cache/bootsnap-compile-cache/2b/fbaddcd2f52940 new file mode 100644 index 0000000..5c5013f Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/2b/fbaddcd2f52940 differ diff --git a/tmp/cache/bootsnap-compile-cache/2c/673338a5af7f44 b/tmp/cache/bootsnap-compile-cache/2c/673338a5af7f44 new file mode 100644 index 0000000..039639b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/2c/673338a5af7f44 differ diff --git a/tmp/cache/bootsnap-compile-cache/2c/9c81ef03e2c68e b/tmp/cache/bootsnap-compile-cache/2c/9c81ef03e2c68e new file mode 100644 index 0000000..c89f858 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/2c/9c81ef03e2c68e differ diff --git a/tmp/cache/bootsnap-compile-cache/2c/9eed94907072c8 b/tmp/cache/bootsnap-compile-cache/2c/9eed94907072c8 new file mode 100644 index 0000000..119d0cb Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/2c/9eed94907072c8 differ diff --git a/tmp/cache/bootsnap-compile-cache/2c/a452be8aabcd5b b/tmp/cache/bootsnap-compile-cache/2c/a452be8aabcd5b new file mode 100644 index 0000000..b70d9ca Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/2c/a452be8aabcd5b differ diff --git a/tmp/cache/bootsnap-compile-cache/2c/bbf85a28b1eac5 b/tmp/cache/bootsnap-compile-cache/2c/bbf85a28b1eac5 new file mode 100644 index 0000000..1912f2c Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/2c/bbf85a28b1eac5 differ diff --git a/tmp/cache/bootsnap-compile-cache/2c/d20b4883ce37e1 b/tmp/cache/bootsnap-compile-cache/2c/d20b4883ce37e1 new file mode 100644 index 0000000..2d34852 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/2c/d20b4883ce37e1 differ diff --git a/tmp/cache/bootsnap-compile-cache/2c/fc55898733e4af b/tmp/cache/bootsnap-compile-cache/2c/fc55898733e4af new file mode 100644 index 0000000..381e402 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/2c/fc55898733e4af differ diff --git a/tmp/cache/bootsnap-compile-cache/2d/03c0b6653966f7 b/tmp/cache/bootsnap-compile-cache/2d/03c0b6653966f7 new file mode 100644 index 0000000..35a330f Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/2d/03c0b6653966f7 differ diff --git a/tmp/cache/bootsnap-compile-cache/2d/2e4e92b3202133 b/tmp/cache/bootsnap-compile-cache/2d/2e4e92b3202133 new file mode 100644 index 0000000..02de7ab Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/2d/2e4e92b3202133 differ diff --git a/tmp/cache/bootsnap-compile-cache/2d/4aef18837c822a b/tmp/cache/bootsnap-compile-cache/2d/4aef18837c822a new file mode 100644 index 0000000..dd2dbdc Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/2d/4aef18837c822a differ diff --git a/tmp/cache/bootsnap-compile-cache/2d/7c3c23163f9073 b/tmp/cache/bootsnap-compile-cache/2d/7c3c23163f9073 new file mode 100644 index 0000000..fbc8195 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/2d/7c3c23163f9073 differ diff --git a/tmp/cache/bootsnap-compile-cache/2d/b4a264971681e6 b/tmp/cache/bootsnap-compile-cache/2d/b4a264971681e6 new file mode 100644 index 0000000..6ec2bf3 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/2d/b4a264971681e6 differ diff --git a/tmp/cache/bootsnap-compile-cache/2d/d5a2e1bb3f7fcc b/tmp/cache/bootsnap-compile-cache/2d/d5a2e1bb3f7fcc new file mode 100644 index 0000000..aa5b9de Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/2d/d5a2e1bb3f7fcc differ diff --git a/tmp/cache/bootsnap-compile-cache/2d/d5a96b5b44264a b/tmp/cache/bootsnap-compile-cache/2d/d5a96b5b44264a new file mode 100644 index 0000000..5928b3a Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/2d/d5a96b5b44264a differ diff --git a/tmp/cache/bootsnap-compile-cache/2d/dadd89fd030441 b/tmp/cache/bootsnap-compile-cache/2d/dadd89fd030441 new file mode 100644 index 0000000..46400dc Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/2d/dadd89fd030441 differ diff --git a/tmp/cache/bootsnap-compile-cache/2e/0fe1aea835d676 b/tmp/cache/bootsnap-compile-cache/2e/0fe1aea835d676 new file mode 100644 index 0000000..92580a8 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/2e/0fe1aea835d676 differ diff --git a/tmp/cache/bootsnap-compile-cache/2e/1ff5a5fa93b224 b/tmp/cache/bootsnap-compile-cache/2e/1ff5a5fa93b224 new file mode 100644 index 0000000..935ab22 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/2e/1ff5a5fa93b224 differ diff --git a/tmp/cache/bootsnap-compile-cache/2e/312ee269526364 b/tmp/cache/bootsnap-compile-cache/2e/312ee269526364 new file mode 100644 index 0000000..fa28bd1 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/2e/312ee269526364 differ diff --git a/tmp/cache/bootsnap-compile-cache/2e/35b3bf0aeb0e8b b/tmp/cache/bootsnap-compile-cache/2e/35b3bf0aeb0e8b new file mode 100644 index 0000000..9a6426f Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/2e/35b3bf0aeb0e8b differ diff --git a/tmp/cache/bootsnap-compile-cache/2e/5569c19bcc6dc7 b/tmp/cache/bootsnap-compile-cache/2e/5569c19bcc6dc7 new file mode 100644 index 0000000..dbc6f3c Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/2e/5569c19bcc6dc7 differ diff --git a/tmp/cache/bootsnap-compile-cache/2e/d0e915c45090f3 b/tmp/cache/bootsnap-compile-cache/2e/d0e915c45090f3 new file mode 100644 index 0000000..3623035 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/2e/d0e915c45090f3 differ diff --git a/tmp/cache/bootsnap-compile-cache/2e/d6113b7d582761 b/tmp/cache/bootsnap-compile-cache/2e/d6113b7d582761 new file mode 100644 index 0000000..1ed76dc Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/2e/d6113b7d582761 differ diff --git a/tmp/cache/bootsnap-compile-cache/2e/e216beb6ee3996 b/tmp/cache/bootsnap-compile-cache/2e/e216beb6ee3996 new file mode 100644 index 0000000..b85e92e Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/2e/e216beb6ee3996 differ diff --git a/tmp/cache/bootsnap-compile-cache/2e/f5d5b31ddadfb2 b/tmp/cache/bootsnap-compile-cache/2e/f5d5b31ddadfb2 new file mode 100644 index 0000000..2fa4d91 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/2e/f5d5b31ddadfb2 differ diff --git a/tmp/cache/bootsnap-compile-cache/2e/f6b8655eea2e9e b/tmp/cache/bootsnap-compile-cache/2e/f6b8655eea2e9e new file mode 100644 index 0000000..be012dc Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/2e/f6b8655eea2e9e differ diff --git a/tmp/cache/bootsnap-compile-cache/2f/0805226eaaf3ca b/tmp/cache/bootsnap-compile-cache/2f/0805226eaaf3ca new file mode 100644 index 0000000..249d900 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/2f/0805226eaaf3ca differ diff --git a/tmp/cache/bootsnap-compile-cache/2f/086111d6b811b9 b/tmp/cache/bootsnap-compile-cache/2f/086111d6b811b9 new file mode 100644 index 0000000..5032caf Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/2f/086111d6b811b9 differ diff --git a/tmp/cache/bootsnap-compile-cache/2f/24c8dc21aa26ad b/tmp/cache/bootsnap-compile-cache/2f/24c8dc21aa26ad new file mode 100644 index 0000000..2ce1e90 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/2f/24c8dc21aa26ad differ diff --git a/tmp/cache/bootsnap-compile-cache/2f/51874c51bade60 b/tmp/cache/bootsnap-compile-cache/2f/51874c51bade60 new file mode 100644 index 0000000..6238c76 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/2f/51874c51bade60 differ diff --git a/tmp/cache/bootsnap-compile-cache/2f/7974d9f8d951eb b/tmp/cache/bootsnap-compile-cache/2f/7974d9f8d951eb new file mode 100644 index 0000000..8bfcade Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/2f/7974d9f8d951eb differ diff --git a/tmp/cache/bootsnap-compile-cache/2f/8ee75579fa2cf1 b/tmp/cache/bootsnap-compile-cache/2f/8ee75579fa2cf1 new file mode 100644 index 0000000..2b9acee Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/2f/8ee75579fa2cf1 differ diff --git a/tmp/cache/bootsnap-compile-cache/2f/a4038647f6d2bf b/tmp/cache/bootsnap-compile-cache/2f/a4038647f6d2bf new file mode 100644 index 0000000..08213e2 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/2f/a4038647f6d2bf differ diff --git a/tmp/cache/bootsnap-compile-cache/2f/a7f7b020366680 b/tmp/cache/bootsnap-compile-cache/2f/a7f7b020366680 new file mode 100644 index 0000000..c9aac4a Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/2f/a7f7b020366680 differ diff --git a/tmp/cache/bootsnap-compile-cache/30/5ec906411b31e6 b/tmp/cache/bootsnap-compile-cache/30/5ec906411b31e6 new file mode 100644 index 0000000..453f588 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/30/5ec906411b31e6 differ diff --git a/tmp/cache/bootsnap-compile-cache/30/7cd64d52a0a064 b/tmp/cache/bootsnap-compile-cache/30/7cd64d52a0a064 new file mode 100644 index 0000000..68a1f26 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/30/7cd64d52a0a064 differ diff --git a/tmp/cache/bootsnap-compile-cache/30/9130d70c0d6864 b/tmp/cache/bootsnap-compile-cache/30/9130d70c0d6864 new file mode 100644 index 0000000..05e483e Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/30/9130d70c0d6864 differ diff --git a/tmp/cache/bootsnap-compile-cache/30/d91a0dbecec0fb b/tmp/cache/bootsnap-compile-cache/30/d91a0dbecec0fb new file mode 100644 index 0000000..25efd5b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/30/d91a0dbecec0fb differ diff --git a/tmp/cache/bootsnap-compile-cache/31/2da055c425fdc5 b/tmp/cache/bootsnap-compile-cache/31/2da055c425fdc5 new file mode 100644 index 0000000..16840e3 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/31/2da055c425fdc5 differ diff --git a/tmp/cache/bootsnap-compile-cache/31/44d65de9dd88ab b/tmp/cache/bootsnap-compile-cache/31/44d65de9dd88ab new file mode 100644 index 0000000..3b71cd7 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/31/44d65de9dd88ab differ diff --git a/tmp/cache/bootsnap-compile-cache/31/7dfce2e74abb57 b/tmp/cache/bootsnap-compile-cache/31/7dfce2e74abb57 new file mode 100644 index 0000000..cf070a7 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/31/7dfce2e74abb57 differ diff --git a/tmp/cache/bootsnap-compile-cache/31/8ad4ac6af700f8 b/tmp/cache/bootsnap-compile-cache/31/8ad4ac6af700f8 new file mode 100644 index 0000000..fd9e24c Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/31/8ad4ac6af700f8 differ diff --git a/tmp/cache/bootsnap-compile-cache/31/ba24696a811998 b/tmp/cache/bootsnap-compile-cache/31/ba24696a811998 new file mode 100644 index 0000000..1a64bca Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/31/ba24696a811998 differ diff --git a/tmp/cache/bootsnap-compile-cache/31/f511f6903cbafd b/tmp/cache/bootsnap-compile-cache/31/f511f6903cbafd new file mode 100644 index 0000000..9e48dab Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/31/f511f6903cbafd differ diff --git a/tmp/cache/bootsnap-compile-cache/31/f766648a31cdea b/tmp/cache/bootsnap-compile-cache/31/f766648a31cdea new file mode 100644 index 0000000..a00787c Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/31/f766648a31cdea differ diff --git a/tmp/cache/bootsnap-compile-cache/32/03c86a20dd73b2 b/tmp/cache/bootsnap-compile-cache/32/03c86a20dd73b2 new file mode 100644 index 0000000..0af01d7 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/32/03c86a20dd73b2 differ diff --git a/tmp/cache/bootsnap-compile-cache/32/095e753c34edac b/tmp/cache/bootsnap-compile-cache/32/095e753c34edac new file mode 100644 index 0000000..676e09d Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/32/095e753c34edac differ diff --git a/tmp/cache/bootsnap-compile-cache/32/0de6b02b4bd69c b/tmp/cache/bootsnap-compile-cache/32/0de6b02b4bd69c new file mode 100644 index 0000000..5ca3ebd Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/32/0de6b02b4bd69c differ diff --git a/tmp/cache/bootsnap-compile-cache/32/5d013977061329 b/tmp/cache/bootsnap-compile-cache/32/5d013977061329 new file mode 100644 index 0000000..2660f8c Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/32/5d013977061329 differ diff --git a/tmp/cache/bootsnap-compile-cache/32/709757221764fd b/tmp/cache/bootsnap-compile-cache/32/709757221764fd new file mode 100644 index 0000000..ee89206 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/32/709757221764fd differ diff --git a/tmp/cache/bootsnap-compile-cache/32/7669923f6b6f8c b/tmp/cache/bootsnap-compile-cache/32/7669923f6b6f8c new file mode 100644 index 0000000..8d2b880 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/32/7669923f6b6f8c differ diff --git a/tmp/cache/bootsnap-compile-cache/32/c9963cd71ab48a b/tmp/cache/bootsnap-compile-cache/32/c9963cd71ab48a new file mode 100644 index 0000000..2eb7a4c Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/32/c9963cd71ab48a differ diff --git a/tmp/cache/bootsnap-compile-cache/32/d6893fc9f4fff2 b/tmp/cache/bootsnap-compile-cache/32/d6893fc9f4fff2 new file mode 100644 index 0000000..c5da379 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/32/d6893fc9f4fff2 differ diff --git a/tmp/cache/bootsnap-compile-cache/32/f38462407f3d8a b/tmp/cache/bootsnap-compile-cache/32/f38462407f3d8a new file mode 100644 index 0000000..05f234d Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/32/f38462407f3d8a differ diff --git a/tmp/cache/bootsnap-compile-cache/33/6682009e51e1ca b/tmp/cache/bootsnap-compile-cache/33/6682009e51e1ca new file mode 100644 index 0000000..a1320df Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/33/6682009e51e1ca differ diff --git a/tmp/cache/bootsnap-compile-cache/33/77eed405ed7112 b/tmp/cache/bootsnap-compile-cache/33/77eed405ed7112 new file mode 100644 index 0000000..d6c9b1f Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/33/77eed405ed7112 differ diff --git a/tmp/cache/bootsnap-compile-cache/33/8cba496b39b261 b/tmp/cache/bootsnap-compile-cache/33/8cba496b39b261 new file mode 100644 index 0000000..898c653 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/33/8cba496b39b261 differ diff --git a/tmp/cache/bootsnap-compile-cache/33/9ce5184265eadd b/tmp/cache/bootsnap-compile-cache/33/9ce5184265eadd new file mode 100644 index 0000000..0a49ad5 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/33/9ce5184265eadd differ diff --git a/tmp/cache/bootsnap-compile-cache/33/a0546da669e93b b/tmp/cache/bootsnap-compile-cache/33/a0546da669e93b new file mode 100644 index 0000000..2ea6d13 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/33/a0546da669e93b differ diff --git a/tmp/cache/bootsnap-compile-cache/33/c2425dc2b7ee85 b/tmp/cache/bootsnap-compile-cache/33/c2425dc2b7ee85 new file mode 100644 index 0000000..1cc430f Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/33/c2425dc2b7ee85 differ diff --git a/tmp/cache/bootsnap-compile-cache/33/e86c134a5d15df b/tmp/cache/bootsnap-compile-cache/33/e86c134a5d15df new file mode 100644 index 0000000..7357e56 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/33/e86c134a5d15df differ diff --git a/tmp/cache/bootsnap-compile-cache/34/27015ebec0be54 b/tmp/cache/bootsnap-compile-cache/34/27015ebec0be54 new file mode 100644 index 0000000..f73b94b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/34/27015ebec0be54 differ diff --git a/tmp/cache/bootsnap-compile-cache/34/e513e003d1f354 b/tmp/cache/bootsnap-compile-cache/34/e513e003d1f354 new file mode 100644 index 0000000..84b8237 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/34/e513e003d1f354 differ diff --git a/tmp/cache/bootsnap-compile-cache/34/f22ff8522e48fd b/tmp/cache/bootsnap-compile-cache/34/f22ff8522e48fd new file mode 100644 index 0000000..826e691 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/34/f22ff8522e48fd differ diff --git a/tmp/cache/bootsnap-compile-cache/34/f8e16e98c9e9a9 b/tmp/cache/bootsnap-compile-cache/34/f8e16e98c9e9a9 new file mode 100644 index 0000000..4e578a1 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/34/f8e16e98c9e9a9 differ diff --git a/tmp/cache/bootsnap-compile-cache/35/097d7961e0ca1f b/tmp/cache/bootsnap-compile-cache/35/097d7961e0ca1f new file mode 100644 index 0000000..494b08c Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/35/097d7961e0ca1f differ diff --git a/tmp/cache/bootsnap-compile-cache/35/252197c3a6d08c b/tmp/cache/bootsnap-compile-cache/35/252197c3a6d08c new file mode 100644 index 0000000..15dd0fc Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/35/252197c3a6d08c differ diff --git a/tmp/cache/bootsnap-compile-cache/35/3805bf46998829 b/tmp/cache/bootsnap-compile-cache/35/3805bf46998829 new file mode 100644 index 0000000..89786fc Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/35/3805bf46998829 differ diff --git a/tmp/cache/bootsnap-compile-cache/35/388c3f5a10e599 b/tmp/cache/bootsnap-compile-cache/35/388c3f5a10e599 new file mode 100644 index 0000000..12f4d8b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/35/388c3f5a10e599 differ diff --git a/tmp/cache/bootsnap-compile-cache/35/5907e24a4df842 b/tmp/cache/bootsnap-compile-cache/35/5907e24a4df842 new file mode 100644 index 0000000..61bc566 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/35/5907e24a4df842 differ diff --git a/tmp/cache/bootsnap-compile-cache/35/d46a96c4d19c5a b/tmp/cache/bootsnap-compile-cache/35/d46a96c4d19c5a new file mode 100644 index 0000000..1041ed4 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/35/d46a96c4d19c5a differ diff --git a/tmp/cache/bootsnap-compile-cache/35/dfa0c038937e9d b/tmp/cache/bootsnap-compile-cache/35/dfa0c038937e9d new file mode 100644 index 0000000..4dd1f25 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/35/dfa0c038937e9d differ diff --git a/tmp/cache/bootsnap-compile-cache/35/ee1e5e58ebfb1d b/tmp/cache/bootsnap-compile-cache/35/ee1e5e58ebfb1d new file mode 100644 index 0000000..6890e56 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/35/ee1e5e58ebfb1d differ diff --git a/tmp/cache/bootsnap-compile-cache/36/2dc6cc731ac993 b/tmp/cache/bootsnap-compile-cache/36/2dc6cc731ac993 new file mode 100644 index 0000000..cae8143 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/36/2dc6cc731ac993 differ diff --git a/tmp/cache/bootsnap-compile-cache/36/c2d6d27f40b68d b/tmp/cache/bootsnap-compile-cache/36/c2d6d27f40b68d new file mode 100644 index 0000000..91ab51c Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/36/c2d6d27f40b68d differ diff --git a/tmp/cache/bootsnap-compile-cache/36/cfeb2aef16c17a b/tmp/cache/bootsnap-compile-cache/36/cfeb2aef16c17a new file mode 100644 index 0000000..0e11e75 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/36/cfeb2aef16c17a differ diff --git a/tmp/cache/bootsnap-compile-cache/36/eb78fc45f8c6a3 b/tmp/cache/bootsnap-compile-cache/36/eb78fc45f8c6a3 new file mode 100644 index 0000000..2107113 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/36/eb78fc45f8c6a3 differ diff --git a/tmp/cache/bootsnap-compile-cache/36/effb1d0aa2261c b/tmp/cache/bootsnap-compile-cache/36/effb1d0aa2261c new file mode 100644 index 0000000..f9d2502 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/36/effb1d0aa2261c differ diff --git a/tmp/cache/bootsnap-compile-cache/37/42f95aa6004d08 b/tmp/cache/bootsnap-compile-cache/37/42f95aa6004d08 new file mode 100644 index 0000000..ee4f863 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/37/42f95aa6004d08 differ diff --git a/tmp/cache/bootsnap-compile-cache/37/460cd308d39d11 b/tmp/cache/bootsnap-compile-cache/37/460cd308d39d11 new file mode 100644 index 0000000..de56331 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/37/460cd308d39d11 differ diff --git a/tmp/cache/bootsnap-compile-cache/37/592a69e16dcd8a b/tmp/cache/bootsnap-compile-cache/37/592a69e16dcd8a new file mode 100644 index 0000000..b75283f Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/37/592a69e16dcd8a differ diff --git a/tmp/cache/bootsnap-compile-cache/37/9e8cb0976f7f4d b/tmp/cache/bootsnap-compile-cache/37/9e8cb0976f7f4d new file mode 100644 index 0000000..c9a314f Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/37/9e8cb0976f7f4d differ diff --git a/tmp/cache/bootsnap-compile-cache/37/ef422437128483 b/tmp/cache/bootsnap-compile-cache/37/ef422437128483 new file mode 100644 index 0000000..3d9a435 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/37/ef422437128483 differ diff --git a/tmp/cache/bootsnap-compile-cache/38/1915cbc3e5349b b/tmp/cache/bootsnap-compile-cache/38/1915cbc3e5349b new file mode 100644 index 0000000..d35a936 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/38/1915cbc3e5349b differ diff --git a/tmp/cache/bootsnap-compile-cache/38/4a552112ed0730 b/tmp/cache/bootsnap-compile-cache/38/4a552112ed0730 new file mode 100644 index 0000000..dd832b7 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/38/4a552112ed0730 differ diff --git a/tmp/cache/bootsnap-compile-cache/38/5273d85a771a13 b/tmp/cache/bootsnap-compile-cache/38/5273d85a771a13 new file mode 100644 index 0000000..2b33209 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/38/5273d85a771a13 differ diff --git a/tmp/cache/bootsnap-compile-cache/38/6f691ef9df8639 b/tmp/cache/bootsnap-compile-cache/38/6f691ef9df8639 new file mode 100644 index 0000000..01e7995 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/38/6f691ef9df8639 differ diff --git a/tmp/cache/bootsnap-compile-cache/38/a7c59703c28ab8 b/tmp/cache/bootsnap-compile-cache/38/a7c59703c28ab8 new file mode 100644 index 0000000..3062721 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/38/a7c59703c28ab8 differ diff --git a/tmp/cache/bootsnap-compile-cache/38/ab8ab0fa4528b2 b/tmp/cache/bootsnap-compile-cache/38/ab8ab0fa4528b2 new file mode 100644 index 0000000..7db839a Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/38/ab8ab0fa4528b2 differ diff --git a/tmp/cache/bootsnap-compile-cache/38/d23c25ed3d9b59 b/tmp/cache/bootsnap-compile-cache/38/d23c25ed3d9b59 new file mode 100644 index 0000000..7ef0ce1 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/38/d23c25ed3d9b59 differ diff --git a/tmp/cache/bootsnap-compile-cache/38/f3e1a5a986cdde b/tmp/cache/bootsnap-compile-cache/38/f3e1a5a986cdde new file mode 100644 index 0000000..f51f0d0 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/38/f3e1a5a986cdde differ diff --git a/tmp/cache/bootsnap-compile-cache/39/0ef47985b6dce1 b/tmp/cache/bootsnap-compile-cache/39/0ef47985b6dce1 new file mode 100644 index 0000000..c14bb7c Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/39/0ef47985b6dce1 differ diff --git a/tmp/cache/bootsnap-compile-cache/39/1870dd4023ec3f b/tmp/cache/bootsnap-compile-cache/39/1870dd4023ec3f new file mode 100644 index 0000000..1cbf554 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/39/1870dd4023ec3f differ diff --git a/tmp/cache/bootsnap-compile-cache/39/1d917a86a36433 b/tmp/cache/bootsnap-compile-cache/39/1d917a86a36433 new file mode 100644 index 0000000..ab483a3 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/39/1d917a86a36433 differ diff --git a/tmp/cache/bootsnap-compile-cache/39/2bc2ee02c604e6 b/tmp/cache/bootsnap-compile-cache/39/2bc2ee02c604e6 new file mode 100644 index 0000000..44b6ae6 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/39/2bc2ee02c604e6 differ diff --git a/tmp/cache/bootsnap-compile-cache/39/2ca5bb09c39440 b/tmp/cache/bootsnap-compile-cache/39/2ca5bb09c39440 new file mode 100644 index 0000000..b04829d Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/39/2ca5bb09c39440 differ diff --git a/tmp/cache/bootsnap-compile-cache/39/3034777a049042 b/tmp/cache/bootsnap-compile-cache/39/3034777a049042 new file mode 100644 index 0000000..33e541c Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/39/3034777a049042 differ diff --git a/tmp/cache/bootsnap-compile-cache/39/5a9a9f5dbc27fc b/tmp/cache/bootsnap-compile-cache/39/5a9a9f5dbc27fc new file mode 100644 index 0000000..5d9151f Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/39/5a9a9f5dbc27fc differ diff --git a/tmp/cache/bootsnap-compile-cache/39/6dc493f16a2573 b/tmp/cache/bootsnap-compile-cache/39/6dc493f16a2573 new file mode 100644 index 0000000..453cf62 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/39/6dc493f16a2573 differ diff --git a/tmp/cache/bootsnap-compile-cache/39/b30972d12e024c b/tmp/cache/bootsnap-compile-cache/39/b30972d12e024c new file mode 100644 index 0000000..ea0ab5d Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/39/b30972d12e024c differ diff --git a/tmp/cache/bootsnap-compile-cache/3a/0f1cd150888065 b/tmp/cache/bootsnap-compile-cache/3a/0f1cd150888065 new file mode 100644 index 0000000..0d58c59 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/3a/0f1cd150888065 differ diff --git a/tmp/cache/bootsnap-compile-cache/3a/5289d4ece7da26 b/tmp/cache/bootsnap-compile-cache/3a/5289d4ece7da26 new file mode 100644 index 0000000..4d0156c Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/3a/5289d4ece7da26 differ diff --git a/tmp/cache/bootsnap-compile-cache/3a/652dd3c3fb6936 b/tmp/cache/bootsnap-compile-cache/3a/652dd3c3fb6936 new file mode 100644 index 0000000..04e9c0e Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/3a/652dd3c3fb6936 differ diff --git a/tmp/cache/bootsnap-compile-cache/3a/75aa44dfebb31c b/tmp/cache/bootsnap-compile-cache/3a/75aa44dfebb31c new file mode 100644 index 0000000..b82d96f Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/3a/75aa44dfebb31c differ diff --git a/tmp/cache/bootsnap-compile-cache/3a/85c23ee672e0a0 b/tmp/cache/bootsnap-compile-cache/3a/85c23ee672e0a0 new file mode 100644 index 0000000..c8289de Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/3a/85c23ee672e0a0 differ diff --git a/tmp/cache/bootsnap-compile-cache/3a/a96a3beb8bdbee b/tmp/cache/bootsnap-compile-cache/3a/a96a3beb8bdbee new file mode 100644 index 0000000..3ee4a94 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/3a/a96a3beb8bdbee differ diff --git a/tmp/cache/bootsnap-compile-cache/3a/f897b2ce5c22e2 b/tmp/cache/bootsnap-compile-cache/3a/f897b2ce5c22e2 new file mode 100644 index 0000000..a9cfecd Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/3a/f897b2ce5c22e2 differ diff --git a/tmp/cache/bootsnap-compile-cache/3b/23a15c1ee811aa b/tmp/cache/bootsnap-compile-cache/3b/23a15c1ee811aa new file mode 100644 index 0000000..3f19991 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/3b/23a15c1ee811aa differ diff --git a/tmp/cache/bootsnap-compile-cache/3b/44073aca508944 b/tmp/cache/bootsnap-compile-cache/3b/44073aca508944 new file mode 100644 index 0000000..8ae80ab Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/3b/44073aca508944 differ diff --git a/tmp/cache/bootsnap-compile-cache/3b/48b87a9838b03b b/tmp/cache/bootsnap-compile-cache/3b/48b87a9838b03b new file mode 100644 index 0000000..a47cb64 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/3b/48b87a9838b03b differ diff --git a/tmp/cache/bootsnap-compile-cache/3b/5a8201f0ca7385 b/tmp/cache/bootsnap-compile-cache/3b/5a8201f0ca7385 new file mode 100644 index 0000000..03616b6 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/3b/5a8201f0ca7385 differ diff --git a/tmp/cache/bootsnap-compile-cache/3b/68c21bb960d975 b/tmp/cache/bootsnap-compile-cache/3b/68c21bb960d975 new file mode 100644 index 0000000..4ab7d50 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/3b/68c21bb960d975 differ diff --git a/tmp/cache/bootsnap-compile-cache/3b/83e351f383ee15 b/tmp/cache/bootsnap-compile-cache/3b/83e351f383ee15 new file mode 100644 index 0000000..fddb055 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/3b/83e351f383ee15 differ diff --git a/tmp/cache/bootsnap-compile-cache/3b/843b37ce7bcc4f b/tmp/cache/bootsnap-compile-cache/3b/843b37ce7bcc4f new file mode 100644 index 0000000..9c91c72 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/3b/843b37ce7bcc4f differ diff --git a/tmp/cache/bootsnap-compile-cache/3b/cae4ff891298f2 b/tmp/cache/bootsnap-compile-cache/3b/cae4ff891298f2 new file mode 100644 index 0000000..98dffc9 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/3b/cae4ff891298f2 differ diff --git a/tmp/cache/bootsnap-compile-cache/3b/f504c367334ef1 b/tmp/cache/bootsnap-compile-cache/3b/f504c367334ef1 new file mode 100644 index 0000000..6aa6299 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/3b/f504c367334ef1 differ diff --git a/tmp/cache/bootsnap-compile-cache/3b/f58f0583ed2a58 b/tmp/cache/bootsnap-compile-cache/3b/f58f0583ed2a58 new file mode 100644 index 0000000..c9eb4cc Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/3b/f58f0583ed2a58 differ diff --git a/tmp/cache/bootsnap-compile-cache/3c/068f04fe29f54e b/tmp/cache/bootsnap-compile-cache/3c/068f04fe29f54e new file mode 100644 index 0000000..4a798ca Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/3c/068f04fe29f54e differ diff --git a/tmp/cache/bootsnap-compile-cache/3c/14782f270c3690 b/tmp/cache/bootsnap-compile-cache/3c/14782f270c3690 new file mode 100644 index 0000000..db57b72 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/3c/14782f270c3690 differ diff --git a/tmp/cache/bootsnap-compile-cache/3c/21322bc47abe7e b/tmp/cache/bootsnap-compile-cache/3c/21322bc47abe7e new file mode 100644 index 0000000..e277de4 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/3c/21322bc47abe7e differ diff --git a/tmp/cache/bootsnap-compile-cache/3c/2550b4a449fd09 b/tmp/cache/bootsnap-compile-cache/3c/2550b4a449fd09 new file mode 100644 index 0000000..4ea4c15 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/3c/2550b4a449fd09 differ diff --git a/tmp/cache/bootsnap-compile-cache/3c/4bb24d4e3a8d81 b/tmp/cache/bootsnap-compile-cache/3c/4bb24d4e3a8d81 new file mode 100644 index 0000000..9d5150b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/3c/4bb24d4e3a8d81 differ diff --git a/tmp/cache/bootsnap-compile-cache/3c/593a757ed1e644 b/tmp/cache/bootsnap-compile-cache/3c/593a757ed1e644 new file mode 100644 index 0000000..9316b00 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/3c/593a757ed1e644 differ diff --git a/tmp/cache/bootsnap-compile-cache/3c/9d8a2a9de911b5 b/tmp/cache/bootsnap-compile-cache/3c/9d8a2a9de911b5 new file mode 100644 index 0000000..54de6ae Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/3c/9d8a2a9de911b5 differ diff --git a/tmp/cache/bootsnap-compile-cache/3c/bae39fbbfd28b4 b/tmp/cache/bootsnap-compile-cache/3c/bae39fbbfd28b4 new file mode 100644 index 0000000..909a00e Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/3c/bae39fbbfd28b4 differ diff --git a/tmp/cache/bootsnap-compile-cache/3c/f6ee8d27df7364 b/tmp/cache/bootsnap-compile-cache/3c/f6ee8d27df7364 new file mode 100644 index 0000000..cb319a1 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/3c/f6ee8d27df7364 differ diff --git a/tmp/cache/bootsnap-compile-cache/3c/fc01362892163f b/tmp/cache/bootsnap-compile-cache/3c/fc01362892163f new file mode 100644 index 0000000..6608315 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/3c/fc01362892163f differ diff --git a/tmp/cache/bootsnap-compile-cache/3d/368611820cf8a1 b/tmp/cache/bootsnap-compile-cache/3d/368611820cf8a1 new file mode 100644 index 0000000..63f82ba Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/3d/368611820cf8a1 differ diff --git a/tmp/cache/bootsnap-compile-cache/3d/5df776ba2d80f1 b/tmp/cache/bootsnap-compile-cache/3d/5df776ba2d80f1 new file mode 100644 index 0000000..773c272 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/3d/5df776ba2d80f1 differ diff --git a/tmp/cache/bootsnap-compile-cache/3d/5ff783743ce7f2 b/tmp/cache/bootsnap-compile-cache/3d/5ff783743ce7f2 new file mode 100644 index 0000000..5712ecf Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/3d/5ff783743ce7f2 differ diff --git a/tmp/cache/bootsnap-compile-cache/3d/637e9583b4a366 b/tmp/cache/bootsnap-compile-cache/3d/637e9583b4a366 new file mode 100644 index 0000000..eb2144f Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/3d/637e9583b4a366 differ diff --git a/tmp/cache/bootsnap-compile-cache/3d/75a93a48a0bab4 b/tmp/cache/bootsnap-compile-cache/3d/75a93a48a0bab4 new file mode 100644 index 0000000..4f2fa7e Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/3d/75a93a48a0bab4 differ diff --git a/tmp/cache/bootsnap-compile-cache/3d/e78b0f143e3647 b/tmp/cache/bootsnap-compile-cache/3d/e78b0f143e3647 new file mode 100644 index 0000000..7a3c99b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/3d/e78b0f143e3647 differ diff --git a/tmp/cache/bootsnap-compile-cache/3e/038531e179177f b/tmp/cache/bootsnap-compile-cache/3e/038531e179177f new file mode 100644 index 0000000..4e60c94 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/3e/038531e179177f differ diff --git a/tmp/cache/bootsnap-compile-cache/3e/0ef003c2d74095 b/tmp/cache/bootsnap-compile-cache/3e/0ef003c2d74095 new file mode 100644 index 0000000..58e3fd7 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/3e/0ef003c2d74095 differ diff --git a/tmp/cache/bootsnap-compile-cache/3e/580d0811282a91 b/tmp/cache/bootsnap-compile-cache/3e/580d0811282a91 new file mode 100644 index 0000000..e7eb66c Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/3e/580d0811282a91 differ diff --git a/tmp/cache/bootsnap-compile-cache/3e/5b15d52d4648e2 b/tmp/cache/bootsnap-compile-cache/3e/5b15d52d4648e2 new file mode 100644 index 0000000..e3fd4ed Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/3e/5b15d52d4648e2 differ diff --git a/tmp/cache/bootsnap-compile-cache/3e/ff1dd4177acfec b/tmp/cache/bootsnap-compile-cache/3e/ff1dd4177acfec new file mode 100644 index 0000000..7282cff Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/3e/ff1dd4177acfec differ diff --git a/tmp/cache/bootsnap-compile-cache/3f/2fb1985486f9bd b/tmp/cache/bootsnap-compile-cache/3f/2fb1985486f9bd new file mode 100644 index 0000000..28013b9 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/3f/2fb1985486f9bd differ diff --git a/tmp/cache/bootsnap-compile-cache/3f/60ca58719e6916 b/tmp/cache/bootsnap-compile-cache/3f/60ca58719e6916 new file mode 100644 index 0000000..f4f85e0 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/3f/60ca58719e6916 differ diff --git a/tmp/cache/bootsnap-compile-cache/3f/7e5bd15f19e026 b/tmp/cache/bootsnap-compile-cache/3f/7e5bd15f19e026 new file mode 100644 index 0000000..30bd621 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/3f/7e5bd15f19e026 differ diff --git a/tmp/cache/bootsnap-compile-cache/3f/9100b768453668 b/tmp/cache/bootsnap-compile-cache/3f/9100b768453668 new file mode 100644 index 0000000..adcc1b3 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/3f/9100b768453668 differ diff --git a/tmp/cache/bootsnap-compile-cache/3f/9e9f92ede0a98e b/tmp/cache/bootsnap-compile-cache/3f/9e9f92ede0a98e new file mode 100644 index 0000000..9e4c71b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/3f/9e9f92ede0a98e differ diff --git a/tmp/cache/bootsnap-compile-cache/3f/a735e2ad8f81da b/tmp/cache/bootsnap-compile-cache/3f/a735e2ad8f81da new file mode 100644 index 0000000..78a944a Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/3f/a735e2ad8f81da differ diff --git a/tmp/cache/bootsnap-compile-cache/3f/b4e46803fbdd79 b/tmp/cache/bootsnap-compile-cache/3f/b4e46803fbdd79 new file mode 100644 index 0000000..611bc65 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/3f/b4e46803fbdd79 differ diff --git a/tmp/cache/bootsnap-compile-cache/3f/c2a76839c23854 b/tmp/cache/bootsnap-compile-cache/3f/c2a76839c23854 new file mode 100644 index 0000000..1d2212c Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/3f/c2a76839c23854 differ diff --git a/tmp/cache/bootsnap-compile-cache/3f/d15e9843d8b2f8 b/tmp/cache/bootsnap-compile-cache/3f/d15e9843d8b2f8 new file mode 100644 index 0000000..eba1955 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/3f/d15e9843d8b2f8 differ diff --git a/tmp/cache/bootsnap-compile-cache/3f/dbc3b2ed9a9b3f b/tmp/cache/bootsnap-compile-cache/3f/dbc3b2ed9a9b3f new file mode 100644 index 0000000..49a37e8 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/3f/dbc3b2ed9a9b3f differ diff --git a/tmp/cache/bootsnap-compile-cache/3f/ef3b8e625499c9 b/tmp/cache/bootsnap-compile-cache/3f/ef3b8e625499c9 new file mode 100644 index 0000000..ef563f8 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/3f/ef3b8e625499c9 differ diff --git a/tmp/cache/bootsnap-compile-cache/40/0e49ac0e02c297 b/tmp/cache/bootsnap-compile-cache/40/0e49ac0e02c297 new file mode 100644 index 0000000..5dd3c04 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/40/0e49ac0e02c297 differ diff --git a/tmp/cache/bootsnap-compile-cache/40/26e60c2b9d8ce2 b/tmp/cache/bootsnap-compile-cache/40/26e60c2b9d8ce2 new file mode 100644 index 0000000..1221f40 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/40/26e60c2b9d8ce2 differ diff --git a/tmp/cache/bootsnap-compile-cache/40/3fdd7b8f6218b1 b/tmp/cache/bootsnap-compile-cache/40/3fdd7b8f6218b1 new file mode 100644 index 0000000..9b19785 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/40/3fdd7b8f6218b1 differ diff --git a/tmp/cache/bootsnap-compile-cache/40/a06f23eb6eb1ab b/tmp/cache/bootsnap-compile-cache/40/a06f23eb6eb1ab new file mode 100644 index 0000000..6a898fc Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/40/a06f23eb6eb1ab differ diff --git a/tmp/cache/bootsnap-compile-cache/40/b0165c0debf471 b/tmp/cache/bootsnap-compile-cache/40/b0165c0debf471 new file mode 100644 index 0000000..a988b6b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/40/b0165c0debf471 differ diff --git a/tmp/cache/bootsnap-compile-cache/40/e58fa45920eb00 b/tmp/cache/bootsnap-compile-cache/40/e58fa45920eb00 new file mode 100644 index 0000000..febf194 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/40/e58fa45920eb00 differ diff --git a/tmp/cache/bootsnap-compile-cache/40/ee758fbe798c54 b/tmp/cache/bootsnap-compile-cache/40/ee758fbe798c54 new file mode 100644 index 0000000..abf50d6 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/40/ee758fbe798c54 differ diff --git a/tmp/cache/bootsnap-compile-cache/41/0ebc2ade419044 b/tmp/cache/bootsnap-compile-cache/41/0ebc2ade419044 new file mode 100644 index 0000000..1e966f1 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/41/0ebc2ade419044 differ diff --git a/tmp/cache/bootsnap-compile-cache/41/17fac0caefc96e b/tmp/cache/bootsnap-compile-cache/41/17fac0caefc96e new file mode 100644 index 0000000..e697f57 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/41/17fac0caefc96e differ diff --git a/tmp/cache/bootsnap-compile-cache/41/3d0bcd8d4d6a67 b/tmp/cache/bootsnap-compile-cache/41/3d0bcd8d4d6a67 new file mode 100644 index 0000000..5de0755 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/41/3d0bcd8d4d6a67 differ diff --git a/tmp/cache/bootsnap-compile-cache/41/849dcf0f452e59 b/tmp/cache/bootsnap-compile-cache/41/849dcf0f452e59 new file mode 100644 index 0000000..b119b6b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/41/849dcf0f452e59 differ diff --git a/tmp/cache/bootsnap-compile-cache/41/a1e10f4775186b b/tmp/cache/bootsnap-compile-cache/41/a1e10f4775186b new file mode 100644 index 0000000..2777efe Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/41/a1e10f4775186b differ diff --git a/tmp/cache/bootsnap-compile-cache/41/b6e7c9067a3f07 b/tmp/cache/bootsnap-compile-cache/41/b6e7c9067a3f07 new file mode 100644 index 0000000..3855781 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/41/b6e7c9067a3f07 differ diff --git a/tmp/cache/bootsnap-compile-cache/41/ec82823d88cf06 b/tmp/cache/bootsnap-compile-cache/41/ec82823d88cf06 new file mode 100644 index 0000000..ddcf208 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/41/ec82823d88cf06 differ diff --git a/tmp/cache/bootsnap-compile-cache/41/f172c3befa4b6a b/tmp/cache/bootsnap-compile-cache/41/f172c3befa4b6a new file mode 100644 index 0000000..86a3862 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/41/f172c3befa4b6a differ diff --git a/tmp/cache/bootsnap-compile-cache/41/f36bd5970b9f9c b/tmp/cache/bootsnap-compile-cache/41/f36bd5970b9f9c new file mode 100644 index 0000000..b4e68dd Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/41/f36bd5970b9f9c differ diff --git a/tmp/cache/bootsnap-compile-cache/42/0127773b08197f b/tmp/cache/bootsnap-compile-cache/42/0127773b08197f new file mode 100644 index 0000000..f3184b8 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/42/0127773b08197f differ diff --git a/tmp/cache/bootsnap-compile-cache/42/cf7ecb519b5312 b/tmp/cache/bootsnap-compile-cache/42/cf7ecb519b5312 new file mode 100644 index 0000000..e06075c Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/42/cf7ecb519b5312 differ diff --git a/tmp/cache/bootsnap-compile-cache/42/f4075e5688e7fc b/tmp/cache/bootsnap-compile-cache/42/f4075e5688e7fc new file mode 100644 index 0000000..625b105 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/42/f4075e5688e7fc differ diff --git a/tmp/cache/bootsnap-compile-cache/43/1f96093dfe9c1b b/tmp/cache/bootsnap-compile-cache/43/1f96093dfe9c1b new file mode 100644 index 0000000..2e6c9e7 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/43/1f96093dfe9c1b differ diff --git a/tmp/cache/bootsnap-compile-cache/43/309e4839bb5384 b/tmp/cache/bootsnap-compile-cache/43/309e4839bb5384 new file mode 100644 index 0000000..b5901d5 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/43/309e4839bb5384 differ diff --git a/tmp/cache/bootsnap-compile-cache/43/51238b6219749b b/tmp/cache/bootsnap-compile-cache/43/51238b6219749b new file mode 100644 index 0000000..67ba592 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/43/51238b6219749b differ diff --git a/tmp/cache/bootsnap-compile-cache/43/7d37e51b602c6e b/tmp/cache/bootsnap-compile-cache/43/7d37e51b602c6e new file mode 100644 index 0000000..248e0ad Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/43/7d37e51b602c6e differ diff --git a/tmp/cache/bootsnap-compile-cache/43/831b6ce68f2ee7 b/tmp/cache/bootsnap-compile-cache/43/831b6ce68f2ee7 new file mode 100644 index 0000000..bf8e0aa Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/43/831b6ce68f2ee7 differ diff --git a/tmp/cache/bootsnap-compile-cache/43/d052090eafb893 b/tmp/cache/bootsnap-compile-cache/43/d052090eafb893 new file mode 100644 index 0000000..4267ec3 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/43/d052090eafb893 differ diff --git a/tmp/cache/bootsnap-compile-cache/43/d3d052bfcc316b b/tmp/cache/bootsnap-compile-cache/43/d3d052bfcc316b new file mode 100644 index 0000000..61fca91 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/43/d3d052bfcc316b differ diff --git a/tmp/cache/bootsnap-compile-cache/44/0c9257dab15a46 b/tmp/cache/bootsnap-compile-cache/44/0c9257dab15a46 new file mode 100644 index 0000000..d73f5f4 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/44/0c9257dab15a46 differ diff --git a/tmp/cache/bootsnap-compile-cache/44/234c13cd9aadf5 b/tmp/cache/bootsnap-compile-cache/44/234c13cd9aadf5 new file mode 100644 index 0000000..8ffadbb Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/44/234c13cd9aadf5 differ diff --git a/tmp/cache/bootsnap-compile-cache/44/2baa5176b68e7c b/tmp/cache/bootsnap-compile-cache/44/2baa5176b68e7c new file mode 100644 index 0000000..e970447 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/44/2baa5176b68e7c differ diff --git a/tmp/cache/bootsnap-compile-cache/44/2e0ec6a09ed96c b/tmp/cache/bootsnap-compile-cache/44/2e0ec6a09ed96c new file mode 100644 index 0000000..1319c72 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/44/2e0ec6a09ed96c differ diff --git a/tmp/cache/bootsnap-compile-cache/44/3780a7b65ca779 b/tmp/cache/bootsnap-compile-cache/44/3780a7b65ca779 new file mode 100644 index 0000000..c1fa90c Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/44/3780a7b65ca779 differ diff --git a/tmp/cache/bootsnap-compile-cache/44/a73ef03312b15f b/tmp/cache/bootsnap-compile-cache/44/a73ef03312b15f new file mode 100644 index 0000000..985806c Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/44/a73ef03312b15f differ diff --git a/tmp/cache/bootsnap-compile-cache/44/a9b5b522f5938d b/tmp/cache/bootsnap-compile-cache/44/a9b5b522f5938d new file mode 100644 index 0000000..74f7c10 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/44/a9b5b522f5938d differ diff --git a/tmp/cache/bootsnap-compile-cache/44/af829a6eff5584 b/tmp/cache/bootsnap-compile-cache/44/af829a6eff5584 new file mode 100644 index 0000000..97e3c84 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/44/af829a6eff5584 differ diff --git a/tmp/cache/bootsnap-compile-cache/44/ea15b16d272164 b/tmp/cache/bootsnap-compile-cache/44/ea15b16d272164 new file mode 100644 index 0000000..35c6165 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/44/ea15b16d272164 differ diff --git a/tmp/cache/bootsnap-compile-cache/45/21ac463651eadb b/tmp/cache/bootsnap-compile-cache/45/21ac463651eadb new file mode 100644 index 0000000..0546cdf Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/45/21ac463651eadb differ diff --git a/tmp/cache/bootsnap-compile-cache/45/32e265ef639742 b/tmp/cache/bootsnap-compile-cache/45/32e265ef639742 new file mode 100644 index 0000000..eb78df0 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/45/32e265ef639742 differ diff --git a/tmp/cache/bootsnap-compile-cache/45/3cfa623ce8abeb b/tmp/cache/bootsnap-compile-cache/45/3cfa623ce8abeb new file mode 100644 index 0000000..bc179c3 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/45/3cfa623ce8abeb differ diff --git a/tmp/cache/bootsnap-compile-cache/45/5799ea5dc9c8fa b/tmp/cache/bootsnap-compile-cache/45/5799ea5dc9c8fa new file mode 100644 index 0000000..4e53cb4 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/45/5799ea5dc9c8fa differ diff --git a/tmp/cache/bootsnap-compile-cache/45/58fcdeeb76c2d6 b/tmp/cache/bootsnap-compile-cache/45/58fcdeeb76c2d6 new file mode 100644 index 0000000..ba03a36 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/45/58fcdeeb76c2d6 differ diff --git a/tmp/cache/bootsnap-compile-cache/45/5df1fbc61e9601 b/tmp/cache/bootsnap-compile-cache/45/5df1fbc61e9601 new file mode 100644 index 0000000..c076473 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/45/5df1fbc61e9601 differ diff --git a/tmp/cache/bootsnap-compile-cache/45/5eb555499d830b b/tmp/cache/bootsnap-compile-cache/45/5eb555499d830b new file mode 100644 index 0000000..0269598 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/45/5eb555499d830b differ diff --git a/tmp/cache/bootsnap-compile-cache/45/68421a2b35a425 b/tmp/cache/bootsnap-compile-cache/45/68421a2b35a425 new file mode 100644 index 0000000..9d276a4 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/45/68421a2b35a425 differ diff --git a/tmp/cache/bootsnap-compile-cache/45/942c20763a2b22 b/tmp/cache/bootsnap-compile-cache/45/942c20763a2b22 new file mode 100644 index 0000000..985124c Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/45/942c20763a2b22 differ diff --git a/tmp/cache/bootsnap-compile-cache/45/a7e86add2d6776 b/tmp/cache/bootsnap-compile-cache/45/a7e86add2d6776 new file mode 100644 index 0000000..4a04d43 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/45/a7e86add2d6776 differ diff --git a/tmp/cache/bootsnap-compile-cache/45/aaff18d0b99756 b/tmp/cache/bootsnap-compile-cache/45/aaff18d0b99756 new file mode 100644 index 0000000..a604276 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/45/aaff18d0b99756 differ diff --git a/tmp/cache/bootsnap-compile-cache/45/bd6ca80088ec3c b/tmp/cache/bootsnap-compile-cache/45/bd6ca80088ec3c new file mode 100644 index 0000000..6f5908f Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/45/bd6ca80088ec3c differ diff --git a/tmp/cache/bootsnap-compile-cache/45/c03f800a0e9653 b/tmp/cache/bootsnap-compile-cache/45/c03f800a0e9653 new file mode 100644 index 0000000..eda02fd Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/45/c03f800a0e9653 differ diff --git a/tmp/cache/bootsnap-compile-cache/45/ed9f6f347b2623 b/tmp/cache/bootsnap-compile-cache/45/ed9f6f347b2623 new file mode 100644 index 0000000..5808a13 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/45/ed9f6f347b2623 differ diff --git a/tmp/cache/bootsnap-compile-cache/46/0d79bfc0d6b30d b/tmp/cache/bootsnap-compile-cache/46/0d79bfc0d6b30d new file mode 100644 index 0000000..09c2fb3 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/46/0d79bfc0d6b30d differ diff --git a/tmp/cache/bootsnap-compile-cache/46/2b698bbafa76ec b/tmp/cache/bootsnap-compile-cache/46/2b698bbafa76ec new file mode 100644 index 0000000..6c19dbb Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/46/2b698bbafa76ec differ diff --git a/tmp/cache/bootsnap-compile-cache/46/2e534c5ce2de85 b/tmp/cache/bootsnap-compile-cache/46/2e534c5ce2de85 new file mode 100644 index 0000000..d07228c Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/46/2e534c5ce2de85 differ diff --git a/tmp/cache/bootsnap-compile-cache/46/4e4b5a3d38bedf b/tmp/cache/bootsnap-compile-cache/46/4e4b5a3d38bedf new file mode 100644 index 0000000..a72d8f7 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/46/4e4b5a3d38bedf differ diff --git a/tmp/cache/bootsnap-compile-cache/46/bb1be36b75dd82 b/tmp/cache/bootsnap-compile-cache/46/bb1be36b75dd82 new file mode 100644 index 0000000..7b175be Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/46/bb1be36b75dd82 differ diff --git a/tmp/cache/bootsnap-compile-cache/46/cfd9cfb5fadad9 b/tmp/cache/bootsnap-compile-cache/46/cfd9cfb5fadad9 new file mode 100644 index 0000000..0141beb Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/46/cfd9cfb5fadad9 differ diff --git a/tmp/cache/bootsnap-compile-cache/46/d5509ef1171db5 b/tmp/cache/bootsnap-compile-cache/46/d5509ef1171db5 new file mode 100644 index 0000000..015845f Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/46/d5509ef1171db5 differ diff --git a/tmp/cache/bootsnap-compile-cache/47/1ab1d54951d8f6 b/tmp/cache/bootsnap-compile-cache/47/1ab1d54951d8f6 new file mode 100644 index 0000000..ef42464 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/47/1ab1d54951d8f6 differ diff --git a/tmp/cache/bootsnap-compile-cache/47/267312aec624df b/tmp/cache/bootsnap-compile-cache/47/267312aec624df new file mode 100644 index 0000000..aa31c22 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/47/267312aec624df differ diff --git a/tmp/cache/bootsnap-compile-cache/47/e8cb4edab576b7 b/tmp/cache/bootsnap-compile-cache/47/e8cb4edab576b7 new file mode 100644 index 0000000..8c9b38c Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/47/e8cb4edab576b7 differ diff --git a/tmp/cache/bootsnap-compile-cache/48/041b25b78bdb5b b/tmp/cache/bootsnap-compile-cache/48/041b25b78bdb5b new file mode 100644 index 0000000..41ab987 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/48/041b25b78bdb5b differ diff --git a/tmp/cache/bootsnap-compile-cache/48/055f835cef8a6b b/tmp/cache/bootsnap-compile-cache/48/055f835cef8a6b new file mode 100644 index 0000000..15946f6 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/48/055f835cef8a6b differ diff --git a/tmp/cache/bootsnap-compile-cache/48/1752786cf733ac b/tmp/cache/bootsnap-compile-cache/48/1752786cf733ac new file mode 100644 index 0000000..6197289 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/48/1752786cf733ac differ diff --git a/tmp/cache/bootsnap-compile-cache/48/6d52928c1dced8 b/tmp/cache/bootsnap-compile-cache/48/6d52928c1dced8 new file mode 100644 index 0000000..5b2ce19 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/48/6d52928c1dced8 differ diff --git a/tmp/cache/bootsnap-compile-cache/48/9f877dc4a98c97 b/tmp/cache/bootsnap-compile-cache/48/9f877dc4a98c97 new file mode 100644 index 0000000..1a9984d Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/48/9f877dc4a98c97 differ diff --git a/tmp/cache/bootsnap-compile-cache/48/c1a2f09de08ff8 b/tmp/cache/bootsnap-compile-cache/48/c1a2f09de08ff8 new file mode 100644 index 0000000..8efa18e Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/48/c1a2f09de08ff8 differ diff --git a/tmp/cache/bootsnap-compile-cache/49/0cbc1119ac9fc3 b/tmp/cache/bootsnap-compile-cache/49/0cbc1119ac9fc3 new file mode 100644 index 0000000..1655697 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/49/0cbc1119ac9fc3 differ diff --git a/tmp/cache/bootsnap-compile-cache/49/3c38a8d6a57abc b/tmp/cache/bootsnap-compile-cache/49/3c38a8d6a57abc new file mode 100644 index 0000000..06a8ec7 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/49/3c38a8d6a57abc differ diff --git a/tmp/cache/bootsnap-compile-cache/49/733e11bc2768b4 b/tmp/cache/bootsnap-compile-cache/49/733e11bc2768b4 new file mode 100644 index 0000000..e78c26d Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/49/733e11bc2768b4 differ diff --git a/tmp/cache/bootsnap-compile-cache/49/a9c49e35009e10 b/tmp/cache/bootsnap-compile-cache/49/a9c49e35009e10 new file mode 100644 index 0000000..fdee0b1 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/49/a9c49e35009e10 differ diff --git a/tmp/cache/bootsnap-compile-cache/49/bcc32d7abd4efe b/tmp/cache/bootsnap-compile-cache/49/bcc32d7abd4efe new file mode 100644 index 0000000..3cb6980 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/49/bcc32d7abd4efe differ diff --git a/tmp/cache/bootsnap-compile-cache/49/c828e0424cfb35 b/tmp/cache/bootsnap-compile-cache/49/c828e0424cfb35 new file mode 100644 index 0000000..9668c97 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/49/c828e0424cfb35 differ diff --git a/tmp/cache/bootsnap-compile-cache/49/d474edefac75aa b/tmp/cache/bootsnap-compile-cache/49/d474edefac75aa new file mode 100644 index 0000000..1b5eaa2 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/49/d474edefac75aa differ diff --git a/tmp/cache/bootsnap-compile-cache/4a/3af0b2bf382d5a b/tmp/cache/bootsnap-compile-cache/4a/3af0b2bf382d5a new file mode 100644 index 0000000..6f1c01b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/4a/3af0b2bf382d5a differ diff --git a/tmp/cache/bootsnap-compile-cache/4a/408b8b5b3acfa5 b/tmp/cache/bootsnap-compile-cache/4a/408b8b5b3acfa5 new file mode 100644 index 0000000..9b0808a Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/4a/408b8b5b3acfa5 differ diff --git a/tmp/cache/bootsnap-compile-cache/4a/4356d3f85ce6f6 b/tmp/cache/bootsnap-compile-cache/4a/4356d3f85ce6f6 new file mode 100644 index 0000000..1af9bdf Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/4a/4356d3f85ce6f6 differ diff --git a/tmp/cache/bootsnap-compile-cache/4a/a273dec19db67d b/tmp/cache/bootsnap-compile-cache/4a/a273dec19db67d new file mode 100644 index 0000000..e7f9cc1 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/4a/a273dec19db67d differ diff --git a/tmp/cache/bootsnap-compile-cache/4a/a86e36f1e13e13 b/tmp/cache/bootsnap-compile-cache/4a/a86e36f1e13e13 new file mode 100644 index 0000000..ef060d4 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/4a/a86e36f1e13e13 differ diff --git a/tmp/cache/bootsnap-compile-cache/4a/acd58f956997ff b/tmp/cache/bootsnap-compile-cache/4a/acd58f956997ff new file mode 100644 index 0000000..abf3534 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/4a/acd58f956997ff differ diff --git a/tmp/cache/bootsnap-compile-cache/4b/1eca8992449ff1 b/tmp/cache/bootsnap-compile-cache/4b/1eca8992449ff1 new file mode 100644 index 0000000..246f14a Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/4b/1eca8992449ff1 differ diff --git a/tmp/cache/bootsnap-compile-cache/4b/8f11839b031c27 b/tmp/cache/bootsnap-compile-cache/4b/8f11839b031c27 new file mode 100644 index 0000000..8ed0ed8 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/4b/8f11839b031c27 differ diff --git a/tmp/cache/bootsnap-compile-cache/4b/9f73289ed94252 b/tmp/cache/bootsnap-compile-cache/4b/9f73289ed94252 new file mode 100644 index 0000000..c2e48ba Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/4b/9f73289ed94252 differ diff --git a/tmp/cache/bootsnap-compile-cache/4b/e1aa653f4ceedd b/tmp/cache/bootsnap-compile-cache/4b/e1aa653f4ceedd new file mode 100644 index 0000000..d1646a5 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/4b/e1aa653f4ceedd differ diff --git a/tmp/cache/bootsnap-compile-cache/4c/00183c97a6cfc6 b/tmp/cache/bootsnap-compile-cache/4c/00183c97a6cfc6 new file mode 100644 index 0000000..237c0fc Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/4c/00183c97a6cfc6 differ diff --git a/tmp/cache/bootsnap-compile-cache/4c/150a0e020001ab b/tmp/cache/bootsnap-compile-cache/4c/150a0e020001ab new file mode 100644 index 0000000..19b2884 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/4c/150a0e020001ab differ diff --git a/tmp/cache/bootsnap-compile-cache/4c/3b164d7d360977 b/tmp/cache/bootsnap-compile-cache/4c/3b164d7d360977 new file mode 100644 index 0000000..51f2aad Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/4c/3b164d7d360977 differ diff --git a/tmp/cache/bootsnap-compile-cache/4c/4682c5c3bbdb0a b/tmp/cache/bootsnap-compile-cache/4c/4682c5c3bbdb0a new file mode 100644 index 0000000..8e13e4d Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/4c/4682c5c3bbdb0a differ diff --git a/tmp/cache/bootsnap-compile-cache/4c/6aa4fb458c1531 b/tmp/cache/bootsnap-compile-cache/4c/6aa4fb458c1531 new file mode 100644 index 0000000..c48f4bc Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/4c/6aa4fb458c1531 differ diff --git a/tmp/cache/bootsnap-compile-cache/4c/7af30bdd6c7219 b/tmp/cache/bootsnap-compile-cache/4c/7af30bdd6c7219 new file mode 100644 index 0000000..8d6f2ab Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/4c/7af30bdd6c7219 differ diff --git a/tmp/cache/bootsnap-compile-cache/4c/9dc201e4837558 b/tmp/cache/bootsnap-compile-cache/4c/9dc201e4837558 new file mode 100644 index 0000000..a8643a5 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/4c/9dc201e4837558 differ diff --git a/tmp/cache/bootsnap-compile-cache/4c/d6459613403360 b/tmp/cache/bootsnap-compile-cache/4c/d6459613403360 new file mode 100644 index 0000000..1d40db2 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/4c/d6459613403360 differ diff --git a/tmp/cache/bootsnap-compile-cache/4d/0291347f8ea470 b/tmp/cache/bootsnap-compile-cache/4d/0291347f8ea470 new file mode 100644 index 0000000..6cf56df Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/4d/0291347f8ea470 differ diff --git a/tmp/cache/bootsnap-compile-cache/4d/170295053c9851 b/tmp/cache/bootsnap-compile-cache/4d/170295053c9851 new file mode 100644 index 0000000..cc2ea8d Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/4d/170295053c9851 differ diff --git a/tmp/cache/bootsnap-compile-cache/4d/47d1123d0599ef b/tmp/cache/bootsnap-compile-cache/4d/47d1123d0599ef new file mode 100644 index 0000000..77ee208 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/4d/47d1123d0599ef differ diff --git a/tmp/cache/bootsnap-compile-cache/4d/5e4cc481ddc0f1 b/tmp/cache/bootsnap-compile-cache/4d/5e4cc481ddc0f1 new file mode 100644 index 0000000..30b1546 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/4d/5e4cc481ddc0f1 differ diff --git a/tmp/cache/bootsnap-compile-cache/4d/71350cc41c7345 b/tmp/cache/bootsnap-compile-cache/4d/71350cc41c7345 new file mode 100644 index 0000000..3c4c424 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/4d/71350cc41c7345 differ diff --git a/tmp/cache/bootsnap-compile-cache/4e/15197c3cd5facd b/tmp/cache/bootsnap-compile-cache/4e/15197c3cd5facd new file mode 100644 index 0000000..579a89a Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/4e/15197c3cd5facd differ diff --git a/tmp/cache/bootsnap-compile-cache/4e/356bb8ca4f7b99 b/tmp/cache/bootsnap-compile-cache/4e/356bb8ca4f7b99 new file mode 100644 index 0000000..fc35403 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/4e/356bb8ca4f7b99 differ diff --git a/tmp/cache/bootsnap-compile-cache/4e/8c8826868e81b1 b/tmp/cache/bootsnap-compile-cache/4e/8c8826868e81b1 new file mode 100644 index 0000000..0783f07 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/4e/8c8826868e81b1 differ diff --git a/tmp/cache/bootsnap-compile-cache/4e/8fdc88dc787686 b/tmp/cache/bootsnap-compile-cache/4e/8fdc88dc787686 new file mode 100644 index 0000000..9ce8918 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/4e/8fdc88dc787686 differ diff --git a/tmp/cache/bootsnap-compile-cache/4e/bea115d93cba03 b/tmp/cache/bootsnap-compile-cache/4e/bea115d93cba03 new file mode 100644 index 0000000..823fa9a Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/4e/bea115d93cba03 differ diff --git a/tmp/cache/bootsnap-compile-cache/4e/ed291dc9eaa5ca b/tmp/cache/bootsnap-compile-cache/4e/ed291dc9eaa5ca new file mode 100644 index 0000000..863ae22 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/4e/ed291dc9eaa5ca differ diff --git a/tmp/cache/bootsnap-compile-cache/4f/5fba7bb2876d51 b/tmp/cache/bootsnap-compile-cache/4f/5fba7bb2876d51 new file mode 100644 index 0000000..224185d Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/4f/5fba7bb2876d51 differ diff --git a/tmp/cache/bootsnap-compile-cache/50/269ee74478e947 b/tmp/cache/bootsnap-compile-cache/50/269ee74478e947 new file mode 100644 index 0000000..b166b21 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/50/269ee74478e947 differ diff --git a/tmp/cache/bootsnap-compile-cache/50/270bfee52147a8 b/tmp/cache/bootsnap-compile-cache/50/270bfee52147a8 new file mode 100644 index 0000000..56abc25 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/50/270bfee52147a8 differ diff --git a/tmp/cache/bootsnap-compile-cache/50/29d5e9b47cfe4a b/tmp/cache/bootsnap-compile-cache/50/29d5e9b47cfe4a new file mode 100644 index 0000000..575557a Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/50/29d5e9b47cfe4a differ diff --git a/tmp/cache/bootsnap-compile-cache/50/2af5d86580767a b/tmp/cache/bootsnap-compile-cache/50/2af5d86580767a new file mode 100644 index 0000000..655e493 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/50/2af5d86580767a differ diff --git a/tmp/cache/bootsnap-compile-cache/50/87d4265bfe0750 b/tmp/cache/bootsnap-compile-cache/50/87d4265bfe0750 new file mode 100644 index 0000000..0ef723b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/50/87d4265bfe0750 differ diff --git a/tmp/cache/bootsnap-compile-cache/50/a8ff4e4c20ac3c b/tmp/cache/bootsnap-compile-cache/50/a8ff4e4c20ac3c new file mode 100644 index 0000000..da1e1b1 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/50/a8ff4e4c20ac3c differ diff --git a/tmp/cache/bootsnap-compile-cache/50/ae24baf73906f1 b/tmp/cache/bootsnap-compile-cache/50/ae24baf73906f1 new file mode 100644 index 0000000..b53cc77 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/50/ae24baf73906f1 differ diff --git a/tmp/cache/bootsnap-compile-cache/50/eab82490fce4b8 b/tmp/cache/bootsnap-compile-cache/50/eab82490fce4b8 new file mode 100644 index 0000000..659efa5 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/50/eab82490fce4b8 differ diff --git a/tmp/cache/bootsnap-compile-cache/51/118efe2f414ac9 b/tmp/cache/bootsnap-compile-cache/51/118efe2f414ac9 new file mode 100644 index 0000000..82a4cfa Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/51/118efe2f414ac9 differ diff --git a/tmp/cache/bootsnap-compile-cache/51/4ba41ba6da6693 b/tmp/cache/bootsnap-compile-cache/51/4ba41ba6da6693 new file mode 100644 index 0000000..1531930 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/51/4ba41ba6da6693 differ diff --git a/tmp/cache/bootsnap-compile-cache/51/61381d17a05d8b b/tmp/cache/bootsnap-compile-cache/51/61381d17a05d8b new file mode 100644 index 0000000..774490e Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/51/61381d17a05d8b differ diff --git a/tmp/cache/bootsnap-compile-cache/51/692df91ac9cab7 b/tmp/cache/bootsnap-compile-cache/51/692df91ac9cab7 new file mode 100644 index 0000000..e053726 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/51/692df91ac9cab7 differ diff --git a/tmp/cache/bootsnap-compile-cache/51/729b36ae888563 b/tmp/cache/bootsnap-compile-cache/51/729b36ae888563 new file mode 100644 index 0000000..501e4d2 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/51/729b36ae888563 differ diff --git a/tmp/cache/bootsnap-compile-cache/51/acde0b08b337d3 b/tmp/cache/bootsnap-compile-cache/51/acde0b08b337d3 new file mode 100644 index 0000000..c65342f Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/51/acde0b08b337d3 differ diff --git a/tmp/cache/bootsnap-compile-cache/51/bdd4db94c1ef9b b/tmp/cache/bootsnap-compile-cache/51/bdd4db94c1ef9b new file mode 100644 index 0000000..ec32fde Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/51/bdd4db94c1ef9b differ diff --git a/tmp/cache/bootsnap-compile-cache/51/d0b25234dcc93a b/tmp/cache/bootsnap-compile-cache/51/d0b25234dcc93a new file mode 100644 index 0000000..5e9c14b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/51/d0b25234dcc93a differ diff --git a/tmp/cache/bootsnap-compile-cache/52/14304cc293f641 b/tmp/cache/bootsnap-compile-cache/52/14304cc293f641 new file mode 100644 index 0000000..cc0c224 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/52/14304cc293f641 differ diff --git a/tmp/cache/bootsnap-compile-cache/52/1c6b9e57fd6a89 b/tmp/cache/bootsnap-compile-cache/52/1c6b9e57fd6a89 new file mode 100644 index 0000000..b15721f Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/52/1c6b9e57fd6a89 differ diff --git a/tmp/cache/bootsnap-compile-cache/52/668ee03cc2dae7 b/tmp/cache/bootsnap-compile-cache/52/668ee03cc2dae7 new file mode 100644 index 0000000..291523b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/52/668ee03cc2dae7 differ diff --git a/tmp/cache/bootsnap-compile-cache/52/7baaa0b7522378 b/tmp/cache/bootsnap-compile-cache/52/7baaa0b7522378 new file mode 100644 index 0000000..71b9533 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/52/7baaa0b7522378 differ diff --git a/tmp/cache/bootsnap-compile-cache/52/83fc554ade6842 b/tmp/cache/bootsnap-compile-cache/52/83fc554ade6842 new file mode 100644 index 0000000..5128787 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/52/83fc554ade6842 differ diff --git a/tmp/cache/bootsnap-compile-cache/52/a3eab491a9cb79 b/tmp/cache/bootsnap-compile-cache/52/a3eab491a9cb79 new file mode 100644 index 0000000..edfb790 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/52/a3eab491a9cb79 differ diff --git a/tmp/cache/bootsnap-compile-cache/52/c747b7126d8581 b/tmp/cache/bootsnap-compile-cache/52/c747b7126d8581 new file mode 100644 index 0000000..0917f27 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/52/c747b7126d8581 differ diff --git a/tmp/cache/bootsnap-compile-cache/52/cb8f911c06b1e9 b/tmp/cache/bootsnap-compile-cache/52/cb8f911c06b1e9 new file mode 100644 index 0000000..3b863cd Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/52/cb8f911c06b1e9 differ diff --git a/tmp/cache/bootsnap-compile-cache/52/e1e5935f6d2f2d b/tmp/cache/bootsnap-compile-cache/52/e1e5935f6d2f2d new file mode 100644 index 0000000..24e089c Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/52/e1e5935f6d2f2d differ diff --git a/tmp/cache/bootsnap-compile-cache/53/1e88112ab8589b b/tmp/cache/bootsnap-compile-cache/53/1e88112ab8589b new file mode 100644 index 0000000..4719672 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/53/1e88112ab8589b differ diff --git a/tmp/cache/bootsnap-compile-cache/53/2c8c7c0bdcf0b3 b/tmp/cache/bootsnap-compile-cache/53/2c8c7c0bdcf0b3 new file mode 100644 index 0000000..802e18e Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/53/2c8c7c0bdcf0b3 differ diff --git a/tmp/cache/bootsnap-compile-cache/53/a771c62f7215f0 b/tmp/cache/bootsnap-compile-cache/53/a771c62f7215f0 new file mode 100644 index 0000000..65c2175 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/53/a771c62f7215f0 differ diff --git a/tmp/cache/bootsnap-compile-cache/53/bc390b63180b08 b/tmp/cache/bootsnap-compile-cache/53/bc390b63180b08 new file mode 100644 index 0000000..da2cba4 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/53/bc390b63180b08 differ diff --git a/tmp/cache/bootsnap-compile-cache/53/e4434b41c918d1 b/tmp/cache/bootsnap-compile-cache/53/e4434b41c918d1 new file mode 100644 index 0000000..8e79693 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/53/e4434b41c918d1 differ diff --git a/tmp/cache/bootsnap-compile-cache/53/e5ad1f2507f60b b/tmp/cache/bootsnap-compile-cache/53/e5ad1f2507f60b new file mode 100644 index 0000000..257bdfd Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/53/e5ad1f2507f60b differ diff --git a/tmp/cache/bootsnap-compile-cache/53/eaedf16cf1ef2c b/tmp/cache/bootsnap-compile-cache/53/eaedf16cf1ef2c new file mode 100644 index 0000000..61dd130 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/53/eaedf16cf1ef2c differ diff --git a/tmp/cache/bootsnap-compile-cache/53/fc86d274e7e7ea b/tmp/cache/bootsnap-compile-cache/53/fc86d274e7e7ea new file mode 100644 index 0000000..5fc0a8e Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/53/fc86d274e7e7ea differ diff --git a/tmp/cache/bootsnap-compile-cache/53/fd37fcb60a6a03 b/tmp/cache/bootsnap-compile-cache/53/fd37fcb60a6a03 new file mode 100644 index 0000000..631c928 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/53/fd37fcb60a6a03 differ diff --git a/tmp/cache/bootsnap-compile-cache/54/1ffc19fbc70b22 b/tmp/cache/bootsnap-compile-cache/54/1ffc19fbc70b22 new file mode 100644 index 0000000..4b8d998 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/54/1ffc19fbc70b22 differ diff --git a/tmp/cache/bootsnap-compile-cache/54/62493340683f03 b/tmp/cache/bootsnap-compile-cache/54/62493340683f03 new file mode 100644 index 0000000..65261c8 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/54/62493340683f03 differ diff --git a/tmp/cache/bootsnap-compile-cache/54/6f7d4db15185f5 b/tmp/cache/bootsnap-compile-cache/54/6f7d4db15185f5 new file mode 100644 index 0000000..a688357 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/54/6f7d4db15185f5 differ diff --git a/tmp/cache/bootsnap-compile-cache/54/784fd834cb619e b/tmp/cache/bootsnap-compile-cache/54/784fd834cb619e new file mode 100644 index 0000000..d36b1f2 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/54/784fd834cb619e differ diff --git a/tmp/cache/bootsnap-compile-cache/54/98d16d4ce1d760 b/tmp/cache/bootsnap-compile-cache/54/98d16d4ce1d760 new file mode 100644 index 0000000..6f28e8d Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/54/98d16d4ce1d760 differ diff --git a/tmp/cache/bootsnap-compile-cache/54/af65d2e6d39fd1 b/tmp/cache/bootsnap-compile-cache/54/af65d2e6d39fd1 new file mode 100644 index 0000000..5f8ef00 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/54/af65d2e6d39fd1 differ diff --git a/tmp/cache/bootsnap-compile-cache/54/da1dc43f09fef4 b/tmp/cache/bootsnap-compile-cache/54/da1dc43f09fef4 new file mode 100644 index 0000000..2dffa25 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/54/da1dc43f09fef4 differ diff --git a/tmp/cache/bootsnap-compile-cache/54/ee1ef4d328f169 b/tmp/cache/bootsnap-compile-cache/54/ee1ef4d328f169 new file mode 100644 index 0000000..c481d17 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/54/ee1ef4d328f169 differ diff --git a/tmp/cache/bootsnap-compile-cache/54/fa52176faee69d b/tmp/cache/bootsnap-compile-cache/54/fa52176faee69d new file mode 100644 index 0000000..03bebd6 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/54/fa52176faee69d differ diff --git a/tmp/cache/bootsnap-compile-cache/55/0d27f1c9a9226f b/tmp/cache/bootsnap-compile-cache/55/0d27f1c9a9226f new file mode 100644 index 0000000..02cd83e Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/55/0d27f1c9a9226f differ diff --git a/tmp/cache/bootsnap-compile-cache/55/34d16ca5af2266 b/tmp/cache/bootsnap-compile-cache/55/34d16ca5af2266 new file mode 100644 index 0000000..a434514 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/55/34d16ca5af2266 differ diff --git a/tmp/cache/bootsnap-compile-cache/55/3638acbfa64158 b/tmp/cache/bootsnap-compile-cache/55/3638acbfa64158 new file mode 100644 index 0000000..be3f11c Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/55/3638acbfa64158 differ diff --git a/tmp/cache/bootsnap-compile-cache/55/3ff2f6621a2c65 b/tmp/cache/bootsnap-compile-cache/55/3ff2f6621a2c65 new file mode 100644 index 0000000..37af887 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/55/3ff2f6621a2c65 differ diff --git a/tmp/cache/bootsnap-compile-cache/55/6d9b2c782d20e7 b/tmp/cache/bootsnap-compile-cache/55/6d9b2c782d20e7 new file mode 100644 index 0000000..d40ede7 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/55/6d9b2c782d20e7 differ diff --git a/tmp/cache/bootsnap-compile-cache/55/a105a6a4193856 b/tmp/cache/bootsnap-compile-cache/55/a105a6a4193856 new file mode 100644 index 0000000..3da350c Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/55/a105a6a4193856 differ diff --git a/tmp/cache/bootsnap-compile-cache/56/19fed57b7602bc b/tmp/cache/bootsnap-compile-cache/56/19fed57b7602bc new file mode 100644 index 0000000..3e2c3ad Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/56/19fed57b7602bc differ diff --git a/tmp/cache/bootsnap-compile-cache/56/1a18d71d7d11e4 b/tmp/cache/bootsnap-compile-cache/56/1a18d71d7d11e4 new file mode 100644 index 0000000..61f330c Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/56/1a18d71d7d11e4 differ diff --git a/tmp/cache/bootsnap-compile-cache/56/1e510245c47d63 b/tmp/cache/bootsnap-compile-cache/56/1e510245c47d63 new file mode 100644 index 0000000..5499cb4 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/56/1e510245c47d63 differ diff --git a/tmp/cache/bootsnap-compile-cache/56/3200a0527d1cf5 b/tmp/cache/bootsnap-compile-cache/56/3200a0527d1cf5 new file mode 100644 index 0000000..0aca93f Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/56/3200a0527d1cf5 differ diff --git a/tmp/cache/bootsnap-compile-cache/56/47fab0e01403f5 b/tmp/cache/bootsnap-compile-cache/56/47fab0e01403f5 new file mode 100644 index 0000000..590c663 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/56/47fab0e01403f5 differ diff --git a/tmp/cache/bootsnap-compile-cache/56/6207c7991f5ef9 b/tmp/cache/bootsnap-compile-cache/56/6207c7991f5ef9 new file mode 100644 index 0000000..30bfba5 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/56/6207c7991f5ef9 differ diff --git a/tmp/cache/bootsnap-compile-cache/56/eb008f00135d91 b/tmp/cache/bootsnap-compile-cache/56/eb008f00135d91 new file mode 100644 index 0000000..051d12c Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/56/eb008f00135d91 differ diff --git a/tmp/cache/bootsnap-compile-cache/57/4f8014e5f71e76 b/tmp/cache/bootsnap-compile-cache/57/4f8014e5f71e76 new file mode 100644 index 0000000..49d6c85 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/57/4f8014e5f71e76 differ diff --git a/tmp/cache/bootsnap-compile-cache/57/604d964b34b07e b/tmp/cache/bootsnap-compile-cache/57/604d964b34b07e new file mode 100644 index 0000000..7bccc0c Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/57/604d964b34b07e differ diff --git a/tmp/cache/bootsnap-compile-cache/57/9b8672638d6024 b/tmp/cache/bootsnap-compile-cache/57/9b8672638d6024 new file mode 100644 index 0000000..ba5a876 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/57/9b8672638d6024 differ diff --git a/tmp/cache/bootsnap-compile-cache/57/a73e6a01297478 b/tmp/cache/bootsnap-compile-cache/57/a73e6a01297478 new file mode 100644 index 0000000..9e84528 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/57/a73e6a01297478 differ diff --git a/tmp/cache/bootsnap-compile-cache/57/ccff27baeb7619 b/tmp/cache/bootsnap-compile-cache/57/ccff27baeb7619 new file mode 100644 index 0000000..d12a8de Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/57/ccff27baeb7619 differ diff --git a/tmp/cache/bootsnap-compile-cache/57/f5713bbf6c3316 b/tmp/cache/bootsnap-compile-cache/57/f5713bbf6c3316 new file mode 100644 index 0000000..b79b395 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/57/f5713bbf6c3316 differ diff --git a/tmp/cache/bootsnap-compile-cache/58/58ab5ef262307f b/tmp/cache/bootsnap-compile-cache/58/58ab5ef262307f new file mode 100644 index 0000000..1b0a68e Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/58/58ab5ef262307f differ diff --git a/tmp/cache/bootsnap-compile-cache/58/5b12ce25725ac8 b/tmp/cache/bootsnap-compile-cache/58/5b12ce25725ac8 new file mode 100644 index 0000000..19016a0 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/58/5b12ce25725ac8 differ diff --git a/tmp/cache/bootsnap-compile-cache/58/61f35171220a7e b/tmp/cache/bootsnap-compile-cache/58/61f35171220a7e new file mode 100644 index 0000000..34d0cc3 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/58/61f35171220a7e differ diff --git a/tmp/cache/bootsnap-compile-cache/58/9b26f92cde47ab b/tmp/cache/bootsnap-compile-cache/58/9b26f92cde47ab new file mode 100644 index 0000000..7c39dbd Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/58/9b26f92cde47ab differ diff --git a/tmp/cache/bootsnap-compile-cache/58/a244a5785621ed b/tmp/cache/bootsnap-compile-cache/58/a244a5785621ed new file mode 100644 index 0000000..41e32c0 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/58/a244a5785621ed differ diff --git a/tmp/cache/bootsnap-compile-cache/59/3c1490579ad1ae b/tmp/cache/bootsnap-compile-cache/59/3c1490579ad1ae new file mode 100644 index 0000000..49dccf8 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/59/3c1490579ad1ae differ diff --git a/tmp/cache/bootsnap-compile-cache/59/7b22a2e36ebf38 b/tmp/cache/bootsnap-compile-cache/59/7b22a2e36ebf38 new file mode 100644 index 0000000..0e98294 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/59/7b22a2e36ebf38 differ diff --git a/tmp/cache/bootsnap-compile-cache/59/9e62176d1eab5f b/tmp/cache/bootsnap-compile-cache/59/9e62176d1eab5f new file mode 100644 index 0000000..2cd9f48 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/59/9e62176d1eab5f differ diff --git a/tmp/cache/bootsnap-compile-cache/59/ba3f25b818f551 b/tmp/cache/bootsnap-compile-cache/59/ba3f25b818f551 new file mode 100644 index 0000000..1c1affb Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/59/ba3f25b818f551 differ diff --git a/tmp/cache/bootsnap-compile-cache/59/fc371116af37cb b/tmp/cache/bootsnap-compile-cache/59/fc371116af37cb new file mode 100644 index 0000000..c784d46 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/59/fc371116af37cb differ diff --git a/tmp/cache/bootsnap-compile-cache/59/fc7ce1bd048d53 b/tmp/cache/bootsnap-compile-cache/59/fc7ce1bd048d53 new file mode 100644 index 0000000..da6736f Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/59/fc7ce1bd048d53 differ diff --git a/tmp/cache/bootsnap-compile-cache/5a/0bdd1cddd51f72 b/tmp/cache/bootsnap-compile-cache/5a/0bdd1cddd51f72 new file mode 100644 index 0000000..fe6b983 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/5a/0bdd1cddd51f72 differ diff --git a/tmp/cache/bootsnap-compile-cache/5a/0ca6df29d274f7 b/tmp/cache/bootsnap-compile-cache/5a/0ca6df29d274f7 new file mode 100644 index 0000000..31afe88 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/5a/0ca6df29d274f7 differ diff --git a/tmp/cache/bootsnap-compile-cache/5a/121bc65027e399 b/tmp/cache/bootsnap-compile-cache/5a/121bc65027e399 new file mode 100644 index 0000000..601ea48 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/5a/121bc65027e399 differ diff --git a/tmp/cache/bootsnap-compile-cache/5a/481ef48915179a b/tmp/cache/bootsnap-compile-cache/5a/481ef48915179a new file mode 100644 index 0000000..2935750 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/5a/481ef48915179a differ diff --git a/tmp/cache/bootsnap-compile-cache/5a/5f2245c75e6e4a b/tmp/cache/bootsnap-compile-cache/5a/5f2245c75e6e4a new file mode 100644 index 0000000..fea3438 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/5a/5f2245c75e6e4a differ diff --git a/tmp/cache/bootsnap-compile-cache/5a/67b20cef62c8c4 b/tmp/cache/bootsnap-compile-cache/5a/67b20cef62c8c4 new file mode 100644 index 0000000..76e32ba Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/5a/67b20cef62c8c4 differ diff --git a/tmp/cache/bootsnap-compile-cache/5a/7320e926e2802e b/tmp/cache/bootsnap-compile-cache/5a/7320e926e2802e new file mode 100644 index 0000000..21eeb1c Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/5a/7320e926e2802e differ diff --git a/tmp/cache/bootsnap-compile-cache/5a/752bfba09ed796 b/tmp/cache/bootsnap-compile-cache/5a/752bfba09ed796 new file mode 100644 index 0000000..4c6ab91 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/5a/752bfba09ed796 differ diff --git a/tmp/cache/bootsnap-compile-cache/5a/7b59422e59fcf7 b/tmp/cache/bootsnap-compile-cache/5a/7b59422e59fcf7 new file mode 100644 index 0000000..ad6e76c Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/5a/7b59422e59fcf7 differ diff --git a/tmp/cache/bootsnap-compile-cache/5a/8d1a8eee733024 b/tmp/cache/bootsnap-compile-cache/5a/8d1a8eee733024 new file mode 100644 index 0000000..e6940bb Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/5a/8d1a8eee733024 differ diff --git a/tmp/cache/bootsnap-compile-cache/5a/e868c6355ef13c b/tmp/cache/bootsnap-compile-cache/5a/e868c6355ef13c new file mode 100644 index 0000000..ba8492a Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/5a/e868c6355ef13c differ diff --git a/tmp/cache/bootsnap-compile-cache/5b/1297264e8ddf49 b/tmp/cache/bootsnap-compile-cache/5b/1297264e8ddf49 new file mode 100644 index 0000000..ddd244b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/5b/1297264e8ddf49 differ diff --git a/tmp/cache/bootsnap-compile-cache/5b/57081d63ac37f0 b/tmp/cache/bootsnap-compile-cache/5b/57081d63ac37f0 new file mode 100644 index 0000000..6b6fbf4 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/5b/57081d63ac37f0 differ diff --git a/tmp/cache/bootsnap-compile-cache/5b/6d29992113e41c b/tmp/cache/bootsnap-compile-cache/5b/6d29992113e41c new file mode 100644 index 0000000..0e1161d Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/5b/6d29992113e41c differ diff --git a/tmp/cache/bootsnap-compile-cache/5b/8847a2c8df33d0 b/tmp/cache/bootsnap-compile-cache/5b/8847a2c8df33d0 new file mode 100644 index 0000000..2d831e0 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/5b/8847a2c8df33d0 differ diff --git a/tmp/cache/bootsnap-compile-cache/5b/d62be510d75b5b b/tmp/cache/bootsnap-compile-cache/5b/d62be510d75b5b new file mode 100644 index 0000000..5dbd392 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/5b/d62be510d75b5b differ diff --git a/tmp/cache/bootsnap-compile-cache/5b/ef0e063bf125c4 b/tmp/cache/bootsnap-compile-cache/5b/ef0e063bf125c4 new file mode 100644 index 0000000..636d7ec Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/5b/ef0e063bf125c4 differ diff --git a/tmp/cache/bootsnap-compile-cache/5b/f382e17525041c b/tmp/cache/bootsnap-compile-cache/5b/f382e17525041c new file mode 100644 index 0000000..cc264ed Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/5b/f382e17525041c differ diff --git a/tmp/cache/bootsnap-compile-cache/5c/4f3ef74dfa4d48 b/tmp/cache/bootsnap-compile-cache/5c/4f3ef74dfa4d48 new file mode 100644 index 0000000..3f88a27 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/5c/4f3ef74dfa4d48 differ diff --git a/tmp/cache/bootsnap-compile-cache/5c/5c974bf0d9cbfe b/tmp/cache/bootsnap-compile-cache/5c/5c974bf0d9cbfe new file mode 100644 index 0000000..007410e Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/5c/5c974bf0d9cbfe differ diff --git a/tmp/cache/bootsnap-compile-cache/5c/64d7bbcb6f26b2 b/tmp/cache/bootsnap-compile-cache/5c/64d7bbcb6f26b2 new file mode 100644 index 0000000..03fa03a Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/5c/64d7bbcb6f26b2 differ diff --git a/tmp/cache/bootsnap-compile-cache/5c/7685b7ee28ef89 b/tmp/cache/bootsnap-compile-cache/5c/7685b7ee28ef89 new file mode 100644 index 0000000..9c70ba1 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/5c/7685b7ee28ef89 differ diff --git a/tmp/cache/bootsnap-compile-cache/5c/b80f40f426e0fb b/tmp/cache/bootsnap-compile-cache/5c/b80f40f426e0fb new file mode 100644 index 0000000..443cede Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/5c/b80f40f426e0fb differ diff --git a/tmp/cache/bootsnap-compile-cache/5d/22ba4092ad5b50 b/tmp/cache/bootsnap-compile-cache/5d/22ba4092ad5b50 new file mode 100644 index 0000000..879c433 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/5d/22ba4092ad5b50 differ diff --git a/tmp/cache/bootsnap-compile-cache/5d/2d9024a05df054 b/tmp/cache/bootsnap-compile-cache/5d/2d9024a05df054 new file mode 100644 index 0000000..85e3d8f Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/5d/2d9024a05df054 differ diff --git a/tmp/cache/bootsnap-compile-cache/5d/52761b94322dc9 b/tmp/cache/bootsnap-compile-cache/5d/52761b94322dc9 new file mode 100644 index 0000000..f20038b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/5d/52761b94322dc9 differ diff --git a/tmp/cache/bootsnap-compile-cache/5d/cc50acf8d3053e b/tmp/cache/bootsnap-compile-cache/5d/cc50acf8d3053e new file mode 100644 index 0000000..722f6e1 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/5d/cc50acf8d3053e differ diff --git a/tmp/cache/bootsnap-compile-cache/5d/f11892f5265ee7 b/tmp/cache/bootsnap-compile-cache/5d/f11892f5265ee7 new file mode 100644 index 0000000..d7243b0 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/5d/f11892f5265ee7 differ diff --git a/tmp/cache/bootsnap-compile-cache/5e/12e004e91338cf b/tmp/cache/bootsnap-compile-cache/5e/12e004e91338cf new file mode 100644 index 0000000..fa8dbde Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/5e/12e004e91338cf differ diff --git a/tmp/cache/bootsnap-compile-cache/5e/4e95c57a88b4e4 b/tmp/cache/bootsnap-compile-cache/5e/4e95c57a88b4e4 new file mode 100644 index 0000000..d39eb97 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/5e/4e95c57a88b4e4 differ diff --git a/tmp/cache/bootsnap-compile-cache/5e/708949a3194077 b/tmp/cache/bootsnap-compile-cache/5e/708949a3194077 new file mode 100644 index 0000000..5603210 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/5e/708949a3194077 differ diff --git a/tmp/cache/bootsnap-compile-cache/5e/733b65f805af2d b/tmp/cache/bootsnap-compile-cache/5e/733b65f805af2d new file mode 100644 index 0000000..2a5894c Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/5e/733b65f805af2d differ diff --git a/tmp/cache/bootsnap-compile-cache/5e/c8637fc8cfa7d9 b/tmp/cache/bootsnap-compile-cache/5e/c8637fc8cfa7d9 new file mode 100644 index 0000000..3f8d366 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/5e/c8637fc8cfa7d9 differ diff --git a/tmp/cache/bootsnap-compile-cache/5e/e398f6a39ee6c7 b/tmp/cache/bootsnap-compile-cache/5e/e398f6a39ee6c7 new file mode 100644 index 0000000..94f95e5 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/5e/e398f6a39ee6c7 differ diff --git a/tmp/cache/bootsnap-compile-cache/5e/ed1ae7d72f03b6 b/tmp/cache/bootsnap-compile-cache/5e/ed1ae7d72f03b6 new file mode 100644 index 0000000..9e61e79 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/5e/ed1ae7d72f03b6 differ diff --git a/tmp/cache/bootsnap-compile-cache/5f/3823939fb10120 b/tmp/cache/bootsnap-compile-cache/5f/3823939fb10120 new file mode 100644 index 0000000..09eeed1 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/5f/3823939fb10120 differ diff --git a/tmp/cache/bootsnap-compile-cache/5f/511bfd34c04e70 b/tmp/cache/bootsnap-compile-cache/5f/511bfd34c04e70 new file mode 100644 index 0000000..bb79e70 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/5f/511bfd34c04e70 differ diff --git a/tmp/cache/bootsnap-compile-cache/60/12ff93a86751b9 b/tmp/cache/bootsnap-compile-cache/60/12ff93a86751b9 new file mode 100644 index 0000000..0f28e0a Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/60/12ff93a86751b9 differ diff --git a/tmp/cache/bootsnap-compile-cache/60/141a1852074147 b/tmp/cache/bootsnap-compile-cache/60/141a1852074147 new file mode 100644 index 0000000..4b6cf43 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/60/141a1852074147 differ diff --git a/tmp/cache/bootsnap-compile-cache/60/52f8c82400474f b/tmp/cache/bootsnap-compile-cache/60/52f8c82400474f new file mode 100644 index 0000000..4be4e59 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/60/52f8c82400474f differ diff --git a/tmp/cache/bootsnap-compile-cache/61/1a689259660764 b/tmp/cache/bootsnap-compile-cache/61/1a689259660764 new file mode 100644 index 0000000..ebc690b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/61/1a689259660764 differ diff --git a/tmp/cache/bootsnap-compile-cache/61/9cc4dcb1e7c325 b/tmp/cache/bootsnap-compile-cache/61/9cc4dcb1e7c325 new file mode 100644 index 0000000..aa1d2b2 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/61/9cc4dcb1e7c325 differ diff --git a/tmp/cache/bootsnap-compile-cache/61/b6e01999cb0465 b/tmp/cache/bootsnap-compile-cache/61/b6e01999cb0465 new file mode 100644 index 0000000..fab4ac3 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/61/b6e01999cb0465 differ diff --git a/tmp/cache/bootsnap-compile-cache/61/b9029c9f67f612 b/tmp/cache/bootsnap-compile-cache/61/b9029c9f67f612 new file mode 100644 index 0000000..6d865ff Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/61/b9029c9f67f612 differ diff --git a/tmp/cache/bootsnap-compile-cache/61/c49b9d6213fb57 b/tmp/cache/bootsnap-compile-cache/61/c49b9d6213fb57 new file mode 100644 index 0000000..7e9c406 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/61/c49b9d6213fb57 differ diff --git a/tmp/cache/bootsnap-compile-cache/61/f2e6e054b83d33 b/tmp/cache/bootsnap-compile-cache/61/f2e6e054b83d33 new file mode 100644 index 0000000..68b819a Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/61/f2e6e054b83d33 differ diff --git a/tmp/cache/bootsnap-compile-cache/61/f41bbba9b39d15 b/tmp/cache/bootsnap-compile-cache/61/f41bbba9b39d15 new file mode 100644 index 0000000..011b0fd Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/61/f41bbba9b39d15 differ diff --git a/tmp/cache/bootsnap-compile-cache/62/05ce33cdbebf05 b/tmp/cache/bootsnap-compile-cache/62/05ce33cdbebf05 new file mode 100644 index 0000000..1461c7b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/62/05ce33cdbebf05 differ diff --git a/tmp/cache/bootsnap-compile-cache/62/2b06691958f22e b/tmp/cache/bootsnap-compile-cache/62/2b06691958f22e new file mode 100644 index 0000000..927fba8 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/62/2b06691958f22e differ diff --git a/tmp/cache/bootsnap-compile-cache/62/6cf87c08ce2020 b/tmp/cache/bootsnap-compile-cache/62/6cf87c08ce2020 new file mode 100644 index 0000000..9963f76 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/62/6cf87c08ce2020 differ diff --git a/tmp/cache/bootsnap-compile-cache/62/e80796855f2c60 b/tmp/cache/bootsnap-compile-cache/62/e80796855f2c60 new file mode 100644 index 0000000..dc83ea1 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/62/e80796855f2c60 differ diff --git a/tmp/cache/bootsnap-compile-cache/63/42093f70c4103c b/tmp/cache/bootsnap-compile-cache/63/42093f70c4103c new file mode 100644 index 0000000..312df42 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/63/42093f70c4103c differ diff --git a/tmp/cache/bootsnap-compile-cache/63/8f703ad18826d0 b/tmp/cache/bootsnap-compile-cache/63/8f703ad18826d0 new file mode 100644 index 0000000..6ce205e Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/63/8f703ad18826d0 differ diff --git a/tmp/cache/bootsnap-compile-cache/63/96c077026ea285 b/tmp/cache/bootsnap-compile-cache/63/96c077026ea285 new file mode 100644 index 0000000..50c00ac Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/63/96c077026ea285 differ diff --git a/tmp/cache/bootsnap-compile-cache/64/0d0058a680d9c2 b/tmp/cache/bootsnap-compile-cache/64/0d0058a680d9c2 new file mode 100644 index 0000000..035746a Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/64/0d0058a680d9c2 differ diff --git a/tmp/cache/bootsnap-compile-cache/64/281f9cb85ae2e3 b/tmp/cache/bootsnap-compile-cache/64/281f9cb85ae2e3 new file mode 100644 index 0000000..03f2353 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/64/281f9cb85ae2e3 differ diff --git a/tmp/cache/bootsnap-compile-cache/64/662374cea093eb b/tmp/cache/bootsnap-compile-cache/64/662374cea093eb new file mode 100644 index 0000000..c17382b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/64/662374cea093eb differ diff --git a/tmp/cache/bootsnap-compile-cache/64/bb35f21d0b052e b/tmp/cache/bootsnap-compile-cache/64/bb35f21d0b052e new file mode 100644 index 0000000..cbe19f2 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/64/bb35f21d0b052e differ diff --git a/tmp/cache/bootsnap-compile-cache/64/d956f51bb3b081 b/tmp/cache/bootsnap-compile-cache/64/d956f51bb3b081 new file mode 100644 index 0000000..0323e99 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/64/d956f51bb3b081 differ diff --git a/tmp/cache/bootsnap-compile-cache/65/03f04de452db29 b/tmp/cache/bootsnap-compile-cache/65/03f04de452db29 new file mode 100644 index 0000000..4e07de1 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/65/03f04de452db29 differ diff --git a/tmp/cache/bootsnap-compile-cache/65/071eed2be5098f b/tmp/cache/bootsnap-compile-cache/65/071eed2be5098f new file mode 100644 index 0000000..a2df700 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/65/071eed2be5098f differ diff --git a/tmp/cache/bootsnap-compile-cache/65/2c5fc346b2088f b/tmp/cache/bootsnap-compile-cache/65/2c5fc346b2088f new file mode 100644 index 0000000..dac5faf Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/65/2c5fc346b2088f differ diff --git a/tmp/cache/bootsnap-compile-cache/65/c08fa91b508140 b/tmp/cache/bootsnap-compile-cache/65/c08fa91b508140 new file mode 100644 index 0000000..312c3e6 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/65/c08fa91b508140 differ diff --git a/tmp/cache/bootsnap-compile-cache/66/4fbf47edf1dccf b/tmp/cache/bootsnap-compile-cache/66/4fbf47edf1dccf new file mode 100644 index 0000000..8fa50cf Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/66/4fbf47edf1dccf differ diff --git a/tmp/cache/bootsnap-compile-cache/66/6acaac312e2df6 b/tmp/cache/bootsnap-compile-cache/66/6acaac312e2df6 new file mode 100644 index 0000000..588c047 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/66/6acaac312e2df6 differ diff --git a/tmp/cache/bootsnap-compile-cache/66/7353d49f399697 b/tmp/cache/bootsnap-compile-cache/66/7353d49f399697 new file mode 100644 index 0000000..8b2064d Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/66/7353d49f399697 differ diff --git a/tmp/cache/bootsnap-compile-cache/66/9586f99fdd3274 b/tmp/cache/bootsnap-compile-cache/66/9586f99fdd3274 new file mode 100644 index 0000000..59cc67f Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/66/9586f99fdd3274 differ diff --git a/tmp/cache/bootsnap-compile-cache/66/bcc8cd35470449 b/tmp/cache/bootsnap-compile-cache/66/bcc8cd35470449 new file mode 100644 index 0000000..ecf93e7 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/66/bcc8cd35470449 differ diff --git a/tmp/cache/bootsnap-compile-cache/66/e1d30e521b3df0 b/tmp/cache/bootsnap-compile-cache/66/e1d30e521b3df0 new file mode 100644 index 0000000..6c9e833 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/66/e1d30e521b3df0 differ diff --git a/tmp/cache/bootsnap-compile-cache/67/1cb129a2dbf74b b/tmp/cache/bootsnap-compile-cache/67/1cb129a2dbf74b new file mode 100644 index 0000000..e1add4d Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/67/1cb129a2dbf74b differ diff --git a/tmp/cache/bootsnap-compile-cache/67/4515780eca67be b/tmp/cache/bootsnap-compile-cache/67/4515780eca67be new file mode 100644 index 0000000..2f05999 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/67/4515780eca67be differ diff --git a/tmp/cache/bootsnap-compile-cache/67/6c0df7729fec6b b/tmp/cache/bootsnap-compile-cache/67/6c0df7729fec6b new file mode 100644 index 0000000..c1f6c8b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/67/6c0df7729fec6b differ diff --git a/tmp/cache/bootsnap-compile-cache/67/84b57e7f26a762 b/tmp/cache/bootsnap-compile-cache/67/84b57e7f26a762 new file mode 100644 index 0000000..f00d3df Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/67/84b57e7f26a762 differ diff --git a/tmp/cache/bootsnap-compile-cache/67/8bc65ce62ca5de b/tmp/cache/bootsnap-compile-cache/67/8bc65ce62ca5de new file mode 100644 index 0000000..1a58c5e Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/67/8bc65ce62ca5de differ diff --git a/tmp/cache/bootsnap-compile-cache/67/cfffa6a949202c b/tmp/cache/bootsnap-compile-cache/67/cfffa6a949202c new file mode 100644 index 0000000..a9fd176 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/67/cfffa6a949202c differ diff --git a/tmp/cache/bootsnap-compile-cache/67/f5937446951755 b/tmp/cache/bootsnap-compile-cache/67/f5937446951755 new file mode 100644 index 0000000..52adef8 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/67/f5937446951755 differ diff --git a/tmp/cache/bootsnap-compile-cache/68/11501816998ab1 b/tmp/cache/bootsnap-compile-cache/68/11501816998ab1 new file mode 100644 index 0000000..c993a73 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/68/11501816998ab1 differ diff --git a/tmp/cache/bootsnap-compile-cache/68/2cd0274393165f b/tmp/cache/bootsnap-compile-cache/68/2cd0274393165f new file mode 100644 index 0000000..73a2af5 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/68/2cd0274393165f differ diff --git a/tmp/cache/bootsnap-compile-cache/68/391f4fc0e1bb67 b/tmp/cache/bootsnap-compile-cache/68/391f4fc0e1bb67 new file mode 100644 index 0000000..5e755e7 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/68/391f4fc0e1bb67 differ diff --git a/tmp/cache/bootsnap-compile-cache/68/90d4e6bf4d251b b/tmp/cache/bootsnap-compile-cache/68/90d4e6bf4d251b new file mode 100644 index 0000000..2bcf7ac Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/68/90d4e6bf4d251b differ diff --git a/tmp/cache/bootsnap-compile-cache/68/9bb31c3c59e2b5 b/tmp/cache/bootsnap-compile-cache/68/9bb31c3c59e2b5 new file mode 100644 index 0000000..a087153 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/68/9bb31c3c59e2b5 differ diff --git a/tmp/cache/bootsnap-compile-cache/68/b2ff3d9c7f02f7 b/tmp/cache/bootsnap-compile-cache/68/b2ff3d9c7f02f7 new file mode 100644 index 0000000..a353b19 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/68/b2ff3d9c7f02f7 differ diff --git a/tmp/cache/bootsnap-compile-cache/68/ce2ae0f709c208 b/tmp/cache/bootsnap-compile-cache/68/ce2ae0f709c208 new file mode 100644 index 0000000..707a95b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/68/ce2ae0f709c208 differ diff --git a/tmp/cache/bootsnap-compile-cache/68/f4e64f33d9d55b b/tmp/cache/bootsnap-compile-cache/68/f4e64f33d9d55b new file mode 100644 index 0000000..ff0fc2f Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/68/f4e64f33d9d55b differ diff --git a/tmp/cache/bootsnap-compile-cache/69/495b8576569cfe b/tmp/cache/bootsnap-compile-cache/69/495b8576569cfe new file mode 100644 index 0000000..9d32c7a Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/69/495b8576569cfe differ diff --git a/tmp/cache/bootsnap-compile-cache/69/6d699c99f541a1 b/tmp/cache/bootsnap-compile-cache/69/6d699c99f541a1 new file mode 100644 index 0000000..b797254 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/69/6d699c99f541a1 differ diff --git a/tmp/cache/bootsnap-compile-cache/69/74c2388c41803b b/tmp/cache/bootsnap-compile-cache/69/74c2388c41803b new file mode 100644 index 0000000..e708957 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/69/74c2388c41803b differ diff --git a/tmp/cache/bootsnap-compile-cache/69/c21382624b251f b/tmp/cache/bootsnap-compile-cache/69/c21382624b251f new file mode 100644 index 0000000..11d87b0 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/69/c21382624b251f differ diff --git a/tmp/cache/bootsnap-compile-cache/69/e05fc5a46aaeb4 b/tmp/cache/bootsnap-compile-cache/69/e05fc5a46aaeb4 new file mode 100644 index 0000000..dc952fb Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/69/e05fc5a46aaeb4 differ diff --git a/tmp/cache/bootsnap-compile-cache/69/f32b4d44ebe342 b/tmp/cache/bootsnap-compile-cache/69/f32b4d44ebe342 new file mode 100644 index 0000000..5b213cd Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/69/f32b4d44ebe342 differ diff --git a/tmp/cache/bootsnap-compile-cache/69/ff11a2036d737e b/tmp/cache/bootsnap-compile-cache/69/ff11a2036d737e new file mode 100644 index 0000000..ed32cb0 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/69/ff11a2036d737e differ diff --git a/tmp/cache/bootsnap-compile-cache/6a/43904517e32de2 b/tmp/cache/bootsnap-compile-cache/6a/43904517e32de2 new file mode 100644 index 0000000..43afad3 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/6a/43904517e32de2 differ diff --git a/tmp/cache/bootsnap-compile-cache/6a/684d50f9fc8e9a b/tmp/cache/bootsnap-compile-cache/6a/684d50f9fc8e9a new file mode 100644 index 0000000..a976bfd Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/6a/684d50f9fc8e9a differ diff --git a/tmp/cache/bootsnap-compile-cache/6a/6cc0980bf37cfc b/tmp/cache/bootsnap-compile-cache/6a/6cc0980bf37cfc new file mode 100644 index 0000000..ae8a0a6 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/6a/6cc0980bf37cfc differ diff --git a/tmp/cache/bootsnap-compile-cache/6a/76e98d6ea7a954 b/tmp/cache/bootsnap-compile-cache/6a/76e98d6ea7a954 new file mode 100644 index 0000000..d165ce8 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/6a/76e98d6ea7a954 differ diff --git a/tmp/cache/bootsnap-compile-cache/6a/9358dd212cee36 b/tmp/cache/bootsnap-compile-cache/6a/9358dd212cee36 new file mode 100644 index 0000000..c09617c Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/6a/9358dd212cee36 differ diff --git a/tmp/cache/bootsnap-compile-cache/6a/c0431b84452b9c b/tmp/cache/bootsnap-compile-cache/6a/c0431b84452b9c new file mode 100644 index 0000000..835a1cc Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/6a/c0431b84452b9c differ diff --git a/tmp/cache/bootsnap-compile-cache/6a/d892f89b644527 b/tmp/cache/bootsnap-compile-cache/6a/d892f89b644527 new file mode 100644 index 0000000..fea72e1 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/6a/d892f89b644527 differ diff --git a/tmp/cache/bootsnap-compile-cache/6a/e9d9d55b7c0e78 b/tmp/cache/bootsnap-compile-cache/6a/e9d9d55b7c0e78 new file mode 100644 index 0000000..dd8fd58 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/6a/e9d9d55b7c0e78 differ diff --git a/tmp/cache/bootsnap-compile-cache/6a/ec524df69cfbd4 b/tmp/cache/bootsnap-compile-cache/6a/ec524df69cfbd4 new file mode 100644 index 0000000..893d756 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/6a/ec524df69cfbd4 differ diff --git a/tmp/cache/bootsnap-compile-cache/6a/ff1ebdeac6dcbc b/tmp/cache/bootsnap-compile-cache/6a/ff1ebdeac6dcbc new file mode 100644 index 0000000..2185cfc Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/6a/ff1ebdeac6dcbc differ diff --git a/tmp/cache/bootsnap-compile-cache/6b/38d7e16dc1ece1 b/tmp/cache/bootsnap-compile-cache/6b/38d7e16dc1ece1 new file mode 100644 index 0000000..aa49386 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/6b/38d7e16dc1ece1 differ diff --git a/tmp/cache/bootsnap-compile-cache/6b/6856b9b9a343a1 b/tmp/cache/bootsnap-compile-cache/6b/6856b9b9a343a1 new file mode 100644 index 0000000..1e11af4 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/6b/6856b9b9a343a1 differ diff --git a/tmp/cache/bootsnap-compile-cache/6b/9f7c91e95f2fd7 b/tmp/cache/bootsnap-compile-cache/6b/9f7c91e95f2fd7 new file mode 100644 index 0000000..df305cc Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/6b/9f7c91e95f2fd7 differ diff --git a/tmp/cache/bootsnap-compile-cache/6b/ee5b7ea77dde2c b/tmp/cache/bootsnap-compile-cache/6b/ee5b7ea77dde2c new file mode 100644 index 0000000..79c734f Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/6b/ee5b7ea77dde2c differ diff --git a/tmp/cache/bootsnap-compile-cache/6c/1db4cb15feee75 b/tmp/cache/bootsnap-compile-cache/6c/1db4cb15feee75 new file mode 100644 index 0000000..1b4cba0 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/6c/1db4cb15feee75 differ diff --git a/tmp/cache/bootsnap-compile-cache/6c/3d5098993b4caf b/tmp/cache/bootsnap-compile-cache/6c/3d5098993b4caf new file mode 100644 index 0000000..2943624 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/6c/3d5098993b4caf differ diff --git a/tmp/cache/bootsnap-compile-cache/6c/4f3d2b70cf99d6 b/tmp/cache/bootsnap-compile-cache/6c/4f3d2b70cf99d6 new file mode 100644 index 0000000..d39d61b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/6c/4f3d2b70cf99d6 differ diff --git a/tmp/cache/bootsnap-compile-cache/6c/9f1b5ae16c2f1b b/tmp/cache/bootsnap-compile-cache/6c/9f1b5ae16c2f1b new file mode 100644 index 0000000..499bb8b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/6c/9f1b5ae16c2f1b differ diff --git a/tmp/cache/bootsnap-compile-cache/6c/bac411c077df6d b/tmp/cache/bootsnap-compile-cache/6c/bac411c077df6d new file mode 100644 index 0000000..ed9b893 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/6c/bac411c077df6d differ diff --git a/tmp/cache/bootsnap-compile-cache/6c/db7783c0fddd2c b/tmp/cache/bootsnap-compile-cache/6c/db7783c0fddd2c new file mode 100644 index 0000000..f1f6843 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/6c/db7783c0fddd2c differ diff --git a/tmp/cache/bootsnap-compile-cache/6c/df290487588a07 b/tmp/cache/bootsnap-compile-cache/6c/df290487588a07 new file mode 100644 index 0000000..6c00e30 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/6c/df290487588a07 differ diff --git a/tmp/cache/bootsnap-compile-cache/6c/f73307f973fff2 b/tmp/cache/bootsnap-compile-cache/6c/f73307f973fff2 new file mode 100644 index 0000000..5c76147 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/6c/f73307f973fff2 differ diff --git a/tmp/cache/bootsnap-compile-cache/6d/06ce37447ab7c5 b/tmp/cache/bootsnap-compile-cache/6d/06ce37447ab7c5 new file mode 100644 index 0000000..af22e1b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/6d/06ce37447ab7c5 differ diff --git a/tmp/cache/bootsnap-compile-cache/6d/089709de07d4a2 b/tmp/cache/bootsnap-compile-cache/6d/089709de07d4a2 new file mode 100644 index 0000000..f6fea6d Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/6d/089709de07d4a2 differ diff --git a/tmp/cache/bootsnap-compile-cache/6d/3f20b5c85d57ad b/tmp/cache/bootsnap-compile-cache/6d/3f20b5c85d57ad new file mode 100644 index 0000000..281ce76 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/6d/3f20b5c85d57ad differ diff --git a/tmp/cache/bootsnap-compile-cache/6d/b6dbbd313903b6 b/tmp/cache/bootsnap-compile-cache/6d/b6dbbd313903b6 new file mode 100644 index 0000000..ba9c9c8 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/6d/b6dbbd313903b6 differ diff --git a/tmp/cache/bootsnap-compile-cache/6d/ec7ea3e6ce6951 b/tmp/cache/bootsnap-compile-cache/6d/ec7ea3e6ce6951 new file mode 100644 index 0000000..1b85cdc Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/6d/ec7ea3e6ce6951 differ diff --git a/tmp/cache/bootsnap-compile-cache/6d/ecf0a3f700fbeb b/tmp/cache/bootsnap-compile-cache/6d/ecf0a3f700fbeb new file mode 100644 index 0000000..01d71fa Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/6d/ecf0a3f700fbeb differ diff --git a/tmp/cache/bootsnap-compile-cache/6e/06122b162f4e90 b/tmp/cache/bootsnap-compile-cache/6e/06122b162f4e90 new file mode 100644 index 0000000..570e2ff Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/6e/06122b162f4e90 differ diff --git a/tmp/cache/bootsnap-compile-cache/6e/0bd4e9a505c865 b/tmp/cache/bootsnap-compile-cache/6e/0bd4e9a505c865 new file mode 100644 index 0000000..7279538 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/6e/0bd4e9a505c865 differ diff --git a/tmp/cache/bootsnap-compile-cache/6e/1189be0bbe220f b/tmp/cache/bootsnap-compile-cache/6e/1189be0bbe220f new file mode 100644 index 0000000..7c07866 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/6e/1189be0bbe220f differ diff --git a/tmp/cache/bootsnap-compile-cache/6e/2088126d786583 b/tmp/cache/bootsnap-compile-cache/6e/2088126d786583 new file mode 100644 index 0000000..6e04707 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/6e/2088126d786583 differ diff --git a/tmp/cache/bootsnap-compile-cache/6e/303757dd22a38c b/tmp/cache/bootsnap-compile-cache/6e/303757dd22a38c new file mode 100644 index 0000000..bb82142 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/6e/303757dd22a38c differ diff --git a/tmp/cache/bootsnap-compile-cache/6e/5f135fe204866f b/tmp/cache/bootsnap-compile-cache/6e/5f135fe204866f new file mode 100644 index 0000000..0ea5bc3 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/6e/5f135fe204866f differ diff --git a/tmp/cache/bootsnap-compile-cache/6e/7620caf610a726 b/tmp/cache/bootsnap-compile-cache/6e/7620caf610a726 new file mode 100644 index 0000000..20003cb Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/6e/7620caf610a726 differ diff --git a/tmp/cache/bootsnap-compile-cache/6e/7a745ac9c62eca b/tmp/cache/bootsnap-compile-cache/6e/7a745ac9c62eca new file mode 100644 index 0000000..0db7a30 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/6e/7a745ac9c62eca differ diff --git a/tmp/cache/bootsnap-compile-cache/6e/7dcff699ec94be b/tmp/cache/bootsnap-compile-cache/6e/7dcff699ec94be new file mode 100644 index 0000000..d1d2222 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/6e/7dcff699ec94be differ diff --git a/tmp/cache/bootsnap-compile-cache/6e/8675750162cbc3 b/tmp/cache/bootsnap-compile-cache/6e/8675750162cbc3 new file mode 100644 index 0000000..7e491b2 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/6e/8675750162cbc3 differ diff --git a/tmp/cache/bootsnap-compile-cache/6e/88d867d9be7276 b/tmp/cache/bootsnap-compile-cache/6e/88d867d9be7276 new file mode 100644 index 0000000..cfe6416 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/6e/88d867d9be7276 differ diff --git a/tmp/cache/bootsnap-compile-cache/6e/a63aca72fc73d3 b/tmp/cache/bootsnap-compile-cache/6e/a63aca72fc73d3 new file mode 100644 index 0000000..d52c032 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/6e/a63aca72fc73d3 differ diff --git a/tmp/cache/bootsnap-compile-cache/6e/eb1aed4530cdbd b/tmp/cache/bootsnap-compile-cache/6e/eb1aed4530cdbd new file mode 100644 index 0000000..17c9cdb Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/6e/eb1aed4530cdbd differ diff --git a/tmp/cache/bootsnap-compile-cache/6f/7a0299b99d07a9 b/tmp/cache/bootsnap-compile-cache/6f/7a0299b99d07a9 new file mode 100644 index 0000000..0e340b0 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/6f/7a0299b99d07a9 differ diff --git a/tmp/cache/bootsnap-compile-cache/6f/e0f8737f1fed92 b/tmp/cache/bootsnap-compile-cache/6f/e0f8737f1fed92 new file mode 100644 index 0000000..cb2f857 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/6f/e0f8737f1fed92 differ diff --git a/tmp/cache/bootsnap-compile-cache/70/7b48ea4840e246 b/tmp/cache/bootsnap-compile-cache/70/7b48ea4840e246 new file mode 100644 index 0000000..f7342ba Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/70/7b48ea4840e246 differ diff --git a/tmp/cache/bootsnap-compile-cache/70/e33302653ea456 b/tmp/cache/bootsnap-compile-cache/70/e33302653ea456 new file mode 100644 index 0000000..f265f5e Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/70/e33302653ea456 differ diff --git a/tmp/cache/bootsnap-compile-cache/71/12fbbf86678af0 b/tmp/cache/bootsnap-compile-cache/71/12fbbf86678af0 new file mode 100644 index 0000000..75a222e Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/71/12fbbf86678af0 differ diff --git a/tmp/cache/bootsnap-compile-cache/71/6164ae3588b1c4 b/tmp/cache/bootsnap-compile-cache/71/6164ae3588b1c4 new file mode 100644 index 0000000..222b204 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/71/6164ae3588b1c4 differ diff --git a/tmp/cache/bootsnap-compile-cache/71/711b708b7e60c2 b/tmp/cache/bootsnap-compile-cache/71/711b708b7e60c2 new file mode 100644 index 0000000..341980c Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/71/711b708b7e60c2 differ diff --git a/tmp/cache/bootsnap-compile-cache/71/8b1dc0ec2393fc b/tmp/cache/bootsnap-compile-cache/71/8b1dc0ec2393fc new file mode 100644 index 0000000..79b0f57 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/71/8b1dc0ec2393fc differ diff --git a/tmp/cache/bootsnap-compile-cache/71/ad0c5a4d8f5af1 b/tmp/cache/bootsnap-compile-cache/71/ad0c5a4d8f5af1 new file mode 100644 index 0000000..2251153 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/71/ad0c5a4d8f5af1 differ diff --git a/tmp/cache/bootsnap-compile-cache/71/baddf72c33fe94 b/tmp/cache/bootsnap-compile-cache/71/baddf72c33fe94 new file mode 100644 index 0000000..d83af02 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/71/baddf72c33fe94 differ diff --git a/tmp/cache/bootsnap-compile-cache/72/02975520d38bcd b/tmp/cache/bootsnap-compile-cache/72/02975520d38bcd new file mode 100644 index 0000000..d7acd16 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/72/02975520d38bcd differ diff --git a/tmp/cache/bootsnap-compile-cache/72/2ea964777aa462 b/tmp/cache/bootsnap-compile-cache/72/2ea964777aa462 new file mode 100644 index 0000000..c466d95 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/72/2ea964777aa462 differ diff --git a/tmp/cache/bootsnap-compile-cache/72/41a4a43193f3c8 b/tmp/cache/bootsnap-compile-cache/72/41a4a43193f3c8 new file mode 100644 index 0000000..1cce966 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/72/41a4a43193f3c8 differ diff --git a/tmp/cache/bootsnap-compile-cache/72/8bf34ab2f53d05 b/tmp/cache/bootsnap-compile-cache/72/8bf34ab2f53d05 new file mode 100644 index 0000000..41ba907 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/72/8bf34ab2f53d05 differ diff --git a/tmp/cache/bootsnap-compile-cache/72/9a43066b209063 b/tmp/cache/bootsnap-compile-cache/72/9a43066b209063 new file mode 100644 index 0000000..b0b7d51 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/72/9a43066b209063 differ diff --git a/tmp/cache/bootsnap-compile-cache/73/0f8f7562b3b76f b/tmp/cache/bootsnap-compile-cache/73/0f8f7562b3b76f new file mode 100644 index 0000000..b727499 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/73/0f8f7562b3b76f differ diff --git a/tmp/cache/bootsnap-compile-cache/73/120c40dde69af9 b/tmp/cache/bootsnap-compile-cache/73/120c40dde69af9 new file mode 100644 index 0000000..54d4b95 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/73/120c40dde69af9 differ diff --git a/tmp/cache/bootsnap-compile-cache/73/17daa010fc2847 b/tmp/cache/bootsnap-compile-cache/73/17daa010fc2847 new file mode 100644 index 0000000..014768a Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/73/17daa010fc2847 differ diff --git a/tmp/cache/bootsnap-compile-cache/73/4b3b2d0c1a02e5 b/tmp/cache/bootsnap-compile-cache/73/4b3b2d0c1a02e5 new file mode 100644 index 0000000..31cf60a Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/73/4b3b2d0c1a02e5 differ diff --git a/tmp/cache/bootsnap-compile-cache/73/81cca20fed0b72 b/tmp/cache/bootsnap-compile-cache/73/81cca20fed0b72 new file mode 100644 index 0000000..7ac4831 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/73/81cca20fed0b72 differ diff --git a/tmp/cache/bootsnap-compile-cache/73/96fa77bc6ac2d5 b/tmp/cache/bootsnap-compile-cache/73/96fa77bc6ac2d5 new file mode 100644 index 0000000..bc8797d Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/73/96fa77bc6ac2d5 differ diff --git a/tmp/cache/bootsnap-compile-cache/73/a486f586a7c524 b/tmp/cache/bootsnap-compile-cache/73/a486f586a7c524 new file mode 100644 index 0000000..f6e055b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/73/a486f586a7c524 differ diff --git a/tmp/cache/bootsnap-compile-cache/73/afbda9c1e33b17 b/tmp/cache/bootsnap-compile-cache/73/afbda9c1e33b17 new file mode 100644 index 0000000..f4d3a79 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/73/afbda9c1e33b17 differ diff --git a/tmp/cache/bootsnap-compile-cache/73/d89458aafaa11f b/tmp/cache/bootsnap-compile-cache/73/d89458aafaa11f new file mode 100644 index 0000000..98bc156 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/73/d89458aafaa11f differ diff --git a/tmp/cache/bootsnap-compile-cache/73/e0ecae4fcb2d97 b/tmp/cache/bootsnap-compile-cache/73/e0ecae4fcb2d97 new file mode 100644 index 0000000..300c6cf Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/73/e0ecae4fcb2d97 differ diff --git a/tmp/cache/bootsnap-compile-cache/73/eb322fe153e666 b/tmp/cache/bootsnap-compile-cache/73/eb322fe153e666 new file mode 100644 index 0000000..43ab120 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/73/eb322fe153e666 differ diff --git a/tmp/cache/bootsnap-compile-cache/73/ec6c495ebf4dc7 b/tmp/cache/bootsnap-compile-cache/73/ec6c495ebf4dc7 new file mode 100644 index 0000000..f42e3ea Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/73/ec6c495ebf4dc7 differ diff --git a/tmp/cache/bootsnap-compile-cache/73/ef67985d8ee414 b/tmp/cache/bootsnap-compile-cache/73/ef67985d8ee414 new file mode 100644 index 0000000..f36234d Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/73/ef67985d8ee414 differ diff --git a/tmp/cache/bootsnap-compile-cache/74/241f515a509569 b/tmp/cache/bootsnap-compile-cache/74/241f515a509569 new file mode 100644 index 0000000..658722f Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/74/241f515a509569 differ diff --git a/tmp/cache/bootsnap-compile-cache/74/512c28fc050cc7 b/tmp/cache/bootsnap-compile-cache/74/512c28fc050cc7 new file mode 100644 index 0000000..3bf8052 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/74/512c28fc050cc7 differ diff --git a/tmp/cache/bootsnap-compile-cache/74/5837d804fb45e9 b/tmp/cache/bootsnap-compile-cache/74/5837d804fb45e9 new file mode 100644 index 0000000..26dfeae Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/74/5837d804fb45e9 differ diff --git a/tmp/cache/bootsnap-compile-cache/74/5b345e047c4373 b/tmp/cache/bootsnap-compile-cache/74/5b345e047c4373 new file mode 100644 index 0000000..0591ab2 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/74/5b345e047c4373 differ diff --git a/tmp/cache/bootsnap-compile-cache/74/5e1699b6ca75b1 b/tmp/cache/bootsnap-compile-cache/74/5e1699b6ca75b1 new file mode 100644 index 0000000..90229a8 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/74/5e1699b6ca75b1 differ diff --git a/tmp/cache/bootsnap-compile-cache/74/b4fec8bdd63427 b/tmp/cache/bootsnap-compile-cache/74/b4fec8bdd63427 new file mode 100644 index 0000000..e47b984 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/74/b4fec8bdd63427 differ diff --git a/tmp/cache/bootsnap-compile-cache/74/d8937c17a2eba4 b/tmp/cache/bootsnap-compile-cache/74/d8937c17a2eba4 new file mode 100644 index 0000000..e3e4a86 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/74/d8937c17a2eba4 differ diff --git a/tmp/cache/bootsnap-compile-cache/74/fa86016ce1d923 b/tmp/cache/bootsnap-compile-cache/74/fa86016ce1d923 new file mode 100644 index 0000000..2f6b750 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/74/fa86016ce1d923 differ diff --git a/tmp/cache/bootsnap-compile-cache/75/144f75e3b440eb b/tmp/cache/bootsnap-compile-cache/75/144f75e3b440eb new file mode 100644 index 0000000..9fa30df Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/75/144f75e3b440eb differ diff --git a/tmp/cache/bootsnap-compile-cache/75/3f654e6d67c6ce b/tmp/cache/bootsnap-compile-cache/75/3f654e6d67c6ce new file mode 100644 index 0000000..b0453d5 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/75/3f654e6d67c6ce differ diff --git a/tmp/cache/bootsnap-compile-cache/75/8a4c1ffa07a155 b/tmp/cache/bootsnap-compile-cache/75/8a4c1ffa07a155 new file mode 100644 index 0000000..e8baaed Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/75/8a4c1ffa07a155 differ diff --git a/tmp/cache/bootsnap-compile-cache/75/948b8b139d7db9 b/tmp/cache/bootsnap-compile-cache/75/948b8b139d7db9 new file mode 100644 index 0000000..c5d8dbd Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/75/948b8b139d7db9 differ diff --git a/tmp/cache/bootsnap-compile-cache/75/96c73babb08914 b/tmp/cache/bootsnap-compile-cache/75/96c73babb08914 new file mode 100644 index 0000000..c090d7f Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/75/96c73babb08914 differ diff --git a/tmp/cache/bootsnap-compile-cache/75/b008e16145ef46 b/tmp/cache/bootsnap-compile-cache/75/b008e16145ef46 new file mode 100644 index 0000000..4c2a189 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/75/b008e16145ef46 differ diff --git a/tmp/cache/bootsnap-compile-cache/75/c8f420c10bc839 b/tmp/cache/bootsnap-compile-cache/75/c8f420c10bc839 new file mode 100644 index 0000000..91a551a Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/75/c8f420c10bc839 differ diff --git a/tmp/cache/bootsnap-compile-cache/76/4d0dd02c1c1202 b/tmp/cache/bootsnap-compile-cache/76/4d0dd02c1c1202 new file mode 100644 index 0000000..6e2ce3d Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/76/4d0dd02c1c1202 differ diff --git a/tmp/cache/bootsnap-compile-cache/76/82b89b228dd3ce b/tmp/cache/bootsnap-compile-cache/76/82b89b228dd3ce new file mode 100644 index 0000000..d8196b8 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/76/82b89b228dd3ce differ diff --git a/tmp/cache/bootsnap-compile-cache/76/996891c21e88f7 b/tmp/cache/bootsnap-compile-cache/76/996891c21e88f7 new file mode 100644 index 0000000..2f6c762 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/76/996891c21e88f7 differ diff --git a/tmp/cache/bootsnap-compile-cache/76/a4fb8e044f87be b/tmp/cache/bootsnap-compile-cache/76/a4fb8e044f87be new file mode 100644 index 0000000..1109b19 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/76/a4fb8e044f87be differ diff --git a/tmp/cache/bootsnap-compile-cache/76/c50bb7e3540315 b/tmp/cache/bootsnap-compile-cache/76/c50bb7e3540315 new file mode 100644 index 0000000..ffca0fd Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/76/c50bb7e3540315 differ diff --git a/tmp/cache/bootsnap-compile-cache/77/25058240518721 b/tmp/cache/bootsnap-compile-cache/77/25058240518721 new file mode 100644 index 0000000..e5802da Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/77/25058240518721 differ diff --git a/tmp/cache/bootsnap-compile-cache/77/386fba108b8643 b/tmp/cache/bootsnap-compile-cache/77/386fba108b8643 new file mode 100644 index 0000000..4b3c221 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/77/386fba108b8643 differ diff --git a/tmp/cache/bootsnap-compile-cache/77/8dbb99f109c10e b/tmp/cache/bootsnap-compile-cache/77/8dbb99f109c10e new file mode 100644 index 0000000..1a2f9a1 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/77/8dbb99f109c10e differ diff --git a/tmp/cache/bootsnap-compile-cache/77/bdc840ff6a5668 b/tmp/cache/bootsnap-compile-cache/77/bdc840ff6a5668 new file mode 100644 index 0000000..bbe7bd8 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/77/bdc840ff6a5668 differ diff --git a/tmp/cache/bootsnap-compile-cache/78/0e5b2fcd9c4500 b/tmp/cache/bootsnap-compile-cache/78/0e5b2fcd9c4500 new file mode 100644 index 0000000..789b120 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/78/0e5b2fcd9c4500 differ diff --git a/tmp/cache/bootsnap-compile-cache/78/111f59010ffd1c b/tmp/cache/bootsnap-compile-cache/78/111f59010ffd1c new file mode 100644 index 0000000..fbbe9e7 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/78/111f59010ffd1c differ diff --git a/tmp/cache/bootsnap-compile-cache/78/3d8d46efb46140 b/tmp/cache/bootsnap-compile-cache/78/3d8d46efb46140 new file mode 100644 index 0000000..dad6bcb Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/78/3d8d46efb46140 differ diff --git a/tmp/cache/bootsnap-compile-cache/78/607acfd3ee1168 b/tmp/cache/bootsnap-compile-cache/78/607acfd3ee1168 new file mode 100644 index 0000000..8a4f288 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/78/607acfd3ee1168 differ diff --git a/tmp/cache/bootsnap-compile-cache/78/751eb1a227f3f3 b/tmp/cache/bootsnap-compile-cache/78/751eb1a227f3f3 new file mode 100644 index 0000000..d4e46ea Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/78/751eb1a227f3f3 differ diff --git a/tmp/cache/bootsnap-compile-cache/78/92e012b7500c90 b/tmp/cache/bootsnap-compile-cache/78/92e012b7500c90 new file mode 100644 index 0000000..865f79f Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/78/92e012b7500c90 differ diff --git a/tmp/cache/bootsnap-compile-cache/78/df2dffe2a8fa2b b/tmp/cache/bootsnap-compile-cache/78/df2dffe2a8fa2b new file mode 100644 index 0000000..db71504 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/78/df2dffe2a8fa2b differ diff --git a/tmp/cache/bootsnap-compile-cache/79/1c709a296329f9 b/tmp/cache/bootsnap-compile-cache/79/1c709a296329f9 new file mode 100644 index 0000000..82b9b17 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/79/1c709a296329f9 differ diff --git a/tmp/cache/bootsnap-compile-cache/79/2139f741abc738 b/tmp/cache/bootsnap-compile-cache/79/2139f741abc738 new file mode 100644 index 0000000..596f214 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/79/2139f741abc738 differ diff --git a/tmp/cache/bootsnap-compile-cache/79/36f0a564718773 b/tmp/cache/bootsnap-compile-cache/79/36f0a564718773 new file mode 100644 index 0000000..7582d43 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/79/36f0a564718773 differ diff --git a/tmp/cache/bootsnap-compile-cache/79/5ecd6c9b41f82c b/tmp/cache/bootsnap-compile-cache/79/5ecd6c9b41f82c new file mode 100644 index 0000000..61a91cc Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/79/5ecd6c9b41f82c differ diff --git a/tmp/cache/bootsnap-compile-cache/79/76ff942999b62e b/tmp/cache/bootsnap-compile-cache/79/76ff942999b62e new file mode 100644 index 0000000..c45d5b7 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/79/76ff942999b62e differ diff --git a/tmp/cache/bootsnap-compile-cache/79/9da2af082f5a13 b/tmp/cache/bootsnap-compile-cache/79/9da2af082f5a13 new file mode 100644 index 0000000..41faea3 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/79/9da2af082f5a13 differ diff --git a/tmp/cache/bootsnap-compile-cache/79/db17ebe838b55d b/tmp/cache/bootsnap-compile-cache/79/db17ebe838b55d new file mode 100644 index 0000000..72d5742 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/79/db17ebe838b55d differ diff --git a/tmp/cache/bootsnap-compile-cache/79/e0422ab5ff98a2 b/tmp/cache/bootsnap-compile-cache/79/e0422ab5ff98a2 new file mode 100644 index 0000000..b486a90 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/79/e0422ab5ff98a2 differ diff --git a/tmp/cache/bootsnap-compile-cache/7a/6646d9af08dd05 b/tmp/cache/bootsnap-compile-cache/7a/6646d9af08dd05 new file mode 100644 index 0000000..3a7f28a Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/7a/6646d9af08dd05 differ diff --git a/tmp/cache/bootsnap-compile-cache/7a/bf09807ce63395 b/tmp/cache/bootsnap-compile-cache/7a/bf09807ce63395 new file mode 100644 index 0000000..7273494 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/7a/bf09807ce63395 differ diff --git a/tmp/cache/bootsnap-compile-cache/7a/c4bc042bac1b97 b/tmp/cache/bootsnap-compile-cache/7a/c4bc042bac1b97 new file mode 100644 index 0000000..117f351 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/7a/c4bc042bac1b97 differ diff --git a/tmp/cache/bootsnap-compile-cache/7a/d981e3107d976c b/tmp/cache/bootsnap-compile-cache/7a/d981e3107d976c new file mode 100644 index 0000000..cdbd6de Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/7a/d981e3107d976c differ diff --git a/tmp/cache/bootsnap-compile-cache/7b/20766067ccf6a6 b/tmp/cache/bootsnap-compile-cache/7b/20766067ccf6a6 new file mode 100644 index 0000000..2e4a087 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/7b/20766067ccf6a6 differ diff --git a/tmp/cache/bootsnap-compile-cache/7b/609244d63c220a b/tmp/cache/bootsnap-compile-cache/7b/609244d63c220a new file mode 100644 index 0000000..07ce504 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/7b/609244d63c220a differ diff --git a/tmp/cache/bootsnap-compile-cache/7b/73bd515cbf982e b/tmp/cache/bootsnap-compile-cache/7b/73bd515cbf982e new file mode 100644 index 0000000..e79b5b4 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/7b/73bd515cbf982e differ diff --git a/tmp/cache/bootsnap-compile-cache/7b/c3ebad5b59b5b6 b/tmp/cache/bootsnap-compile-cache/7b/c3ebad5b59b5b6 new file mode 100644 index 0000000..6acbbd3 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/7b/c3ebad5b59b5b6 differ diff --git a/tmp/cache/bootsnap-compile-cache/7b/d63353222a4b7d b/tmp/cache/bootsnap-compile-cache/7b/d63353222a4b7d new file mode 100644 index 0000000..dc135c5 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/7b/d63353222a4b7d differ diff --git a/tmp/cache/bootsnap-compile-cache/7b/fa4977f0539446 b/tmp/cache/bootsnap-compile-cache/7b/fa4977f0539446 new file mode 100644 index 0000000..88f9604 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/7b/fa4977f0539446 differ diff --git a/tmp/cache/bootsnap-compile-cache/7b/fc5f726dd4f91f b/tmp/cache/bootsnap-compile-cache/7b/fc5f726dd4f91f new file mode 100644 index 0000000..1124dfc Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/7b/fc5f726dd4f91f differ diff --git a/tmp/cache/bootsnap-compile-cache/7c/2703fe7aff41f8 b/tmp/cache/bootsnap-compile-cache/7c/2703fe7aff41f8 new file mode 100644 index 0000000..da97f49 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/7c/2703fe7aff41f8 differ diff --git a/tmp/cache/bootsnap-compile-cache/7c/32e2bacf91d2bc b/tmp/cache/bootsnap-compile-cache/7c/32e2bacf91d2bc new file mode 100644 index 0000000..4c3042b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/7c/32e2bacf91d2bc differ diff --git a/tmp/cache/bootsnap-compile-cache/7c/4a3c1f87266ed7 b/tmp/cache/bootsnap-compile-cache/7c/4a3c1f87266ed7 new file mode 100644 index 0000000..1f13c19 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/7c/4a3c1f87266ed7 differ diff --git a/tmp/cache/bootsnap-compile-cache/7c/97bd2e06ad7f1a b/tmp/cache/bootsnap-compile-cache/7c/97bd2e06ad7f1a new file mode 100644 index 0000000..9689141 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/7c/97bd2e06ad7f1a differ diff --git a/tmp/cache/bootsnap-compile-cache/7c/b6cdf3d177218e b/tmp/cache/bootsnap-compile-cache/7c/b6cdf3d177218e new file mode 100644 index 0000000..9a8f420 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/7c/b6cdf3d177218e differ diff --git a/tmp/cache/bootsnap-compile-cache/7c/b84cd3a8e20219 b/tmp/cache/bootsnap-compile-cache/7c/b84cd3a8e20219 new file mode 100644 index 0000000..b9e97d3 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/7c/b84cd3a8e20219 differ diff --git a/tmp/cache/bootsnap-compile-cache/7c/e0300d5ed3ccc7 b/tmp/cache/bootsnap-compile-cache/7c/e0300d5ed3ccc7 new file mode 100644 index 0000000..cd5b0fd Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/7c/e0300d5ed3ccc7 differ diff --git a/tmp/cache/bootsnap-compile-cache/7d/02f8f4f3946ef7 b/tmp/cache/bootsnap-compile-cache/7d/02f8f4f3946ef7 new file mode 100644 index 0000000..8f370d1 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/7d/02f8f4f3946ef7 differ diff --git a/tmp/cache/bootsnap-compile-cache/7d/183eaa821a4ae9 b/tmp/cache/bootsnap-compile-cache/7d/183eaa821a4ae9 new file mode 100644 index 0000000..242e5f2 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/7d/183eaa821a4ae9 differ diff --git a/tmp/cache/bootsnap-compile-cache/7d/32b88c3527e548 b/tmp/cache/bootsnap-compile-cache/7d/32b88c3527e548 new file mode 100644 index 0000000..5cd3873 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/7d/32b88c3527e548 differ diff --git a/tmp/cache/bootsnap-compile-cache/7d/3daf29157ed4ff b/tmp/cache/bootsnap-compile-cache/7d/3daf29157ed4ff new file mode 100644 index 0000000..195bb75 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/7d/3daf29157ed4ff differ diff --git a/tmp/cache/bootsnap-compile-cache/7d/68fffff547c745 b/tmp/cache/bootsnap-compile-cache/7d/68fffff547c745 new file mode 100644 index 0000000..6d3798a Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/7d/68fffff547c745 differ diff --git a/tmp/cache/bootsnap-compile-cache/7d/8921e4acabc255 b/tmp/cache/bootsnap-compile-cache/7d/8921e4acabc255 new file mode 100644 index 0000000..c5f745f Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/7d/8921e4acabc255 differ diff --git a/tmp/cache/bootsnap-compile-cache/7d/9e088c4abd8f12 b/tmp/cache/bootsnap-compile-cache/7d/9e088c4abd8f12 new file mode 100644 index 0000000..df2edcc Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/7d/9e088c4abd8f12 differ diff --git a/tmp/cache/bootsnap-compile-cache/7d/b40b41cd0c698c b/tmp/cache/bootsnap-compile-cache/7d/b40b41cd0c698c new file mode 100644 index 0000000..52a9c32 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/7d/b40b41cd0c698c differ diff --git a/tmp/cache/bootsnap-compile-cache/7d/b544c2fa584e5f b/tmp/cache/bootsnap-compile-cache/7d/b544c2fa584e5f new file mode 100644 index 0000000..7a04970 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/7d/b544c2fa584e5f differ diff --git a/tmp/cache/bootsnap-compile-cache/7d/b7d9b97c50e47c b/tmp/cache/bootsnap-compile-cache/7d/b7d9b97c50e47c new file mode 100644 index 0000000..2b49b88 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/7d/b7d9b97c50e47c differ diff --git a/tmp/cache/bootsnap-compile-cache/7d/f6a8cb1f0958fe b/tmp/cache/bootsnap-compile-cache/7d/f6a8cb1f0958fe new file mode 100644 index 0000000..239517c Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/7d/f6a8cb1f0958fe differ diff --git a/tmp/cache/bootsnap-compile-cache/7d/fd4d399ae79cf1 b/tmp/cache/bootsnap-compile-cache/7d/fd4d399ae79cf1 new file mode 100644 index 0000000..0fac5fd Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/7d/fd4d399ae79cf1 differ diff --git a/tmp/cache/bootsnap-compile-cache/7e/24fc8d9adc9525 b/tmp/cache/bootsnap-compile-cache/7e/24fc8d9adc9525 new file mode 100644 index 0000000..47d5cce Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/7e/24fc8d9adc9525 differ diff --git a/tmp/cache/bootsnap-compile-cache/7e/2df3ecd4ecd90b b/tmp/cache/bootsnap-compile-cache/7e/2df3ecd4ecd90b new file mode 100644 index 0000000..6793364 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/7e/2df3ecd4ecd90b differ diff --git a/tmp/cache/bootsnap-compile-cache/7e/3374a18f3535c9 b/tmp/cache/bootsnap-compile-cache/7e/3374a18f3535c9 new file mode 100644 index 0000000..00a36e1 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/7e/3374a18f3535c9 differ diff --git a/tmp/cache/bootsnap-compile-cache/7e/3b8a7c42ae43df b/tmp/cache/bootsnap-compile-cache/7e/3b8a7c42ae43df new file mode 100644 index 0000000..8bcedaf Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/7e/3b8a7c42ae43df differ diff --git a/tmp/cache/bootsnap-compile-cache/7e/3d3a406773fd26 b/tmp/cache/bootsnap-compile-cache/7e/3d3a406773fd26 new file mode 100644 index 0000000..cad1e41 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/7e/3d3a406773fd26 differ diff --git a/tmp/cache/bootsnap-compile-cache/7e/5ebeb0685a5af4 b/tmp/cache/bootsnap-compile-cache/7e/5ebeb0685a5af4 new file mode 100644 index 0000000..93d3ab0 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/7e/5ebeb0685a5af4 differ diff --git a/tmp/cache/bootsnap-compile-cache/7e/df066faf75910c b/tmp/cache/bootsnap-compile-cache/7e/df066faf75910c new file mode 100644 index 0000000..8ef0688 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/7e/df066faf75910c differ diff --git a/tmp/cache/bootsnap-compile-cache/7e/e2904029b24434 b/tmp/cache/bootsnap-compile-cache/7e/e2904029b24434 new file mode 100644 index 0000000..6f56499 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/7e/e2904029b24434 differ diff --git a/tmp/cache/bootsnap-compile-cache/7f/0da70d8810d3fd b/tmp/cache/bootsnap-compile-cache/7f/0da70d8810d3fd new file mode 100644 index 0000000..6bb593b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/7f/0da70d8810d3fd differ diff --git a/tmp/cache/bootsnap-compile-cache/7f/120e61bf57a9c7 b/tmp/cache/bootsnap-compile-cache/7f/120e61bf57a9c7 new file mode 100644 index 0000000..8d15877 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/7f/120e61bf57a9c7 differ diff --git a/tmp/cache/bootsnap-compile-cache/7f/3bce495005043d b/tmp/cache/bootsnap-compile-cache/7f/3bce495005043d new file mode 100644 index 0000000..96b7087 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/7f/3bce495005043d differ diff --git a/tmp/cache/bootsnap-compile-cache/7f/4e67efaf980c28 b/tmp/cache/bootsnap-compile-cache/7f/4e67efaf980c28 new file mode 100644 index 0000000..4fd367f Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/7f/4e67efaf980c28 differ diff --git a/tmp/cache/bootsnap-compile-cache/7f/506fa03f663fd0 b/tmp/cache/bootsnap-compile-cache/7f/506fa03f663fd0 new file mode 100644 index 0000000..c018f02 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/7f/506fa03f663fd0 differ diff --git a/tmp/cache/bootsnap-compile-cache/7f/5e4ca36a7c8b63 b/tmp/cache/bootsnap-compile-cache/7f/5e4ca36a7c8b63 new file mode 100644 index 0000000..ac17090 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/7f/5e4ca36a7c8b63 differ diff --git a/tmp/cache/bootsnap-compile-cache/7f/b54ce3dc202653 b/tmp/cache/bootsnap-compile-cache/7f/b54ce3dc202653 new file mode 100644 index 0000000..d3b778d Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/7f/b54ce3dc202653 differ diff --git a/tmp/cache/bootsnap-compile-cache/7f/db32e1e76e2509 b/tmp/cache/bootsnap-compile-cache/7f/db32e1e76e2509 new file mode 100644 index 0000000..0b7784b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/7f/db32e1e76e2509 differ diff --git a/tmp/cache/bootsnap-compile-cache/7f/dbd0bf852b1815 b/tmp/cache/bootsnap-compile-cache/7f/dbd0bf852b1815 new file mode 100644 index 0000000..93d5b35 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/7f/dbd0bf852b1815 differ diff --git a/tmp/cache/bootsnap-compile-cache/80/0e1418889af366 b/tmp/cache/bootsnap-compile-cache/80/0e1418889af366 new file mode 100644 index 0000000..73cf7bb Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/80/0e1418889af366 differ diff --git a/tmp/cache/bootsnap-compile-cache/80/11fcbd0b906aac b/tmp/cache/bootsnap-compile-cache/80/11fcbd0b906aac new file mode 100644 index 0000000..cc05817 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/80/11fcbd0b906aac differ diff --git a/tmp/cache/bootsnap-compile-cache/80/2343d9ec67a4e0 b/tmp/cache/bootsnap-compile-cache/80/2343d9ec67a4e0 new file mode 100644 index 0000000..6d774f8 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/80/2343d9ec67a4e0 differ diff --git a/tmp/cache/bootsnap-compile-cache/80/2a2081cf175db3 b/tmp/cache/bootsnap-compile-cache/80/2a2081cf175db3 new file mode 100644 index 0000000..0b16eed Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/80/2a2081cf175db3 differ diff --git a/tmp/cache/bootsnap-compile-cache/80/3d0b2f44cdb06f b/tmp/cache/bootsnap-compile-cache/80/3d0b2f44cdb06f new file mode 100644 index 0000000..9438c5b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/80/3d0b2f44cdb06f differ diff --git a/tmp/cache/bootsnap-compile-cache/80/511e6faa461f83 b/tmp/cache/bootsnap-compile-cache/80/511e6faa461f83 new file mode 100644 index 0000000..b909723 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/80/511e6faa461f83 differ diff --git a/tmp/cache/bootsnap-compile-cache/80/5bd209f0318339 b/tmp/cache/bootsnap-compile-cache/80/5bd209f0318339 new file mode 100644 index 0000000..53d87d2 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/80/5bd209f0318339 differ diff --git a/tmp/cache/bootsnap-compile-cache/80/6dc917df4c5989 b/tmp/cache/bootsnap-compile-cache/80/6dc917df4c5989 new file mode 100644 index 0000000..86a8bc5 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/80/6dc917df4c5989 differ diff --git a/tmp/cache/bootsnap-compile-cache/80/92c92063057c8b b/tmp/cache/bootsnap-compile-cache/80/92c92063057c8b new file mode 100644 index 0000000..8e5e033 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/80/92c92063057c8b differ diff --git a/tmp/cache/bootsnap-compile-cache/80/af9c6b6b7b6f52 b/tmp/cache/bootsnap-compile-cache/80/af9c6b6b7b6f52 new file mode 100644 index 0000000..47e4e0a Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/80/af9c6b6b7b6f52 differ diff --git a/tmp/cache/bootsnap-compile-cache/80/ba1083bcb7c888 b/tmp/cache/bootsnap-compile-cache/80/ba1083bcb7c888 new file mode 100644 index 0000000..449c5eb Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/80/ba1083bcb7c888 differ diff --git a/tmp/cache/bootsnap-compile-cache/80/c391ae3186d0a2 b/tmp/cache/bootsnap-compile-cache/80/c391ae3186d0a2 new file mode 100644 index 0000000..70084f3 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/80/c391ae3186d0a2 differ diff --git a/tmp/cache/bootsnap-compile-cache/80/cdf2b94d598192 b/tmp/cache/bootsnap-compile-cache/80/cdf2b94d598192 new file mode 100644 index 0000000..3298300 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/80/cdf2b94d598192 differ diff --git a/tmp/cache/bootsnap-compile-cache/80/e221d0df551765 b/tmp/cache/bootsnap-compile-cache/80/e221d0df551765 new file mode 100644 index 0000000..69492d6 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/80/e221d0df551765 differ diff --git a/tmp/cache/bootsnap-compile-cache/80/eb0436997b311e b/tmp/cache/bootsnap-compile-cache/80/eb0436997b311e new file mode 100644 index 0000000..f06d7a1 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/80/eb0436997b311e differ diff --git a/tmp/cache/bootsnap-compile-cache/80/ed694828465597 b/tmp/cache/bootsnap-compile-cache/80/ed694828465597 new file mode 100644 index 0000000..7fef462 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/80/ed694828465597 differ diff --git a/tmp/cache/bootsnap-compile-cache/80/fc69c843d5666e b/tmp/cache/bootsnap-compile-cache/80/fc69c843d5666e new file mode 100644 index 0000000..3499f2f Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/80/fc69c843d5666e differ diff --git a/tmp/cache/bootsnap-compile-cache/81/728cdfe2a574c1 b/tmp/cache/bootsnap-compile-cache/81/728cdfe2a574c1 new file mode 100644 index 0000000..69e23ae Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/81/728cdfe2a574c1 differ diff --git a/tmp/cache/bootsnap-compile-cache/81/9ed83fceab50af b/tmp/cache/bootsnap-compile-cache/81/9ed83fceab50af new file mode 100644 index 0000000..0c5a30b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/81/9ed83fceab50af differ diff --git a/tmp/cache/bootsnap-compile-cache/81/d392c6bdfa7075 b/tmp/cache/bootsnap-compile-cache/81/d392c6bdfa7075 new file mode 100644 index 0000000..6ebd700 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/81/d392c6bdfa7075 differ diff --git a/tmp/cache/bootsnap-compile-cache/81/d3cdbb94a6e38f b/tmp/cache/bootsnap-compile-cache/81/d3cdbb94a6e38f new file mode 100644 index 0000000..e0ba5a5 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/81/d3cdbb94a6e38f differ diff --git a/tmp/cache/bootsnap-compile-cache/81/e59b32401ea6b2 b/tmp/cache/bootsnap-compile-cache/81/e59b32401ea6b2 new file mode 100644 index 0000000..756371a Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/81/e59b32401ea6b2 differ diff --git a/tmp/cache/bootsnap-compile-cache/81/fcd09e2e5ea572 b/tmp/cache/bootsnap-compile-cache/81/fcd09e2e5ea572 new file mode 100644 index 0000000..5fa2ed2 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/81/fcd09e2e5ea572 differ diff --git a/tmp/cache/bootsnap-compile-cache/82/14bddc6d86c3b1 b/tmp/cache/bootsnap-compile-cache/82/14bddc6d86c3b1 new file mode 100644 index 0000000..4845b56 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/82/14bddc6d86c3b1 differ diff --git a/tmp/cache/bootsnap-compile-cache/82/1e523e53ad9e1a b/tmp/cache/bootsnap-compile-cache/82/1e523e53ad9e1a new file mode 100644 index 0000000..566bd13 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/82/1e523e53ad9e1a differ diff --git a/tmp/cache/bootsnap-compile-cache/82/2a9fce4b079f1f b/tmp/cache/bootsnap-compile-cache/82/2a9fce4b079f1f new file mode 100644 index 0000000..e720b90 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/82/2a9fce4b079f1f differ diff --git a/tmp/cache/bootsnap-compile-cache/82/3cca5832631a84 b/tmp/cache/bootsnap-compile-cache/82/3cca5832631a84 new file mode 100644 index 0000000..f89c3b0 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/82/3cca5832631a84 differ diff --git a/tmp/cache/bootsnap-compile-cache/82/76bc4e3a4a67e0 b/tmp/cache/bootsnap-compile-cache/82/76bc4e3a4a67e0 new file mode 100644 index 0000000..f58fe31 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/82/76bc4e3a4a67e0 differ diff --git a/tmp/cache/bootsnap-compile-cache/82/83e8aaa46dc32d b/tmp/cache/bootsnap-compile-cache/82/83e8aaa46dc32d new file mode 100644 index 0000000..915756d Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/82/83e8aaa46dc32d differ diff --git a/tmp/cache/bootsnap-compile-cache/82/9b231e5d626cf8 b/tmp/cache/bootsnap-compile-cache/82/9b231e5d626cf8 new file mode 100644 index 0000000..7724799 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/82/9b231e5d626cf8 differ diff --git a/tmp/cache/bootsnap-compile-cache/82/a2e5df98b37b29 b/tmp/cache/bootsnap-compile-cache/82/a2e5df98b37b29 new file mode 100644 index 0000000..941fa51 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/82/a2e5df98b37b29 differ diff --git a/tmp/cache/bootsnap-compile-cache/82/bbd2be01586613 b/tmp/cache/bootsnap-compile-cache/82/bbd2be01586613 new file mode 100644 index 0000000..ec4f250 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/82/bbd2be01586613 differ diff --git a/tmp/cache/bootsnap-compile-cache/82/f4949384409f89 b/tmp/cache/bootsnap-compile-cache/82/f4949384409f89 new file mode 100644 index 0000000..adf4e6e Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/82/f4949384409f89 differ diff --git a/tmp/cache/bootsnap-compile-cache/83/1c004c3982504d b/tmp/cache/bootsnap-compile-cache/83/1c004c3982504d new file mode 100644 index 0000000..2987f8e Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/83/1c004c3982504d differ diff --git a/tmp/cache/bootsnap-compile-cache/83/64f8c56857868c b/tmp/cache/bootsnap-compile-cache/83/64f8c56857868c new file mode 100644 index 0000000..bbb0400 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/83/64f8c56857868c differ diff --git a/tmp/cache/bootsnap-compile-cache/84/0c6e19774bea2d b/tmp/cache/bootsnap-compile-cache/84/0c6e19774bea2d new file mode 100644 index 0000000..26a1901 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/84/0c6e19774bea2d differ diff --git a/tmp/cache/bootsnap-compile-cache/84/17b44cb5b74291 b/tmp/cache/bootsnap-compile-cache/84/17b44cb5b74291 new file mode 100644 index 0000000..8292eb1 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/84/17b44cb5b74291 differ diff --git a/tmp/cache/bootsnap-compile-cache/84/430ccd01ad86d7 b/tmp/cache/bootsnap-compile-cache/84/430ccd01ad86d7 new file mode 100644 index 0000000..92add3f Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/84/430ccd01ad86d7 differ diff --git a/tmp/cache/bootsnap-compile-cache/84/5f605ce133c941 b/tmp/cache/bootsnap-compile-cache/84/5f605ce133c941 new file mode 100644 index 0000000..3f1ddb5 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/84/5f605ce133c941 differ diff --git a/tmp/cache/bootsnap-compile-cache/84/7720176f8b66bd b/tmp/cache/bootsnap-compile-cache/84/7720176f8b66bd new file mode 100644 index 0000000..27fe062 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/84/7720176f8b66bd differ diff --git a/tmp/cache/bootsnap-compile-cache/84/c0a2cad0a9d05c b/tmp/cache/bootsnap-compile-cache/84/c0a2cad0a9d05c new file mode 100644 index 0000000..4731436 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/84/c0a2cad0a9d05c differ diff --git a/tmp/cache/bootsnap-compile-cache/84/c8fc24d2c58583 b/tmp/cache/bootsnap-compile-cache/84/c8fc24d2c58583 new file mode 100644 index 0000000..dcea681 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/84/c8fc24d2c58583 differ diff --git a/tmp/cache/bootsnap-compile-cache/84/e9e73512223a07 b/tmp/cache/bootsnap-compile-cache/84/e9e73512223a07 new file mode 100644 index 0000000..ae04bea Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/84/e9e73512223a07 differ diff --git a/tmp/cache/bootsnap-compile-cache/85/2de93b772d3070 b/tmp/cache/bootsnap-compile-cache/85/2de93b772d3070 new file mode 100644 index 0000000..1ece8f8 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/85/2de93b772d3070 differ diff --git a/tmp/cache/bootsnap-compile-cache/85/31b947a4476e70 b/tmp/cache/bootsnap-compile-cache/85/31b947a4476e70 new file mode 100644 index 0000000..8a3e2fa Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/85/31b947a4476e70 differ diff --git a/tmp/cache/bootsnap-compile-cache/85/4a758c9467599b b/tmp/cache/bootsnap-compile-cache/85/4a758c9467599b new file mode 100644 index 0000000..91a79b7 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/85/4a758c9467599b differ diff --git a/tmp/cache/bootsnap-compile-cache/85/8df793ddc7f60f b/tmp/cache/bootsnap-compile-cache/85/8df793ddc7f60f new file mode 100644 index 0000000..2c7f49f Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/85/8df793ddc7f60f differ diff --git a/tmp/cache/bootsnap-compile-cache/86/3db78d7361e8ab b/tmp/cache/bootsnap-compile-cache/86/3db78d7361e8ab new file mode 100644 index 0000000..16e46fe Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/86/3db78d7361e8ab differ diff --git a/tmp/cache/bootsnap-compile-cache/86/55ff8a5ed0558f b/tmp/cache/bootsnap-compile-cache/86/55ff8a5ed0558f new file mode 100644 index 0000000..a27694e Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/86/55ff8a5ed0558f differ diff --git a/tmp/cache/bootsnap-compile-cache/86/80f8dfebb8ce00 b/tmp/cache/bootsnap-compile-cache/86/80f8dfebb8ce00 new file mode 100644 index 0000000..4568f5b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/86/80f8dfebb8ce00 differ diff --git a/tmp/cache/bootsnap-compile-cache/86/a0dfcbf82c017b b/tmp/cache/bootsnap-compile-cache/86/a0dfcbf82c017b new file mode 100644 index 0000000..ab27f00 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/86/a0dfcbf82c017b differ diff --git a/tmp/cache/bootsnap-compile-cache/86/cfe58de66bf78e b/tmp/cache/bootsnap-compile-cache/86/cfe58de66bf78e new file mode 100644 index 0000000..1f10a47 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/86/cfe58de66bf78e differ diff --git a/tmp/cache/bootsnap-compile-cache/86/e6951561f2056c b/tmp/cache/bootsnap-compile-cache/86/e6951561f2056c new file mode 100644 index 0000000..941f601 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/86/e6951561f2056c differ diff --git a/tmp/cache/bootsnap-compile-cache/86/ea120c6677b1eb b/tmp/cache/bootsnap-compile-cache/86/ea120c6677b1eb new file mode 100644 index 0000000..7f15a54 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/86/ea120c6677b1eb differ diff --git a/tmp/cache/bootsnap-compile-cache/86/fb104341c6521f b/tmp/cache/bootsnap-compile-cache/86/fb104341c6521f new file mode 100644 index 0000000..d8ae82f Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/86/fb104341c6521f differ diff --git a/tmp/cache/bootsnap-compile-cache/87/05afc189172868 b/tmp/cache/bootsnap-compile-cache/87/05afc189172868 new file mode 100644 index 0000000..950c051 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/87/05afc189172868 differ diff --git a/tmp/cache/bootsnap-compile-cache/87/7159c7fe39dcba b/tmp/cache/bootsnap-compile-cache/87/7159c7fe39dcba new file mode 100644 index 0000000..55f437b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/87/7159c7fe39dcba differ diff --git a/tmp/cache/bootsnap-compile-cache/87/90c456acf71baf b/tmp/cache/bootsnap-compile-cache/87/90c456acf71baf new file mode 100644 index 0000000..6f3086a Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/87/90c456acf71baf differ diff --git a/tmp/cache/bootsnap-compile-cache/87/c50fb0e110f0ce b/tmp/cache/bootsnap-compile-cache/87/c50fb0e110f0ce new file mode 100644 index 0000000..a90d135 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/87/c50fb0e110f0ce differ diff --git a/tmp/cache/bootsnap-compile-cache/87/eca77d80b7f73a b/tmp/cache/bootsnap-compile-cache/87/eca77d80b7f73a new file mode 100644 index 0000000..cbeb0be Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/87/eca77d80b7f73a differ diff --git a/tmp/cache/bootsnap-compile-cache/88/07c59808edcc02 b/tmp/cache/bootsnap-compile-cache/88/07c59808edcc02 new file mode 100644 index 0000000..e914b22 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/88/07c59808edcc02 differ diff --git a/tmp/cache/bootsnap-compile-cache/88/15519e3dfab6f1 b/tmp/cache/bootsnap-compile-cache/88/15519e3dfab6f1 new file mode 100644 index 0000000..559891a Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/88/15519e3dfab6f1 differ diff --git a/tmp/cache/bootsnap-compile-cache/88/3f463d3877731c b/tmp/cache/bootsnap-compile-cache/88/3f463d3877731c new file mode 100644 index 0000000..6b3a460 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/88/3f463d3877731c differ diff --git a/tmp/cache/bootsnap-compile-cache/88/4a0dfd2ce304c8 b/tmp/cache/bootsnap-compile-cache/88/4a0dfd2ce304c8 new file mode 100644 index 0000000..3e3a335 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/88/4a0dfd2ce304c8 differ diff --git a/tmp/cache/bootsnap-compile-cache/88/57afb462d5386c b/tmp/cache/bootsnap-compile-cache/88/57afb462d5386c new file mode 100644 index 0000000..b8c9c4f Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/88/57afb462d5386c differ diff --git a/tmp/cache/bootsnap-compile-cache/88/6229e41c2cb3f0 b/tmp/cache/bootsnap-compile-cache/88/6229e41c2cb3f0 new file mode 100644 index 0000000..85eae92 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/88/6229e41c2cb3f0 differ diff --git a/tmp/cache/bootsnap-compile-cache/88/63ce3d1f84cd43 b/tmp/cache/bootsnap-compile-cache/88/63ce3d1f84cd43 new file mode 100644 index 0000000..55fe573 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/88/63ce3d1f84cd43 differ diff --git a/tmp/cache/bootsnap-compile-cache/88/a5ae2ed255aa80 b/tmp/cache/bootsnap-compile-cache/88/a5ae2ed255aa80 new file mode 100644 index 0000000..66ea596 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/88/a5ae2ed255aa80 differ diff --git a/tmp/cache/bootsnap-compile-cache/88/a6e5f1a704be49 b/tmp/cache/bootsnap-compile-cache/88/a6e5f1a704be49 new file mode 100644 index 0000000..1f98556 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/88/a6e5f1a704be49 differ diff --git a/tmp/cache/bootsnap-compile-cache/89/19a36e556b0ab4 b/tmp/cache/bootsnap-compile-cache/89/19a36e556b0ab4 new file mode 100644 index 0000000..722466c Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/89/19a36e556b0ab4 differ diff --git a/tmp/cache/bootsnap-compile-cache/89/22224fbd493585 b/tmp/cache/bootsnap-compile-cache/89/22224fbd493585 new file mode 100644 index 0000000..f4223d0 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/89/22224fbd493585 differ diff --git a/tmp/cache/bootsnap-compile-cache/89/4c98ea3fb758dc b/tmp/cache/bootsnap-compile-cache/89/4c98ea3fb758dc new file mode 100644 index 0000000..919fc8f Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/89/4c98ea3fb758dc differ diff --git a/tmp/cache/bootsnap-compile-cache/89/61df5bffc19a03 b/tmp/cache/bootsnap-compile-cache/89/61df5bffc19a03 new file mode 100644 index 0000000..cbdc6ae Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/89/61df5bffc19a03 differ diff --git a/tmp/cache/bootsnap-compile-cache/89/c6e8cf1a62115e b/tmp/cache/bootsnap-compile-cache/89/c6e8cf1a62115e new file mode 100644 index 0000000..d0af356 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/89/c6e8cf1a62115e differ diff --git a/tmp/cache/bootsnap-compile-cache/89/e3b6c568f9ab0d b/tmp/cache/bootsnap-compile-cache/89/e3b6c568f9ab0d new file mode 100644 index 0000000..9a2cd2c Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/89/e3b6c568f9ab0d differ diff --git a/tmp/cache/bootsnap-compile-cache/89/ebd060dfc87d24 b/tmp/cache/bootsnap-compile-cache/89/ebd060dfc87d24 new file mode 100644 index 0000000..01031ce Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/89/ebd060dfc87d24 differ diff --git a/tmp/cache/bootsnap-compile-cache/8a/025c654598dfd1 b/tmp/cache/bootsnap-compile-cache/8a/025c654598dfd1 new file mode 100644 index 0000000..8daf50d Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/8a/025c654598dfd1 differ diff --git a/tmp/cache/bootsnap-compile-cache/8a/2cd6f4968b0069 b/tmp/cache/bootsnap-compile-cache/8a/2cd6f4968b0069 new file mode 100644 index 0000000..16a7320 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/8a/2cd6f4968b0069 differ diff --git a/tmp/cache/bootsnap-compile-cache/8a/2e751f70dea607 b/tmp/cache/bootsnap-compile-cache/8a/2e751f70dea607 new file mode 100644 index 0000000..db8fac6 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/8a/2e751f70dea607 differ diff --git a/tmp/cache/bootsnap-compile-cache/8a/3a9c62c6aa4bbf b/tmp/cache/bootsnap-compile-cache/8a/3a9c62c6aa4bbf new file mode 100644 index 0000000..28b97a6 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/8a/3a9c62c6aa4bbf differ diff --git a/tmp/cache/bootsnap-compile-cache/8a/63e8677aeef2ba b/tmp/cache/bootsnap-compile-cache/8a/63e8677aeef2ba new file mode 100644 index 0000000..cfb087c Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/8a/63e8677aeef2ba differ diff --git a/tmp/cache/bootsnap-compile-cache/8b/02283c9d01f935 b/tmp/cache/bootsnap-compile-cache/8b/02283c9d01f935 new file mode 100644 index 0000000..e9c86c0 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/8b/02283c9d01f935 differ diff --git a/tmp/cache/bootsnap-compile-cache/8b/0e282ce48da429 b/tmp/cache/bootsnap-compile-cache/8b/0e282ce48da429 new file mode 100644 index 0000000..f490ec1 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/8b/0e282ce48da429 differ diff --git a/tmp/cache/bootsnap-compile-cache/8b/4c60b191714d9e b/tmp/cache/bootsnap-compile-cache/8b/4c60b191714d9e new file mode 100644 index 0000000..8512566 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/8b/4c60b191714d9e differ diff --git a/tmp/cache/bootsnap-compile-cache/8b/5cfda03143256e b/tmp/cache/bootsnap-compile-cache/8b/5cfda03143256e new file mode 100644 index 0000000..b211dc6 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/8b/5cfda03143256e differ diff --git a/tmp/cache/bootsnap-compile-cache/8b/792811b59b262e b/tmp/cache/bootsnap-compile-cache/8b/792811b59b262e new file mode 100644 index 0000000..a806c22 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/8b/792811b59b262e differ diff --git a/tmp/cache/bootsnap-compile-cache/8b/869514c3660ee3 b/tmp/cache/bootsnap-compile-cache/8b/869514c3660ee3 new file mode 100644 index 0000000..b7a6344 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/8b/869514c3660ee3 differ diff --git a/tmp/cache/bootsnap-compile-cache/8b/a39c4f10390a0a b/tmp/cache/bootsnap-compile-cache/8b/a39c4f10390a0a new file mode 100644 index 0000000..4ca965c Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/8b/a39c4f10390a0a differ diff --git a/tmp/cache/bootsnap-compile-cache/8c/0ad7a4436c8260 b/tmp/cache/bootsnap-compile-cache/8c/0ad7a4436c8260 new file mode 100644 index 0000000..c1116e9 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/8c/0ad7a4436c8260 differ diff --git a/tmp/cache/bootsnap-compile-cache/8c/16322c5c3d0b32 b/tmp/cache/bootsnap-compile-cache/8c/16322c5c3d0b32 new file mode 100644 index 0000000..3f90eea Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/8c/16322c5c3d0b32 differ diff --git a/tmp/cache/bootsnap-compile-cache/8c/18e463dfe5130c b/tmp/cache/bootsnap-compile-cache/8c/18e463dfe5130c new file mode 100644 index 0000000..f56c8a3 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/8c/18e463dfe5130c differ diff --git a/tmp/cache/bootsnap-compile-cache/8c/d566ac35209f08 b/tmp/cache/bootsnap-compile-cache/8c/d566ac35209f08 new file mode 100644 index 0000000..c6b4705 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/8c/d566ac35209f08 differ diff --git a/tmp/cache/bootsnap-compile-cache/8d/05df553b3637ee b/tmp/cache/bootsnap-compile-cache/8d/05df553b3637ee new file mode 100644 index 0000000..80689f9 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/8d/05df553b3637ee differ diff --git a/tmp/cache/bootsnap-compile-cache/8d/108e8e813c0f22 b/tmp/cache/bootsnap-compile-cache/8d/108e8e813c0f22 new file mode 100644 index 0000000..1202ddb Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/8d/108e8e813c0f22 differ diff --git a/tmp/cache/bootsnap-compile-cache/8d/157474c631a79c b/tmp/cache/bootsnap-compile-cache/8d/157474c631a79c new file mode 100644 index 0000000..0dd1b41 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/8d/157474c631a79c differ diff --git a/tmp/cache/bootsnap-compile-cache/8d/370bb71ba8a402 b/tmp/cache/bootsnap-compile-cache/8d/370bb71ba8a402 new file mode 100644 index 0000000..1cc31a2 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/8d/370bb71ba8a402 differ diff --git a/tmp/cache/bootsnap-compile-cache/8d/48487b4d8e2569 b/tmp/cache/bootsnap-compile-cache/8d/48487b4d8e2569 new file mode 100644 index 0000000..760890c Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/8d/48487b4d8e2569 differ diff --git a/tmp/cache/bootsnap-compile-cache/8d/775603e9f1d7b2 b/tmp/cache/bootsnap-compile-cache/8d/775603e9f1d7b2 new file mode 100644 index 0000000..f16bace Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/8d/775603e9f1d7b2 differ diff --git a/tmp/cache/bootsnap-compile-cache/8d/dc7030399e8ab6 b/tmp/cache/bootsnap-compile-cache/8d/dc7030399e8ab6 new file mode 100644 index 0000000..41e32c0 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/8d/dc7030399e8ab6 differ diff --git a/tmp/cache/bootsnap-compile-cache/8e/19642edc5bc05f b/tmp/cache/bootsnap-compile-cache/8e/19642edc5bc05f new file mode 100644 index 0000000..bcac484 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/8e/19642edc5bc05f differ diff --git a/tmp/cache/bootsnap-compile-cache/8e/233d34057a82e2 b/tmp/cache/bootsnap-compile-cache/8e/233d34057a82e2 new file mode 100644 index 0000000..45459a5 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/8e/233d34057a82e2 differ diff --git a/tmp/cache/bootsnap-compile-cache/8e/3f938858544cc7 b/tmp/cache/bootsnap-compile-cache/8e/3f938858544cc7 new file mode 100644 index 0000000..b4f3a6b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/8e/3f938858544cc7 differ diff --git a/tmp/cache/bootsnap-compile-cache/8e/6d87ad70f14e1f b/tmp/cache/bootsnap-compile-cache/8e/6d87ad70f14e1f new file mode 100644 index 0000000..b449629 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/8e/6d87ad70f14e1f differ diff --git a/tmp/cache/bootsnap-compile-cache/8e/e8b5af23032263 b/tmp/cache/bootsnap-compile-cache/8e/e8b5af23032263 new file mode 100644 index 0000000..0e2c275 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/8e/e8b5af23032263 differ diff --git a/tmp/cache/bootsnap-compile-cache/8e/ea1f4f35d769bd b/tmp/cache/bootsnap-compile-cache/8e/ea1f4f35d769bd new file mode 100644 index 0000000..9132374 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/8e/ea1f4f35d769bd differ diff --git a/tmp/cache/bootsnap-compile-cache/8f/58ca4a5f1ed0b2 b/tmp/cache/bootsnap-compile-cache/8f/58ca4a5f1ed0b2 new file mode 100644 index 0000000..307cb49 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/8f/58ca4a5f1ed0b2 differ diff --git a/tmp/cache/bootsnap-compile-cache/8f/92921d722d9630 b/tmp/cache/bootsnap-compile-cache/8f/92921d722d9630 new file mode 100644 index 0000000..ff83a7b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/8f/92921d722d9630 differ diff --git a/tmp/cache/bootsnap-compile-cache/8f/aa7c70dc3b41b1 b/tmp/cache/bootsnap-compile-cache/8f/aa7c70dc3b41b1 new file mode 100644 index 0000000..8343b4e Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/8f/aa7c70dc3b41b1 differ diff --git a/tmp/cache/bootsnap-compile-cache/8f/d85c668f8c503b b/tmp/cache/bootsnap-compile-cache/8f/d85c668f8c503b new file mode 100644 index 0000000..7a3e792 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/8f/d85c668f8c503b differ diff --git a/tmp/cache/bootsnap-compile-cache/8f/f79d6ec414e9ea b/tmp/cache/bootsnap-compile-cache/8f/f79d6ec414e9ea new file mode 100644 index 0000000..c948357 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/8f/f79d6ec414e9ea differ diff --git a/tmp/cache/bootsnap-compile-cache/90/076f7d22ce2199 b/tmp/cache/bootsnap-compile-cache/90/076f7d22ce2199 new file mode 100644 index 0000000..7e85391 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/90/076f7d22ce2199 differ diff --git a/tmp/cache/bootsnap-compile-cache/90/1d6aa086ebe7f4 b/tmp/cache/bootsnap-compile-cache/90/1d6aa086ebe7f4 new file mode 100644 index 0000000..beb1e21 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/90/1d6aa086ebe7f4 differ diff --git a/tmp/cache/bootsnap-compile-cache/90/2bf38f54da6070 b/tmp/cache/bootsnap-compile-cache/90/2bf38f54da6070 new file mode 100644 index 0000000..69d83c1 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/90/2bf38f54da6070 differ diff --git a/tmp/cache/bootsnap-compile-cache/90/3a0301d76fce99 b/tmp/cache/bootsnap-compile-cache/90/3a0301d76fce99 new file mode 100644 index 0000000..2d97609 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/90/3a0301d76fce99 differ diff --git a/tmp/cache/bootsnap-compile-cache/90/4176a4c66e56d0 b/tmp/cache/bootsnap-compile-cache/90/4176a4c66e56d0 new file mode 100644 index 0000000..f8df2e5 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/90/4176a4c66e56d0 differ diff --git a/tmp/cache/bootsnap-compile-cache/90/570f5a16114d2e b/tmp/cache/bootsnap-compile-cache/90/570f5a16114d2e new file mode 100644 index 0000000..b579217 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/90/570f5a16114d2e differ diff --git a/tmp/cache/bootsnap-compile-cache/90/6453d73e6e42a4 b/tmp/cache/bootsnap-compile-cache/90/6453d73e6e42a4 new file mode 100644 index 0000000..0647529 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/90/6453d73e6e42a4 differ diff --git a/tmp/cache/bootsnap-compile-cache/90/64bbee22731d7e b/tmp/cache/bootsnap-compile-cache/90/64bbee22731d7e new file mode 100644 index 0000000..54cca10 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/90/64bbee22731d7e differ diff --git a/tmp/cache/bootsnap-compile-cache/90/6c8e0a43744f76 b/tmp/cache/bootsnap-compile-cache/90/6c8e0a43744f76 new file mode 100644 index 0000000..604b3cf Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/90/6c8e0a43744f76 differ diff --git a/tmp/cache/bootsnap-compile-cache/90/d162f449d19c21 b/tmp/cache/bootsnap-compile-cache/90/d162f449d19c21 new file mode 100644 index 0000000..df2fd3a Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/90/d162f449d19c21 differ diff --git a/tmp/cache/bootsnap-compile-cache/90/fca9a13987f9e4 b/tmp/cache/bootsnap-compile-cache/90/fca9a13987f9e4 new file mode 100644 index 0000000..2d649a8 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/90/fca9a13987f9e4 differ diff --git a/tmp/cache/bootsnap-compile-cache/91/30af7219675921 b/tmp/cache/bootsnap-compile-cache/91/30af7219675921 new file mode 100644 index 0000000..0fc6086 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/91/30af7219675921 differ diff --git a/tmp/cache/bootsnap-compile-cache/91/37882e0439f26a b/tmp/cache/bootsnap-compile-cache/91/37882e0439f26a new file mode 100644 index 0000000..4a67314 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/91/37882e0439f26a differ diff --git a/tmp/cache/bootsnap-compile-cache/91/4c59b8e9ae882a b/tmp/cache/bootsnap-compile-cache/91/4c59b8e9ae882a new file mode 100644 index 0000000..30e80b8 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/91/4c59b8e9ae882a differ diff --git a/tmp/cache/bootsnap-compile-cache/91/62d076a236fb70 b/tmp/cache/bootsnap-compile-cache/91/62d076a236fb70 new file mode 100644 index 0000000..09c8c68 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/91/62d076a236fb70 differ diff --git a/tmp/cache/bootsnap-compile-cache/91/71e0fdcbfb86fc b/tmp/cache/bootsnap-compile-cache/91/71e0fdcbfb86fc new file mode 100644 index 0000000..e81f0f1 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/91/71e0fdcbfb86fc differ diff --git a/tmp/cache/bootsnap-compile-cache/91/e49bd3a52b4200 b/tmp/cache/bootsnap-compile-cache/91/e49bd3a52b4200 new file mode 100644 index 0000000..a7a8838 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/91/e49bd3a52b4200 differ diff --git a/tmp/cache/bootsnap-compile-cache/92/2881eb63c815f2 b/tmp/cache/bootsnap-compile-cache/92/2881eb63c815f2 new file mode 100644 index 0000000..0ae6aea Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/92/2881eb63c815f2 differ diff --git a/tmp/cache/bootsnap-compile-cache/92/3c6ba38c601972 b/tmp/cache/bootsnap-compile-cache/92/3c6ba38c601972 new file mode 100644 index 0000000..72532db Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/92/3c6ba38c601972 differ diff --git a/tmp/cache/bootsnap-compile-cache/93/13305b1364123a b/tmp/cache/bootsnap-compile-cache/93/13305b1364123a new file mode 100644 index 0000000..ee13193 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/93/13305b1364123a differ diff --git a/tmp/cache/bootsnap-compile-cache/93/2269c11ebd0e01 b/tmp/cache/bootsnap-compile-cache/93/2269c11ebd0e01 new file mode 100644 index 0000000..ca9ab1e Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/93/2269c11ebd0e01 differ diff --git a/tmp/cache/bootsnap-compile-cache/93/60893eaeb86b95 b/tmp/cache/bootsnap-compile-cache/93/60893eaeb86b95 new file mode 100644 index 0000000..ea853fe Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/93/60893eaeb86b95 differ diff --git a/tmp/cache/bootsnap-compile-cache/93/836ba01a230f32 b/tmp/cache/bootsnap-compile-cache/93/836ba01a230f32 new file mode 100644 index 0000000..9e0efbb Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/93/836ba01a230f32 differ diff --git a/tmp/cache/bootsnap-compile-cache/93/8a62bf1a22e16e b/tmp/cache/bootsnap-compile-cache/93/8a62bf1a22e16e new file mode 100644 index 0000000..6a8f408 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/93/8a62bf1a22e16e differ diff --git a/tmp/cache/bootsnap-compile-cache/93/d87e56cad036ad b/tmp/cache/bootsnap-compile-cache/93/d87e56cad036ad new file mode 100644 index 0000000..e52ee58 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/93/d87e56cad036ad differ diff --git a/tmp/cache/bootsnap-compile-cache/94/471ab309068f56 b/tmp/cache/bootsnap-compile-cache/94/471ab309068f56 new file mode 100644 index 0000000..90fc982 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/94/471ab309068f56 differ diff --git a/tmp/cache/bootsnap-compile-cache/94/6e221d685b7438 b/tmp/cache/bootsnap-compile-cache/94/6e221d685b7438 new file mode 100644 index 0000000..3b2e0ae Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/94/6e221d685b7438 differ diff --git a/tmp/cache/bootsnap-compile-cache/94/84dd3b6a070381 b/tmp/cache/bootsnap-compile-cache/94/84dd3b6a070381 new file mode 100644 index 0000000..d8e54e4 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/94/84dd3b6a070381 differ diff --git a/tmp/cache/bootsnap-compile-cache/94/855a52b370d436 b/tmp/cache/bootsnap-compile-cache/94/855a52b370d436 new file mode 100644 index 0000000..646019c Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/94/855a52b370d436 differ diff --git a/tmp/cache/bootsnap-compile-cache/94/c9da512749b840 b/tmp/cache/bootsnap-compile-cache/94/c9da512749b840 new file mode 100644 index 0000000..8ff4f52 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/94/c9da512749b840 differ diff --git a/tmp/cache/bootsnap-compile-cache/94/c9e620d5982aca b/tmp/cache/bootsnap-compile-cache/94/c9e620d5982aca new file mode 100644 index 0000000..71848b8 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/94/c9e620d5982aca differ diff --git a/tmp/cache/bootsnap-compile-cache/94/da0e1e5883148c b/tmp/cache/bootsnap-compile-cache/94/da0e1e5883148c new file mode 100644 index 0000000..2c23caa Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/94/da0e1e5883148c differ diff --git a/tmp/cache/bootsnap-compile-cache/94/ef099af363dc0f b/tmp/cache/bootsnap-compile-cache/94/ef099af363dc0f new file mode 100644 index 0000000..30d82da Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/94/ef099af363dc0f differ diff --git a/tmp/cache/bootsnap-compile-cache/94/fe20a63abcb602 b/tmp/cache/bootsnap-compile-cache/94/fe20a63abcb602 new file mode 100644 index 0000000..efadb32 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/94/fe20a63abcb602 differ diff --git a/tmp/cache/bootsnap-compile-cache/95/065dcf4b18151c b/tmp/cache/bootsnap-compile-cache/95/065dcf4b18151c new file mode 100644 index 0000000..6229048 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/95/065dcf4b18151c differ diff --git a/tmp/cache/bootsnap-compile-cache/95/5174804842dffa b/tmp/cache/bootsnap-compile-cache/95/5174804842dffa new file mode 100644 index 0000000..47411a6 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/95/5174804842dffa differ diff --git a/tmp/cache/bootsnap-compile-cache/95/5c4df0b56f6587 b/tmp/cache/bootsnap-compile-cache/95/5c4df0b56f6587 new file mode 100644 index 0000000..9e9dead Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/95/5c4df0b56f6587 differ diff --git a/tmp/cache/bootsnap-compile-cache/95/849e0a258c4e98 b/tmp/cache/bootsnap-compile-cache/95/849e0a258c4e98 new file mode 100644 index 0000000..95a4150 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/95/849e0a258c4e98 differ diff --git a/tmp/cache/bootsnap-compile-cache/95/b55037dcb0a7c2 b/tmp/cache/bootsnap-compile-cache/95/b55037dcb0a7c2 new file mode 100644 index 0000000..62d7e50 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/95/b55037dcb0a7c2 differ diff --git a/tmp/cache/bootsnap-compile-cache/95/dd83e512c9bf21 b/tmp/cache/bootsnap-compile-cache/95/dd83e512c9bf21 new file mode 100644 index 0000000..13db3c0 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/95/dd83e512c9bf21 differ diff --git a/tmp/cache/bootsnap-compile-cache/95/f1e9679c3d433c b/tmp/cache/bootsnap-compile-cache/95/f1e9679c3d433c new file mode 100644 index 0000000..b263f84 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/95/f1e9679c3d433c differ diff --git a/tmp/cache/bootsnap-compile-cache/96/00fe36d12bee1a b/tmp/cache/bootsnap-compile-cache/96/00fe36d12bee1a new file mode 100644 index 0000000..b253d43 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/96/00fe36d12bee1a differ diff --git a/tmp/cache/bootsnap-compile-cache/96/362304e8d660ed b/tmp/cache/bootsnap-compile-cache/96/362304e8d660ed new file mode 100644 index 0000000..ee545b3 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/96/362304e8d660ed differ diff --git a/tmp/cache/bootsnap-compile-cache/96/78fcd71dd90b54 b/tmp/cache/bootsnap-compile-cache/96/78fcd71dd90b54 new file mode 100644 index 0000000..17290ae Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/96/78fcd71dd90b54 differ diff --git a/tmp/cache/bootsnap-compile-cache/96/93e92da71c2d92 b/tmp/cache/bootsnap-compile-cache/96/93e92da71c2d92 new file mode 100644 index 0000000..64c410c Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/96/93e92da71c2d92 differ diff --git a/tmp/cache/bootsnap-compile-cache/96/9663f12f808866 b/tmp/cache/bootsnap-compile-cache/96/9663f12f808866 new file mode 100644 index 0000000..cb86b78 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/96/9663f12f808866 differ diff --git a/tmp/cache/bootsnap-compile-cache/96/adc4d879584023 b/tmp/cache/bootsnap-compile-cache/96/adc4d879584023 new file mode 100644 index 0000000..9fe2e4e Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/96/adc4d879584023 differ diff --git a/tmp/cache/bootsnap-compile-cache/96/d5cb5c20be944c b/tmp/cache/bootsnap-compile-cache/96/d5cb5c20be944c new file mode 100644 index 0000000..7f54712 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/96/d5cb5c20be944c differ diff --git a/tmp/cache/bootsnap-compile-cache/97/023a2c942b54a7 b/tmp/cache/bootsnap-compile-cache/97/023a2c942b54a7 new file mode 100644 index 0000000..cf175f9 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/97/023a2c942b54a7 differ diff --git a/tmp/cache/bootsnap-compile-cache/97/25136ad03cfa31 b/tmp/cache/bootsnap-compile-cache/97/25136ad03cfa31 new file mode 100644 index 0000000..323e0cc Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/97/25136ad03cfa31 differ diff --git a/tmp/cache/bootsnap-compile-cache/97/a36c38223647a5 b/tmp/cache/bootsnap-compile-cache/97/a36c38223647a5 new file mode 100644 index 0000000..3ed5cc9 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/97/a36c38223647a5 differ diff --git a/tmp/cache/bootsnap-compile-cache/98/1afbed5d6693e5 b/tmp/cache/bootsnap-compile-cache/98/1afbed5d6693e5 new file mode 100644 index 0000000..3af6a22 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/98/1afbed5d6693e5 differ diff --git a/tmp/cache/bootsnap-compile-cache/98/2cad911114c548 b/tmp/cache/bootsnap-compile-cache/98/2cad911114c548 new file mode 100644 index 0000000..68d38b5 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/98/2cad911114c548 differ diff --git a/tmp/cache/bootsnap-compile-cache/98/5b2ad55e161cfd b/tmp/cache/bootsnap-compile-cache/98/5b2ad55e161cfd new file mode 100644 index 0000000..654a2e3 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/98/5b2ad55e161cfd differ diff --git a/tmp/cache/bootsnap-compile-cache/98/621112e6646be0 b/tmp/cache/bootsnap-compile-cache/98/621112e6646be0 new file mode 100644 index 0000000..6020eae Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/98/621112e6646be0 differ diff --git a/tmp/cache/bootsnap-compile-cache/98/7bc72bbc40da2a b/tmp/cache/bootsnap-compile-cache/98/7bc72bbc40da2a new file mode 100644 index 0000000..3717e16 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/98/7bc72bbc40da2a differ diff --git a/tmp/cache/bootsnap-compile-cache/98/7cd665850056ab b/tmp/cache/bootsnap-compile-cache/98/7cd665850056ab new file mode 100644 index 0000000..68ccc3e Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/98/7cd665850056ab differ diff --git a/tmp/cache/bootsnap-compile-cache/98/96bb516d1afa1c b/tmp/cache/bootsnap-compile-cache/98/96bb516d1afa1c new file mode 100644 index 0000000..4b806fd Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/98/96bb516d1afa1c differ diff --git a/tmp/cache/bootsnap-compile-cache/98/98e084090d9775 b/tmp/cache/bootsnap-compile-cache/98/98e084090d9775 new file mode 100644 index 0000000..54205d8 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/98/98e084090d9775 differ diff --git a/tmp/cache/bootsnap-compile-cache/98/9a14f5ddf16e90 b/tmp/cache/bootsnap-compile-cache/98/9a14f5ddf16e90 new file mode 100644 index 0000000..0bec7e8 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/98/9a14f5ddf16e90 differ diff --git a/tmp/cache/bootsnap-compile-cache/98/b488ce5ffa6856 b/tmp/cache/bootsnap-compile-cache/98/b488ce5ffa6856 new file mode 100644 index 0000000..e5710dc Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/98/b488ce5ffa6856 differ diff --git a/tmp/cache/bootsnap-compile-cache/98/b68f1dae6f4bcc b/tmp/cache/bootsnap-compile-cache/98/b68f1dae6f4bcc new file mode 100644 index 0000000..7371d6a Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/98/b68f1dae6f4bcc differ diff --git a/tmp/cache/bootsnap-compile-cache/98/e4f8e5028cd8fb b/tmp/cache/bootsnap-compile-cache/98/e4f8e5028cd8fb new file mode 100644 index 0000000..d754e67 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/98/e4f8e5028cd8fb differ diff --git a/tmp/cache/bootsnap-compile-cache/99/25b1210a7cd50a b/tmp/cache/bootsnap-compile-cache/99/25b1210a7cd50a new file mode 100644 index 0000000..d86d7d7 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/99/25b1210a7cd50a differ diff --git a/tmp/cache/bootsnap-compile-cache/99/539984fb5fee59 b/tmp/cache/bootsnap-compile-cache/99/539984fb5fee59 new file mode 100644 index 0000000..0444154 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/99/539984fb5fee59 differ diff --git a/tmp/cache/bootsnap-compile-cache/99/6849a68721a4ee b/tmp/cache/bootsnap-compile-cache/99/6849a68721a4ee new file mode 100644 index 0000000..7547706 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/99/6849a68721a4ee differ diff --git a/tmp/cache/bootsnap-compile-cache/99/7e76c42ecdc8d6 b/tmp/cache/bootsnap-compile-cache/99/7e76c42ecdc8d6 new file mode 100644 index 0000000..01b9934 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/99/7e76c42ecdc8d6 differ diff --git a/tmp/cache/bootsnap-compile-cache/99/839e84cf14f5a0 b/tmp/cache/bootsnap-compile-cache/99/839e84cf14f5a0 new file mode 100644 index 0000000..821d161 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/99/839e84cf14f5a0 differ diff --git a/tmp/cache/bootsnap-compile-cache/9a/44b4eac339f06d b/tmp/cache/bootsnap-compile-cache/9a/44b4eac339f06d new file mode 100644 index 0000000..0aa136d Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/9a/44b4eac339f06d differ diff --git a/tmp/cache/bootsnap-compile-cache/9a/54a565826818a7 b/tmp/cache/bootsnap-compile-cache/9a/54a565826818a7 new file mode 100644 index 0000000..5afd2b9 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/9a/54a565826818a7 differ diff --git a/tmp/cache/bootsnap-compile-cache/9a/7b32d036600dc6 b/tmp/cache/bootsnap-compile-cache/9a/7b32d036600dc6 new file mode 100644 index 0000000..27e2b6a Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/9a/7b32d036600dc6 differ diff --git a/tmp/cache/bootsnap-compile-cache/9a/91e8b5a37f2e10 b/tmp/cache/bootsnap-compile-cache/9a/91e8b5a37f2e10 new file mode 100644 index 0000000..839c004 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/9a/91e8b5a37f2e10 differ diff --git a/tmp/cache/bootsnap-compile-cache/9a/9aeac1d65e3faa b/tmp/cache/bootsnap-compile-cache/9a/9aeac1d65e3faa new file mode 100644 index 0000000..abda14d Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/9a/9aeac1d65e3faa differ diff --git a/tmp/cache/bootsnap-compile-cache/9b/3ce8c32b7c3952 b/tmp/cache/bootsnap-compile-cache/9b/3ce8c32b7c3952 new file mode 100644 index 0000000..64154a4 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/9b/3ce8c32b7c3952 differ diff --git a/tmp/cache/bootsnap-compile-cache/9b/a797d0839fbd8a b/tmp/cache/bootsnap-compile-cache/9b/a797d0839fbd8a new file mode 100644 index 0000000..6479990 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/9b/a797d0839fbd8a differ diff --git a/tmp/cache/bootsnap-compile-cache/9b/b1db4f47cc8f99 b/tmp/cache/bootsnap-compile-cache/9b/b1db4f47cc8f99 new file mode 100644 index 0000000..89fbad8 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/9b/b1db4f47cc8f99 differ diff --git a/tmp/cache/bootsnap-compile-cache/9b/db79ca35297d44 b/tmp/cache/bootsnap-compile-cache/9b/db79ca35297d44 new file mode 100644 index 0000000..c79e232 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/9b/db79ca35297d44 differ diff --git a/tmp/cache/bootsnap-compile-cache/9c/0f4acaa3824da5 b/tmp/cache/bootsnap-compile-cache/9c/0f4acaa3824da5 new file mode 100644 index 0000000..cd4a794 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/9c/0f4acaa3824da5 differ diff --git a/tmp/cache/bootsnap-compile-cache/9c/1b5764348a1e1c b/tmp/cache/bootsnap-compile-cache/9c/1b5764348a1e1c new file mode 100644 index 0000000..91b6e3a Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/9c/1b5764348a1e1c differ diff --git a/tmp/cache/bootsnap-compile-cache/9c/1be062918cfa84 b/tmp/cache/bootsnap-compile-cache/9c/1be062918cfa84 new file mode 100644 index 0000000..58eed34 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/9c/1be062918cfa84 differ diff --git a/tmp/cache/bootsnap-compile-cache/9c/207d478a4afff4 b/tmp/cache/bootsnap-compile-cache/9c/207d478a4afff4 new file mode 100644 index 0000000..819421e Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/9c/207d478a4afff4 differ diff --git a/tmp/cache/bootsnap-compile-cache/9c/5c542b7d3d10be b/tmp/cache/bootsnap-compile-cache/9c/5c542b7d3d10be new file mode 100644 index 0000000..751ca39 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/9c/5c542b7d3d10be differ diff --git a/tmp/cache/bootsnap-compile-cache/9c/779535882ec636 b/tmp/cache/bootsnap-compile-cache/9c/779535882ec636 new file mode 100644 index 0000000..d18ae2e Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/9c/779535882ec636 differ diff --git a/tmp/cache/bootsnap-compile-cache/9c/c3a67a3191a82b b/tmp/cache/bootsnap-compile-cache/9c/c3a67a3191a82b new file mode 100644 index 0000000..ed51554 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/9c/c3a67a3191a82b differ diff --git a/tmp/cache/bootsnap-compile-cache/9c/c6aac1fb992f0b b/tmp/cache/bootsnap-compile-cache/9c/c6aac1fb992f0b new file mode 100644 index 0000000..65a5f62 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/9c/c6aac1fb992f0b differ diff --git a/tmp/cache/bootsnap-compile-cache/9c/dadbf530f78ec1 b/tmp/cache/bootsnap-compile-cache/9c/dadbf530f78ec1 new file mode 100644 index 0000000..dab948c Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/9c/dadbf530f78ec1 differ diff --git a/tmp/cache/bootsnap-compile-cache/9c/e002dc4333b322 b/tmp/cache/bootsnap-compile-cache/9c/e002dc4333b322 new file mode 100644 index 0000000..623e9c3 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/9c/e002dc4333b322 differ diff --git a/tmp/cache/bootsnap-compile-cache/9c/f8f63aed83ffcb b/tmp/cache/bootsnap-compile-cache/9c/f8f63aed83ffcb new file mode 100644 index 0000000..50b2e1d Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/9c/f8f63aed83ffcb differ diff --git a/tmp/cache/bootsnap-compile-cache/9d/0160283c210b87 b/tmp/cache/bootsnap-compile-cache/9d/0160283c210b87 new file mode 100644 index 0000000..d5ca3a9 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/9d/0160283c210b87 differ diff --git a/tmp/cache/bootsnap-compile-cache/9d/3508e18301567e b/tmp/cache/bootsnap-compile-cache/9d/3508e18301567e new file mode 100644 index 0000000..34f5b93 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/9d/3508e18301567e differ diff --git a/tmp/cache/bootsnap-compile-cache/9d/5027e2194d9328 b/tmp/cache/bootsnap-compile-cache/9d/5027e2194d9328 new file mode 100644 index 0000000..f88d562 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/9d/5027e2194d9328 differ diff --git a/tmp/cache/bootsnap-compile-cache/9d/580f94f38cb058 b/tmp/cache/bootsnap-compile-cache/9d/580f94f38cb058 new file mode 100644 index 0000000..b5fd006 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/9d/580f94f38cb058 differ diff --git a/tmp/cache/bootsnap-compile-cache/9d/5a2221192a5397 b/tmp/cache/bootsnap-compile-cache/9d/5a2221192a5397 new file mode 100644 index 0000000..6e62f4c Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/9d/5a2221192a5397 differ diff --git a/tmp/cache/bootsnap-compile-cache/9d/85970562897da5 b/tmp/cache/bootsnap-compile-cache/9d/85970562897da5 new file mode 100644 index 0000000..7466618 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/9d/85970562897da5 differ diff --git a/tmp/cache/bootsnap-compile-cache/9d/b38dbbc87931cd b/tmp/cache/bootsnap-compile-cache/9d/b38dbbc87931cd new file mode 100644 index 0000000..84b1f01 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/9d/b38dbbc87931cd differ diff --git a/tmp/cache/bootsnap-compile-cache/9d/c292dc88b92d2d b/tmp/cache/bootsnap-compile-cache/9d/c292dc88b92d2d new file mode 100644 index 0000000..f0d25aa Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/9d/c292dc88b92d2d differ diff --git a/tmp/cache/bootsnap-compile-cache/9d/cfe48f01a8b62a b/tmp/cache/bootsnap-compile-cache/9d/cfe48f01a8b62a new file mode 100644 index 0000000..0f6bbc5 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/9d/cfe48f01a8b62a differ diff --git a/tmp/cache/bootsnap-compile-cache/9d/e8cb79afa3d5e2 b/tmp/cache/bootsnap-compile-cache/9d/e8cb79afa3d5e2 new file mode 100644 index 0000000..59679ae Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/9d/e8cb79afa3d5e2 differ diff --git a/tmp/cache/bootsnap-compile-cache/9d/f78cb21613c833 b/tmp/cache/bootsnap-compile-cache/9d/f78cb21613c833 new file mode 100644 index 0000000..ec90674 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/9d/f78cb21613c833 differ diff --git a/tmp/cache/bootsnap-compile-cache/9e/14e17cdf264e16 b/tmp/cache/bootsnap-compile-cache/9e/14e17cdf264e16 new file mode 100644 index 0000000..57ebda7 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/9e/14e17cdf264e16 differ diff --git a/tmp/cache/bootsnap-compile-cache/9e/4366d1f84a1525 b/tmp/cache/bootsnap-compile-cache/9e/4366d1f84a1525 new file mode 100644 index 0000000..f7c9842 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/9e/4366d1f84a1525 differ diff --git a/tmp/cache/bootsnap-compile-cache/9e/448b24e827b8b0 b/tmp/cache/bootsnap-compile-cache/9e/448b24e827b8b0 new file mode 100644 index 0000000..aa669df Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/9e/448b24e827b8b0 differ diff --git a/tmp/cache/bootsnap-compile-cache/9e/79046e0ec2bc0d b/tmp/cache/bootsnap-compile-cache/9e/79046e0ec2bc0d new file mode 100644 index 0000000..df311a0 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/9e/79046e0ec2bc0d differ diff --git a/tmp/cache/bootsnap-compile-cache/9e/81fbb29325ba8c b/tmp/cache/bootsnap-compile-cache/9e/81fbb29325ba8c new file mode 100644 index 0000000..0bec6e8 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/9e/81fbb29325ba8c differ diff --git a/tmp/cache/bootsnap-compile-cache/9e/f62d136c92eab5 b/tmp/cache/bootsnap-compile-cache/9e/f62d136c92eab5 new file mode 100644 index 0000000..dfb0670 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/9e/f62d136c92eab5 differ diff --git a/tmp/cache/bootsnap-compile-cache/9f/216843084cd22c b/tmp/cache/bootsnap-compile-cache/9f/216843084cd22c new file mode 100644 index 0000000..b11dd07 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/9f/216843084cd22c differ diff --git a/tmp/cache/bootsnap-compile-cache/9f/2b0e885caf18e7 b/tmp/cache/bootsnap-compile-cache/9f/2b0e885caf18e7 new file mode 100644 index 0000000..7e1baed Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/9f/2b0e885caf18e7 differ diff --git a/tmp/cache/bootsnap-compile-cache/9f/503e582d09e63d b/tmp/cache/bootsnap-compile-cache/9f/503e582d09e63d new file mode 100644 index 0000000..ddb9c8a Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/9f/503e582d09e63d differ diff --git a/tmp/cache/bootsnap-compile-cache/9f/a0471d293b8c70 b/tmp/cache/bootsnap-compile-cache/9f/a0471d293b8c70 new file mode 100644 index 0000000..684b452 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/9f/a0471d293b8c70 differ diff --git a/tmp/cache/bootsnap-compile-cache/9f/df9bab9cf899bf b/tmp/cache/bootsnap-compile-cache/9f/df9bab9cf899bf new file mode 100644 index 0000000..5ae8704 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/9f/df9bab9cf899bf differ diff --git a/tmp/cache/bootsnap-compile-cache/a0/3b6fda9c0a1269 b/tmp/cache/bootsnap-compile-cache/a0/3b6fda9c0a1269 new file mode 100644 index 0000000..8a6cbd4 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/a0/3b6fda9c0a1269 differ diff --git a/tmp/cache/bootsnap-compile-cache/a0/3c69e8c66e7d41 b/tmp/cache/bootsnap-compile-cache/a0/3c69e8c66e7d41 new file mode 100644 index 0000000..89425f6 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/a0/3c69e8c66e7d41 differ diff --git a/tmp/cache/bootsnap-compile-cache/a0/3f7c5411820d9e b/tmp/cache/bootsnap-compile-cache/a0/3f7c5411820d9e new file mode 100644 index 0000000..ca2a74b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/a0/3f7c5411820d9e differ diff --git a/tmp/cache/bootsnap-compile-cache/a0/40a12ee293a635 b/tmp/cache/bootsnap-compile-cache/a0/40a12ee293a635 new file mode 100644 index 0000000..a3d6335 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/a0/40a12ee293a635 differ diff --git a/tmp/cache/bootsnap-compile-cache/a0/5ff8a805f6f312 b/tmp/cache/bootsnap-compile-cache/a0/5ff8a805f6f312 new file mode 100644 index 0000000..27e6690 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/a0/5ff8a805f6f312 differ diff --git a/tmp/cache/bootsnap-compile-cache/a0/64d6ca990e13ec b/tmp/cache/bootsnap-compile-cache/a0/64d6ca990e13ec new file mode 100644 index 0000000..812e11e Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/a0/64d6ca990e13ec differ diff --git a/tmp/cache/bootsnap-compile-cache/a0/6d39959e8e763c b/tmp/cache/bootsnap-compile-cache/a0/6d39959e8e763c new file mode 100644 index 0000000..101b621 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/a0/6d39959e8e763c differ diff --git a/tmp/cache/bootsnap-compile-cache/a0/71c74299796843 b/tmp/cache/bootsnap-compile-cache/a0/71c74299796843 new file mode 100644 index 0000000..acc7133 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/a0/71c74299796843 differ diff --git a/tmp/cache/bootsnap-compile-cache/a0/c46a10cab20e82 b/tmp/cache/bootsnap-compile-cache/a0/c46a10cab20e82 new file mode 100644 index 0000000..8bf9e2e Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/a0/c46a10cab20e82 differ diff --git a/tmp/cache/bootsnap-compile-cache/a0/f9ed22ae221127 b/tmp/cache/bootsnap-compile-cache/a0/f9ed22ae221127 new file mode 100644 index 0000000..1825dd2 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/a0/f9ed22ae221127 differ diff --git a/tmp/cache/bootsnap-compile-cache/a1/09cc9f2d789be0 b/tmp/cache/bootsnap-compile-cache/a1/09cc9f2d789be0 new file mode 100644 index 0000000..2fb36e3 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/a1/09cc9f2d789be0 differ diff --git a/tmp/cache/bootsnap-compile-cache/a1/17c3d33df38c1e b/tmp/cache/bootsnap-compile-cache/a1/17c3d33df38c1e new file mode 100644 index 0000000..8029961 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/a1/17c3d33df38c1e differ diff --git a/tmp/cache/bootsnap-compile-cache/a1/432f3d41cd91db b/tmp/cache/bootsnap-compile-cache/a1/432f3d41cd91db new file mode 100644 index 0000000..6616373 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/a1/432f3d41cd91db differ diff --git a/tmp/cache/bootsnap-compile-cache/a1/8ea006927ccaf4 b/tmp/cache/bootsnap-compile-cache/a1/8ea006927ccaf4 new file mode 100644 index 0000000..8c11650 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/a1/8ea006927ccaf4 differ diff --git a/tmp/cache/bootsnap-compile-cache/a1/981af59463aa0c b/tmp/cache/bootsnap-compile-cache/a1/981af59463aa0c new file mode 100644 index 0000000..945890b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/a1/981af59463aa0c differ diff --git a/tmp/cache/bootsnap-compile-cache/a1/c9ffc231e08d52 b/tmp/cache/bootsnap-compile-cache/a1/c9ffc231e08d52 new file mode 100644 index 0000000..1104df5 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/a1/c9ffc231e08d52 differ diff --git a/tmp/cache/bootsnap-compile-cache/a1/d4161e3f430c76 b/tmp/cache/bootsnap-compile-cache/a1/d4161e3f430c76 new file mode 100644 index 0000000..05e1aca Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/a1/d4161e3f430c76 differ diff --git a/tmp/cache/bootsnap-compile-cache/a1/e53772f3412cb2 b/tmp/cache/bootsnap-compile-cache/a1/e53772f3412cb2 new file mode 100644 index 0000000..483be87 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/a1/e53772f3412cb2 differ diff --git a/tmp/cache/bootsnap-compile-cache/a2/14928a3496a47e b/tmp/cache/bootsnap-compile-cache/a2/14928a3496a47e new file mode 100644 index 0000000..be0cab5 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/a2/14928a3496a47e differ diff --git a/tmp/cache/bootsnap-compile-cache/a2/2b4b7ea57d0e12 b/tmp/cache/bootsnap-compile-cache/a2/2b4b7ea57d0e12 new file mode 100644 index 0000000..9b00e82 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/a2/2b4b7ea57d0e12 differ diff --git a/tmp/cache/bootsnap-compile-cache/a2/49b7ef210ed0fe b/tmp/cache/bootsnap-compile-cache/a2/49b7ef210ed0fe new file mode 100644 index 0000000..5fc303d Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/a2/49b7ef210ed0fe differ diff --git a/tmp/cache/bootsnap-compile-cache/a2/5a889439f7aa41 b/tmp/cache/bootsnap-compile-cache/a2/5a889439f7aa41 new file mode 100644 index 0000000..f6fd47f Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/a2/5a889439f7aa41 differ diff --git a/tmp/cache/bootsnap-compile-cache/a2/85f4036636d954 b/tmp/cache/bootsnap-compile-cache/a2/85f4036636d954 new file mode 100644 index 0000000..0c620f7 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/a2/85f4036636d954 differ diff --git a/tmp/cache/bootsnap-compile-cache/a2/a31e5b13c95bfa b/tmp/cache/bootsnap-compile-cache/a2/a31e5b13c95bfa new file mode 100644 index 0000000..e0aea7d Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/a2/a31e5b13c95bfa differ diff --git a/tmp/cache/bootsnap-compile-cache/a3/130dc6106d693c b/tmp/cache/bootsnap-compile-cache/a3/130dc6106d693c new file mode 100644 index 0000000..804fe17 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/a3/130dc6106d693c differ diff --git a/tmp/cache/bootsnap-compile-cache/a3/193d51cd8f4955 b/tmp/cache/bootsnap-compile-cache/a3/193d51cd8f4955 new file mode 100644 index 0000000..9ed8ddf Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/a3/193d51cd8f4955 differ diff --git a/tmp/cache/bootsnap-compile-cache/a3/562f0a4f35ddc5 b/tmp/cache/bootsnap-compile-cache/a3/562f0a4f35ddc5 new file mode 100644 index 0000000..9c4d7ce Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/a3/562f0a4f35ddc5 differ diff --git a/tmp/cache/bootsnap-compile-cache/a3/9821ba31f52465 b/tmp/cache/bootsnap-compile-cache/a3/9821ba31f52465 new file mode 100644 index 0000000..0d242b0 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/a3/9821ba31f52465 differ diff --git a/tmp/cache/bootsnap-compile-cache/a3/a1b358140c2b96 b/tmp/cache/bootsnap-compile-cache/a3/a1b358140c2b96 new file mode 100644 index 0000000..3edb8a0 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/a3/a1b358140c2b96 differ diff --git a/tmp/cache/bootsnap-compile-cache/a3/d79c67a8522fc2 b/tmp/cache/bootsnap-compile-cache/a3/d79c67a8522fc2 new file mode 100644 index 0000000..fb5ec5d Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/a3/d79c67a8522fc2 differ diff --git a/tmp/cache/bootsnap-compile-cache/a3/ddfd04442846f0 b/tmp/cache/bootsnap-compile-cache/a3/ddfd04442846f0 new file mode 100644 index 0000000..c98ccc2 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/a3/ddfd04442846f0 differ diff --git a/tmp/cache/bootsnap-compile-cache/a3/ea5b44d1cf24c6 b/tmp/cache/bootsnap-compile-cache/a3/ea5b44d1cf24c6 new file mode 100644 index 0000000..f624ed0 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/a3/ea5b44d1cf24c6 differ diff --git a/tmp/cache/bootsnap-compile-cache/a3/f0acd595d1f52f b/tmp/cache/bootsnap-compile-cache/a3/f0acd595d1f52f new file mode 100644 index 0000000..dc46c93 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/a3/f0acd595d1f52f differ diff --git a/tmp/cache/bootsnap-compile-cache/a3/fdb46de9176f37 b/tmp/cache/bootsnap-compile-cache/a3/fdb46de9176f37 new file mode 100644 index 0000000..c34b197 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/a3/fdb46de9176f37 differ diff --git a/tmp/cache/bootsnap-compile-cache/a4/3774be4e1284d2 b/tmp/cache/bootsnap-compile-cache/a4/3774be4e1284d2 new file mode 100644 index 0000000..cf66226 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/a4/3774be4e1284d2 differ diff --git a/tmp/cache/bootsnap-compile-cache/a4/4432c73492ec5f b/tmp/cache/bootsnap-compile-cache/a4/4432c73492ec5f new file mode 100644 index 0000000..d57f515 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/a4/4432c73492ec5f differ diff --git a/tmp/cache/bootsnap-compile-cache/a4/443677dfff8f34 b/tmp/cache/bootsnap-compile-cache/a4/443677dfff8f34 new file mode 100644 index 0000000..7f0d07e Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/a4/443677dfff8f34 differ diff --git a/tmp/cache/bootsnap-compile-cache/a4/6309234ab05825 b/tmp/cache/bootsnap-compile-cache/a4/6309234ab05825 new file mode 100644 index 0000000..7d5fae2 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/a4/6309234ab05825 differ diff --git a/tmp/cache/bootsnap-compile-cache/a4/8d883a570e18c7 b/tmp/cache/bootsnap-compile-cache/a4/8d883a570e18c7 new file mode 100644 index 0000000..27fa2a2 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/a4/8d883a570e18c7 differ diff --git a/tmp/cache/bootsnap-compile-cache/a4/c70ce5f4a4d98c b/tmp/cache/bootsnap-compile-cache/a4/c70ce5f4a4d98c new file mode 100644 index 0000000..1bed322 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/a4/c70ce5f4a4d98c differ diff --git a/tmp/cache/bootsnap-compile-cache/a4/ce59a96cf27a27 b/tmp/cache/bootsnap-compile-cache/a4/ce59a96cf27a27 new file mode 100644 index 0000000..d8bf834 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/a4/ce59a96cf27a27 differ diff --git a/tmp/cache/bootsnap-compile-cache/a4/fddaf3d5f4e0b9 b/tmp/cache/bootsnap-compile-cache/a4/fddaf3d5f4e0b9 new file mode 100644 index 0000000..981d798 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/a4/fddaf3d5f4e0b9 differ diff --git a/tmp/cache/bootsnap-compile-cache/a5/3ba8ce8c3653f5 b/tmp/cache/bootsnap-compile-cache/a5/3ba8ce8c3653f5 new file mode 100644 index 0000000..f48b293 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/a5/3ba8ce8c3653f5 differ diff --git a/tmp/cache/bootsnap-compile-cache/a5/57e4c12ce6dbb9 b/tmp/cache/bootsnap-compile-cache/a5/57e4c12ce6dbb9 new file mode 100644 index 0000000..ad5409c Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/a5/57e4c12ce6dbb9 differ diff --git a/tmp/cache/bootsnap-compile-cache/a5/80e22db4f7353b b/tmp/cache/bootsnap-compile-cache/a5/80e22db4f7353b new file mode 100644 index 0000000..48c04b0 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/a5/80e22db4f7353b differ diff --git a/tmp/cache/bootsnap-compile-cache/a5/854ba817f1ec8b b/tmp/cache/bootsnap-compile-cache/a5/854ba817f1ec8b new file mode 100644 index 0000000..a1c1fce Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/a5/854ba817f1ec8b differ diff --git a/tmp/cache/bootsnap-compile-cache/a5/993bd4f576cddb b/tmp/cache/bootsnap-compile-cache/a5/993bd4f576cddb new file mode 100644 index 0000000..029a775 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/a5/993bd4f576cddb differ diff --git a/tmp/cache/bootsnap-compile-cache/a5/cf852bb7e7efb9 b/tmp/cache/bootsnap-compile-cache/a5/cf852bb7e7efb9 new file mode 100644 index 0000000..530b2a5 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/a5/cf852bb7e7efb9 differ diff --git a/tmp/cache/bootsnap-compile-cache/a6/1c00d6f7968b9a b/tmp/cache/bootsnap-compile-cache/a6/1c00d6f7968b9a new file mode 100644 index 0000000..e9888a9 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/a6/1c00d6f7968b9a differ diff --git a/tmp/cache/bootsnap-compile-cache/a6/1d8b437622122c b/tmp/cache/bootsnap-compile-cache/a6/1d8b437622122c new file mode 100644 index 0000000..1a381e5 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/a6/1d8b437622122c differ diff --git a/tmp/cache/bootsnap-compile-cache/a6/aad1bcca03486c b/tmp/cache/bootsnap-compile-cache/a6/aad1bcca03486c new file mode 100644 index 0000000..6bc37a4 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/a6/aad1bcca03486c differ diff --git a/tmp/cache/bootsnap-compile-cache/a6/c05f793d59c84a b/tmp/cache/bootsnap-compile-cache/a6/c05f793d59c84a new file mode 100644 index 0000000..c997677 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/a6/c05f793d59c84a differ diff --git a/tmp/cache/bootsnap-compile-cache/a7/07a47b5ab437b7 b/tmp/cache/bootsnap-compile-cache/a7/07a47b5ab437b7 new file mode 100644 index 0000000..5528637 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/a7/07a47b5ab437b7 differ diff --git a/tmp/cache/bootsnap-compile-cache/a7/34ba93d03dbc58 b/tmp/cache/bootsnap-compile-cache/a7/34ba93d03dbc58 new file mode 100644 index 0000000..3bf7878 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/a7/34ba93d03dbc58 differ diff --git a/tmp/cache/bootsnap-compile-cache/a7/74f248d854b2b8 b/tmp/cache/bootsnap-compile-cache/a7/74f248d854b2b8 new file mode 100644 index 0000000..0a8a556 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/a7/74f248d854b2b8 differ diff --git a/tmp/cache/bootsnap-compile-cache/a7/80ae26775c09b1 b/tmp/cache/bootsnap-compile-cache/a7/80ae26775c09b1 new file mode 100644 index 0000000..a3191a2 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/a7/80ae26775c09b1 differ diff --git a/tmp/cache/bootsnap-compile-cache/a7/9553f938caedb2 b/tmp/cache/bootsnap-compile-cache/a7/9553f938caedb2 new file mode 100644 index 0000000..f3a52f3 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/a7/9553f938caedb2 differ diff --git a/tmp/cache/bootsnap-compile-cache/a7/bbcccd43809597 b/tmp/cache/bootsnap-compile-cache/a7/bbcccd43809597 new file mode 100644 index 0000000..8731d79 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/a7/bbcccd43809597 differ diff --git a/tmp/cache/bootsnap-compile-cache/a7/bdd064e40e4cd2 b/tmp/cache/bootsnap-compile-cache/a7/bdd064e40e4cd2 new file mode 100644 index 0000000..51f695c Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/a7/bdd064e40e4cd2 differ diff --git a/tmp/cache/bootsnap-compile-cache/a7/c4dbe62b3037ff b/tmp/cache/bootsnap-compile-cache/a7/c4dbe62b3037ff new file mode 100644 index 0000000..ab4678b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/a7/c4dbe62b3037ff differ diff --git a/tmp/cache/bootsnap-compile-cache/a7/e0bd3cd9ce0759 b/tmp/cache/bootsnap-compile-cache/a7/e0bd3cd9ce0759 new file mode 100644 index 0000000..0866ab4 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/a7/e0bd3cd9ce0759 differ diff --git a/tmp/cache/bootsnap-compile-cache/a8/1191fe0f542c9b b/tmp/cache/bootsnap-compile-cache/a8/1191fe0f542c9b new file mode 100644 index 0000000..9376446 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/a8/1191fe0f542c9b differ diff --git a/tmp/cache/bootsnap-compile-cache/a8/20739427a79d06 b/tmp/cache/bootsnap-compile-cache/a8/20739427a79d06 new file mode 100644 index 0000000..84e9a16 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/a8/20739427a79d06 differ diff --git a/tmp/cache/bootsnap-compile-cache/a8/36b7cbb0c9bb2c b/tmp/cache/bootsnap-compile-cache/a8/36b7cbb0c9bb2c new file mode 100644 index 0000000..7b257cc Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/a8/36b7cbb0c9bb2c differ diff --git a/tmp/cache/bootsnap-compile-cache/a8/4273bac2e2a049 b/tmp/cache/bootsnap-compile-cache/a8/4273bac2e2a049 new file mode 100644 index 0000000..2fa43e7 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/a8/4273bac2e2a049 differ diff --git a/tmp/cache/bootsnap-compile-cache/a8/4db0570d944728 b/tmp/cache/bootsnap-compile-cache/a8/4db0570d944728 new file mode 100644 index 0000000..0c4ab5b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/a8/4db0570d944728 differ diff --git a/tmp/cache/bootsnap-compile-cache/a8/6c5cc6d918e8e9 b/tmp/cache/bootsnap-compile-cache/a8/6c5cc6d918e8e9 new file mode 100644 index 0000000..8cce516 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/a8/6c5cc6d918e8e9 differ diff --git a/tmp/cache/bootsnap-compile-cache/a8/79258d6e8aeeb1 b/tmp/cache/bootsnap-compile-cache/a8/79258d6e8aeeb1 new file mode 100644 index 0000000..ae41ccf Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/a8/79258d6e8aeeb1 differ diff --git a/tmp/cache/bootsnap-compile-cache/a8/a8e269b40556ee b/tmp/cache/bootsnap-compile-cache/a8/a8e269b40556ee new file mode 100644 index 0000000..043613f Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/a8/a8e269b40556ee differ diff --git a/tmp/cache/bootsnap-compile-cache/a9/153ae563ebb062 b/tmp/cache/bootsnap-compile-cache/a9/153ae563ebb062 new file mode 100644 index 0000000..e6c0530 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/a9/153ae563ebb062 differ diff --git a/tmp/cache/bootsnap-compile-cache/a9/22abc5a2c8adcf b/tmp/cache/bootsnap-compile-cache/a9/22abc5a2c8adcf new file mode 100644 index 0000000..80793b9 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/a9/22abc5a2c8adcf differ diff --git a/tmp/cache/bootsnap-compile-cache/a9/5a0df5062f12e4 b/tmp/cache/bootsnap-compile-cache/a9/5a0df5062f12e4 new file mode 100644 index 0000000..ae3e111 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/a9/5a0df5062f12e4 differ diff --git a/tmp/cache/bootsnap-compile-cache/a9/6fd13de42c59b7 b/tmp/cache/bootsnap-compile-cache/a9/6fd13de42c59b7 new file mode 100644 index 0000000..8206119 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/a9/6fd13de42c59b7 differ diff --git a/tmp/cache/bootsnap-compile-cache/a9/bb51807d7ecd4e b/tmp/cache/bootsnap-compile-cache/a9/bb51807d7ecd4e new file mode 100644 index 0000000..f10df9b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/a9/bb51807d7ecd4e differ diff --git a/tmp/cache/bootsnap-compile-cache/a9/c853143448f6af b/tmp/cache/bootsnap-compile-cache/a9/c853143448f6af new file mode 100644 index 0000000..c5a7fe4 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/a9/c853143448f6af differ diff --git a/tmp/cache/bootsnap-compile-cache/aa/123efda2aabc0f b/tmp/cache/bootsnap-compile-cache/aa/123efda2aabc0f new file mode 100644 index 0000000..46137ea Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/aa/123efda2aabc0f differ diff --git a/tmp/cache/bootsnap-compile-cache/aa/70e9cf1a0d2920 b/tmp/cache/bootsnap-compile-cache/aa/70e9cf1a0d2920 new file mode 100644 index 0000000..adf3c38 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/aa/70e9cf1a0d2920 differ diff --git a/tmp/cache/bootsnap-compile-cache/aa/8d82b80aa6dbb1 b/tmp/cache/bootsnap-compile-cache/aa/8d82b80aa6dbb1 new file mode 100644 index 0000000..515002d Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/aa/8d82b80aa6dbb1 differ diff --git a/tmp/cache/bootsnap-compile-cache/aa/8fc94e933a8a11 b/tmp/cache/bootsnap-compile-cache/aa/8fc94e933a8a11 new file mode 100644 index 0000000..c4a0b9d Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/aa/8fc94e933a8a11 differ diff --git a/tmp/cache/bootsnap-compile-cache/aa/a75ca2ca810a86 b/tmp/cache/bootsnap-compile-cache/aa/a75ca2ca810a86 new file mode 100644 index 0000000..70c2783 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/aa/a75ca2ca810a86 differ diff --git a/tmp/cache/bootsnap-compile-cache/ab/01a20e3bc75fc5 b/tmp/cache/bootsnap-compile-cache/ab/01a20e3bc75fc5 new file mode 100644 index 0000000..837c9d6 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ab/01a20e3bc75fc5 differ diff --git a/tmp/cache/bootsnap-compile-cache/ab/1197a6e8ae55c6 b/tmp/cache/bootsnap-compile-cache/ab/1197a6e8ae55c6 new file mode 100644 index 0000000..b521ef8 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ab/1197a6e8ae55c6 differ diff --git a/tmp/cache/bootsnap-compile-cache/ab/3200399a6984c5 b/tmp/cache/bootsnap-compile-cache/ab/3200399a6984c5 new file mode 100644 index 0000000..0bed881 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ab/3200399a6984c5 differ diff --git a/tmp/cache/bootsnap-compile-cache/ab/6d5feb05d92f79 b/tmp/cache/bootsnap-compile-cache/ab/6d5feb05d92f79 new file mode 100644 index 0000000..f8fa500 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ab/6d5feb05d92f79 differ diff --git a/tmp/cache/bootsnap-compile-cache/ab/8c1caef1e1b3b8 b/tmp/cache/bootsnap-compile-cache/ab/8c1caef1e1b3b8 new file mode 100644 index 0000000..a024b45 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ab/8c1caef1e1b3b8 differ diff --git a/tmp/cache/bootsnap-compile-cache/ab/b62716f396d013 b/tmp/cache/bootsnap-compile-cache/ab/b62716f396d013 new file mode 100644 index 0000000..d770ef8 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ab/b62716f396d013 differ diff --git a/tmp/cache/bootsnap-compile-cache/ab/c49ca7c5a28a67 b/tmp/cache/bootsnap-compile-cache/ab/c49ca7c5a28a67 new file mode 100644 index 0000000..66180a5 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ab/c49ca7c5a28a67 differ diff --git a/tmp/cache/bootsnap-compile-cache/ac/17aa971ea5b0bd b/tmp/cache/bootsnap-compile-cache/ac/17aa971ea5b0bd new file mode 100644 index 0000000..a45aa6b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ac/17aa971ea5b0bd differ diff --git a/tmp/cache/bootsnap-compile-cache/ac/193d6a0e98fe07 b/tmp/cache/bootsnap-compile-cache/ac/193d6a0e98fe07 new file mode 100644 index 0000000..849dafc Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ac/193d6a0e98fe07 differ diff --git a/tmp/cache/bootsnap-compile-cache/ac/1ad79bdcbc7875 b/tmp/cache/bootsnap-compile-cache/ac/1ad79bdcbc7875 new file mode 100644 index 0000000..fc1a3d3 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ac/1ad79bdcbc7875 differ diff --git a/tmp/cache/bootsnap-compile-cache/ac/4603cf6077c23f b/tmp/cache/bootsnap-compile-cache/ac/4603cf6077c23f new file mode 100644 index 0000000..1a9422d Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ac/4603cf6077c23f differ diff --git a/tmp/cache/bootsnap-compile-cache/ac/a5e7c91b850981 b/tmp/cache/bootsnap-compile-cache/ac/a5e7c91b850981 new file mode 100644 index 0000000..d479043 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ac/a5e7c91b850981 differ diff --git a/tmp/cache/bootsnap-compile-cache/ac/f39a7bff6e0db2 b/tmp/cache/bootsnap-compile-cache/ac/f39a7bff6e0db2 new file mode 100644 index 0000000..07b5556 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ac/f39a7bff6e0db2 differ diff --git a/tmp/cache/bootsnap-compile-cache/ad/b25d3079811b28 b/tmp/cache/bootsnap-compile-cache/ad/b25d3079811b28 new file mode 100644 index 0000000..671ebf5 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ad/b25d3079811b28 differ diff --git a/tmp/cache/bootsnap-compile-cache/ad/b407f9a9c9542c b/tmp/cache/bootsnap-compile-cache/ad/b407f9a9c9542c new file mode 100644 index 0000000..d2ceba1 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ad/b407f9a9c9542c differ diff --git a/tmp/cache/bootsnap-compile-cache/ad/c74b07050b8b33 b/tmp/cache/bootsnap-compile-cache/ad/c74b07050b8b33 new file mode 100644 index 0000000..f94eb49 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ad/c74b07050b8b33 differ diff --git a/tmp/cache/bootsnap-compile-cache/ad/f5e7bf46defee2 b/tmp/cache/bootsnap-compile-cache/ad/f5e7bf46defee2 new file mode 100644 index 0000000..b04e4eb Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ad/f5e7bf46defee2 differ diff --git a/tmp/cache/bootsnap-compile-cache/ae/10412ff94e227f b/tmp/cache/bootsnap-compile-cache/ae/10412ff94e227f new file mode 100644 index 0000000..1a4c6e2 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ae/10412ff94e227f differ diff --git a/tmp/cache/bootsnap-compile-cache/ae/1c93307363086a b/tmp/cache/bootsnap-compile-cache/ae/1c93307363086a new file mode 100644 index 0000000..55c690d Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ae/1c93307363086a differ diff --git a/tmp/cache/bootsnap-compile-cache/ae/1d404add0bd0fa b/tmp/cache/bootsnap-compile-cache/ae/1d404add0bd0fa new file mode 100644 index 0000000..c68a150 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ae/1d404add0bd0fa differ diff --git a/tmp/cache/bootsnap-compile-cache/ae/1fde753694dc18 b/tmp/cache/bootsnap-compile-cache/ae/1fde753694dc18 new file mode 100644 index 0000000..a09b970 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ae/1fde753694dc18 differ diff --git a/tmp/cache/bootsnap-compile-cache/ae/28937f351480f4 b/tmp/cache/bootsnap-compile-cache/ae/28937f351480f4 new file mode 100644 index 0000000..d5a5f1d Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ae/28937f351480f4 differ diff --git a/tmp/cache/bootsnap-compile-cache/ae/28ae78c4572f04 b/tmp/cache/bootsnap-compile-cache/ae/28ae78c4572f04 new file mode 100644 index 0000000..dfda054 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ae/28ae78c4572f04 differ diff --git a/tmp/cache/bootsnap-compile-cache/ae/882cb6cd211a39 b/tmp/cache/bootsnap-compile-cache/ae/882cb6cd211a39 new file mode 100644 index 0000000..3707bad Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ae/882cb6cd211a39 differ diff --git a/tmp/cache/bootsnap-compile-cache/ae/add506b042fbe2 b/tmp/cache/bootsnap-compile-cache/ae/add506b042fbe2 new file mode 100644 index 0000000..11aea28 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ae/add506b042fbe2 differ diff --git a/tmp/cache/bootsnap-compile-cache/ae/b899610baf671b b/tmp/cache/bootsnap-compile-cache/ae/b899610baf671b new file mode 100644 index 0000000..f8ad48c Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ae/b899610baf671b differ diff --git a/tmp/cache/bootsnap-compile-cache/ae/d85ebcf216b9aa b/tmp/cache/bootsnap-compile-cache/ae/d85ebcf216b9aa new file mode 100644 index 0000000..168056c Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ae/d85ebcf216b9aa differ diff --git a/tmp/cache/bootsnap-compile-cache/af/40230390a0e76f b/tmp/cache/bootsnap-compile-cache/af/40230390a0e76f new file mode 100644 index 0000000..5445994 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/af/40230390a0e76f differ diff --git a/tmp/cache/bootsnap-compile-cache/af/62af7feb225481 b/tmp/cache/bootsnap-compile-cache/af/62af7feb225481 new file mode 100644 index 0000000..9e4c90d Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/af/62af7feb225481 differ diff --git a/tmp/cache/bootsnap-compile-cache/af/77e1d6c61942aa b/tmp/cache/bootsnap-compile-cache/af/77e1d6c61942aa new file mode 100644 index 0000000..5f59aee Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/af/77e1d6c61942aa differ diff --git a/tmp/cache/bootsnap-compile-cache/af/be3286c6f91b36 b/tmp/cache/bootsnap-compile-cache/af/be3286c6f91b36 new file mode 100644 index 0000000..031caff Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/af/be3286c6f91b36 differ diff --git a/tmp/cache/bootsnap-compile-cache/af/eecab3989ecadd b/tmp/cache/bootsnap-compile-cache/af/eecab3989ecadd new file mode 100644 index 0000000..d38a189 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/af/eecab3989ecadd differ diff --git a/tmp/cache/bootsnap-compile-cache/af/f4e074b20584b3 b/tmp/cache/bootsnap-compile-cache/af/f4e074b20584b3 new file mode 100644 index 0000000..debd447 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/af/f4e074b20584b3 differ diff --git a/tmp/cache/bootsnap-compile-cache/af/f7a7af6759a54c b/tmp/cache/bootsnap-compile-cache/af/f7a7af6759a54c new file mode 100644 index 0000000..2dda277 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/af/f7a7af6759a54c differ diff --git a/tmp/cache/bootsnap-compile-cache/b0/009958ae1a2d8d b/tmp/cache/bootsnap-compile-cache/b0/009958ae1a2d8d new file mode 100644 index 0000000..cd5a2c1 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/b0/009958ae1a2d8d differ diff --git a/tmp/cache/bootsnap-compile-cache/b0/09160315a31a1b b/tmp/cache/bootsnap-compile-cache/b0/09160315a31a1b new file mode 100644 index 0000000..23eac14 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/b0/09160315a31a1b differ diff --git a/tmp/cache/bootsnap-compile-cache/b0/325406eb9bc08e b/tmp/cache/bootsnap-compile-cache/b0/325406eb9bc08e new file mode 100644 index 0000000..4999776 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/b0/325406eb9bc08e differ diff --git a/tmp/cache/bootsnap-compile-cache/b0/6ccca803a7f706 b/tmp/cache/bootsnap-compile-cache/b0/6ccca803a7f706 new file mode 100644 index 0000000..1d12209 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/b0/6ccca803a7f706 differ diff --git a/tmp/cache/bootsnap-compile-cache/b0/78d9e5b9692378 b/tmp/cache/bootsnap-compile-cache/b0/78d9e5b9692378 new file mode 100644 index 0000000..e6f3be4 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/b0/78d9e5b9692378 differ diff --git a/tmp/cache/bootsnap-compile-cache/b0/8783d8f42a99d0 b/tmp/cache/bootsnap-compile-cache/b0/8783d8f42a99d0 new file mode 100644 index 0000000..0212174 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/b0/8783d8f42a99d0 differ diff --git a/tmp/cache/bootsnap-compile-cache/b0/a1434e91596b44 b/tmp/cache/bootsnap-compile-cache/b0/a1434e91596b44 new file mode 100644 index 0000000..8311715 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/b0/a1434e91596b44 differ diff --git a/tmp/cache/bootsnap-compile-cache/b0/a25580d7b2d529 b/tmp/cache/bootsnap-compile-cache/b0/a25580d7b2d529 new file mode 100644 index 0000000..6e19ade Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/b0/a25580d7b2d529 differ diff --git a/tmp/cache/bootsnap-compile-cache/b0/e3dca95b604393 b/tmp/cache/bootsnap-compile-cache/b0/e3dca95b604393 new file mode 100644 index 0000000..84aea3f Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/b0/e3dca95b604393 differ diff --git a/tmp/cache/bootsnap-compile-cache/b1/40dc09fa655015 b/tmp/cache/bootsnap-compile-cache/b1/40dc09fa655015 new file mode 100644 index 0000000..9bc2718 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/b1/40dc09fa655015 differ diff --git a/tmp/cache/bootsnap-compile-cache/b1/8f925923f27864 b/tmp/cache/bootsnap-compile-cache/b1/8f925923f27864 new file mode 100644 index 0000000..3cee1fd Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/b1/8f925923f27864 differ diff --git a/tmp/cache/bootsnap-compile-cache/b1/93ad8f95f77d54 b/tmp/cache/bootsnap-compile-cache/b1/93ad8f95f77d54 new file mode 100644 index 0000000..f32c2a2 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/b1/93ad8f95f77d54 differ diff --git a/tmp/cache/bootsnap-compile-cache/b1/ce0c159ccb418b b/tmp/cache/bootsnap-compile-cache/b1/ce0c159ccb418b new file mode 100644 index 0000000..2622e7b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/b1/ce0c159ccb418b differ diff --git a/tmp/cache/bootsnap-compile-cache/b2/081e6f464d28c2 b/tmp/cache/bootsnap-compile-cache/b2/081e6f464d28c2 new file mode 100644 index 0000000..8e0b0a7 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/b2/081e6f464d28c2 differ diff --git a/tmp/cache/bootsnap-compile-cache/b2/08a2d6e1584887 b/tmp/cache/bootsnap-compile-cache/b2/08a2d6e1584887 new file mode 100644 index 0000000..ba5edd3 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/b2/08a2d6e1584887 differ diff --git a/tmp/cache/bootsnap-compile-cache/b2/44afac567b8c3b b/tmp/cache/bootsnap-compile-cache/b2/44afac567b8c3b new file mode 100644 index 0000000..bf15b2a Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/b2/44afac567b8c3b differ diff --git a/tmp/cache/bootsnap-compile-cache/b2/67210817ef9764 b/tmp/cache/bootsnap-compile-cache/b2/67210817ef9764 new file mode 100644 index 0000000..c609660 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/b2/67210817ef9764 differ diff --git a/tmp/cache/bootsnap-compile-cache/b2/74d5a958a2ad45 b/tmp/cache/bootsnap-compile-cache/b2/74d5a958a2ad45 new file mode 100644 index 0000000..99fb430 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/b2/74d5a958a2ad45 differ diff --git a/tmp/cache/bootsnap-compile-cache/b2/b0f9e1b14ec220 b/tmp/cache/bootsnap-compile-cache/b2/b0f9e1b14ec220 new file mode 100644 index 0000000..4bec9e6 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/b2/b0f9e1b14ec220 differ diff --git a/tmp/cache/bootsnap-compile-cache/b2/bdf9ecf63b314c b/tmp/cache/bootsnap-compile-cache/b2/bdf9ecf63b314c new file mode 100644 index 0000000..deae0c3 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/b2/bdf9ecf63b314c differ diff --git a/tmp/cache/bootsnap-compile-cache/b3/1dfd1b939fb8f7 b/tmp/cache/bootsnap-compile-cache/b3/1dfd1b939fb8f7 new file mode 100644 index 0000000..58da334 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/b3/1dfd1b939fb8f7 differ diff --git a/tmp/cache/bootsnap-compile-cache/b3/b222283bc3df16 b/tmp/cache/bootsnap-compile-cache/b3/b222283bc3df16 new file mode 100644 index 0000000..db069a4 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/b3/b222283bc3df16 differ diff --git a/tmp/cache/bootsnap-compile-cache/b4/0dc0ba1cbfecbc b/tmp/cache/bootsnap-compile-cache/b4/0dc0ba1cbfecbc new file mode 100644 index 0000000..d24e950 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/b4/0dc0ba1cbfecbc differ diff --git a/tmp/cache/bootsnap-compile-cache/b4/516ce50fafa506 b/tmp/cache/bootsnap-compile-cache/b4/516ce50fafa506 new file mode 100644 index 0000000..003e8cb Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/b4/516ce50fafa506 differ diff --git a/tmp/cache/bootsnap-compile-cache/b4/5b38054d237c14 b/tmp/cache/bootsnap-compile-cache/b4/5b38054d237c14 new file mode 100644 index 0000000..8bf256a Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/b4/5b38054d237c14 differ diff --git a/tmp/cache/bootsnap-compile-cache/b4/851db65295eddf b/tmp/cache/bootsnap-compile-cache/b4/851db65295eddf new file mode 100644 index 0000000..b9b20cb Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/b4/851db65295eddf differ diff --git a/tmp/cache/bootsnap-compile-cache/b5/1cc3ffad45aad0 b/tmp/cache/bootsnap-compile-cache/b5/1cc3ffad45aad0 new file mode 100644 index 0000000..b0d83e5 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/b5/1cc3ffad45aad0 differ diff --git a/tmp/cache/bootsnap-compile-cache/b5/483491f770e72b b/tmp/cache/bootsnap-compile-cache/b5/483491f770e72b new file mode 100644 index 0000000..fe58b7c Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/b5/483491f770e72b differ diff --git a/tmp/cache/bootsnap-compile-cache/b5/5df43c35a0a1f1 b/tmp/cache/bootsnap-compile-cache/b5/5df43c35a0a1f1 new file mode 100644 index 0000000..a4f138a Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/b5/5df43c35a0a1f1 differ diff --git a/tmp/cache/bootsnap-compile-cache/b5/b998820e942f73 b/tmp/cache/bootsnap-compile-cache/b5/b998820e942f73 new file mode 100644 index 0000000..8fc4b9f Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/b5/b998820e942f73 differ diff --git a/tmp/cache/bootsnap-compile-cache/b6/1011f0d6ee69f7 b/tmp/cache/bootsnap-compile-cache/b6/1011f0d6ee69f7 new file mode 100644 index 0000000..380d376 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/b6/1011f0d6ee69f7 differ diff --git a/tmp/cache/bootsnap-compile-cache/b6/1e565f775d8a45 b/tmp/cache/bootsnap-compile-cache/b6/1e565f775d8a45 new file mode 100644 index 0000000..2382892 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/b6/1e565f775d8a45 differ diff --git a/tmp/cache/bootsnap-compile-cache/b6/7645fe6a6e44b8 b/tmp/cache/bootsnap-compile-cache/b6/7645fe6a6e44b8 new file mode 100644 index 0000000..400547e Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/b6/7645fe6a6e44b8 differ diff --git a/tmp/cache/bootsnap-compile-cache/b6/96195ee2911b10 b/tmp/cache/bootsnap-compile-cache/b6/96195ee2911b10 new file mode 100644 index 0000000..9734400 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/b6/96195ee2911b10 differ diff --git a/tmp/cache/bootsnap-compile-cache/b6/b586df7bfc71ba b/tmp/cache/bootsnap-compile-cache/b6/b586df7bfc71ba new file mode 100644 index 0000000..1d14acc Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/b6/b586df7bfc71ba differ diff --git a/tmp/cache/bootsnap-compile-cache/b6/bf6054dec4cc74 b/tmp/cache/bootsnap-compile-cache/b6/bf6054dec4cc74 new file mode 100644 index 0000000..90276ae Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/b6/bf6054dec4cc74 differ diff --git a/tmp/cache/bootsnap-compile-cache/b6/cc93e50404c198 b/tmp/cache/bootsnap-compile-cache/b6/cc93e50404c198 new file mode 100644 index 0000000..c8ab25e Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/b6/cc93e50404c198 differ diff --git a/tmp/cache/bootsnap-compile-cache/b6/d72877fc3d871d b/tmp/cache/bootsnap-compile-cache/b6/d72877fc3d871d new file mode 100644 index 0000000..f9771dd Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/b6/d72877fc3d871d differ diff --git a/tmp/cache/bootsnap-compile-cache/b6/f345367abb8643 b/tmp/cache/bootsnap-compile-cache/b6/f345367abb8643 new file mode 100644 index 0000000..a825abb Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/b6/f345367abb8643 differ diff --git a/tmp/cache/bootsnap-compile-cache/b7/208ca2906c0889 b/tmp/cache/bootsnap-compile-cache/b7/208ca2906c0889 new file mode 100644 index 0000000..c2e7a2d Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/b7/208ca2906c0889 differ diff --git a/tmp/cache/bootsnap-compile-cache/b7/c339e8d8f27211 b/tmp/cache/bootsnap-compile-cache/b7/c339e8d8f27211 new file mode 100644 index 0000000..51be44a Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/b7/c339e8d8f27211 differ diff --git a/tmp/cache/bootsnap-compile-cache/b7/e3aa25b3857888 b/tmp/cache/bootsnap-compile-cache/b7/e3aa25b3857888 new file mode 100644 index 0000000..33f953e Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/b7/e3aa25b3857888 differ diff --git a/tmp/cache/bootsnap-compile-cache/b8/074b53fae5d1a4 b/tmp/cache/bootsnap-compile-cache/b8/074b53fae5d1a4 new file mode 100644 index 0000000..c6fda80 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/b8/074b53fae5d1a4 differ diff --git a/tmp/cache/bootsnap-compile-cache/b8/2e8a4b81acb695 b/tmp/cache/bootsnap-compile-cache/b8/2e8a4b81acb695 new file mode 100644 index 0000000..4ddc6a2 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/b8/2e8a4b81acb695 differ diff --git a/tmp/cache/bootsnap-compile-cache/b8/3193969ccab7a7 b/tmp/cache/bootsnap-compile-cache/b8/3193969ccab7a7 new file mode 100644 index 0000000..f258ede Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/b8/3193969ccab7a7 differ diff --git a/tmp/cache/bootsnap-compile-cache/b8/53ea2c988867c2 b/tmp/cache/bootsnap-compile-cache/b8/53ea2c988867c2 new file mode 100644 index 0000000..9230a7a Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/b8/53ea2c988867c2 differ diff --git a/tmp/cache/bootsnap-compile-cache/b8/91d069f5c033fa b/tmp/cache/bootsnap-compile-cache/b8/91d069f5c033fa new file mode 100644 index 0000000..f53af4e Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/b8/91d069f5c033fa differ diff --git a/tmp/cache/bootsnap-compile-cache/b8/c5ec124cf877a7 b/tmp/cache/bootsnap-compile-cache/b8/c5ec124cf877a7 new file mode 100644 index 0000000..994a0a0 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/b8/c5ec124cf877a7 differ diff --git a/tmp/cache/bootsnap-compile-cache/b9/3137370b541f78 b/tmp/cache/bootsnap-compile-cache/b9/3137370b541f78 new file mode 100644 index 0000000..53e16c8 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/b9/3137370b541f78 differ diff --git a/tmp/cache/bootsnap-compile-cache/b9/3e7bc818a290e8 b/tmp/cache/bootsnap-compile-cache/b9/3e7bc818a290e8 new file mode 100644 index 0000000..ef9a4ac Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/b9/3e7bc818a290e8 differ diff --git a/tmp/cache/bootsnap-compile-cache/b9/6ec7ab58b01a42 b/tmp/cache/bootsnap-compile-cache/b9/6ec7ab58b01a42 new file mode 100644 index 0000000..2dd7731 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/b9/6ec7ab58b01a42 differ diff --git a/tmp/cache/bootsnap-compile-cache/b9/724ac08b93aac3 b/tmp/cache/bootsnap-compile-cache/b9/724ac08b93aac3 new file mode 100644 index 0000000..d0d46cf Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/b9/724ac08b93aac3 differ diff --git a/tmp/cache/bootsnap-compile-cache/b9/73736fdaec707d b/tmp/cache/bootsnap-compile-cache/b9/73736fdaec707d new file mode 100644 index 0000000..0d65b09 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/b9/73736fdaec707d differ diff --git a/tmp/cache/bootsnap-compile-cache/b9/86b0bd01807d47 b/tmp/cache/bootsnap-compile-cache/b9/86b0bd01807d47 new file mode 100644 index 0000000..f020708 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/b9/86b0bd01807d47 differ diff --git a/tmp/cache/bootsnap-compile-cache/b9/d18bcbda64a456 b/tmp/cache/bootsnap-compile-cache/b9/d18bcbda64a456 new file mode 100644 index 0000000..be96303 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/b9/d18bcbda64a456 differ diff --git a/tmp/cache/bootsnap-compile-cache/b9/d7d524605fd370 b/tmp/cache/bootsnap-compile-cache/b9/d7d524605fd370 new file mode 100644 index 0000000..c953f1a Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/b9/d7d524605fd370 differ diff --git a/tmp/cache/bootsnap-compile-cache/ba/0a5fea4320789d b/tmp/cache/bootsnap-compile-cache/ba/0a5fea4320789d new file mode 100644 index 0000000..f238fa1 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ba/0a5fea4320789d differ diff --git a/tmp/cache/bootsnap-compile-cache/ba/828c7246f5fbb4 b/tmp/cache/bootsnap-compile-cache/ba/828c7246f5fbb4 new file mode 100644 index 0000000..79e1c69 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ba/828c7246f5fbb4 differ diff --git a/tmp/cache/bootsnap-compile-cache/ba/a0e3ccf8836ef5 b/tmp/cache/bootsnap-compile-cache/ba/a0e3ccf8836ef5 new file mode 100644 index 0000000..9bcbcfe Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ba/a0e3ccf8836ef5 differ diff --git a/tmp/cache/bootsnap-compile-cache/ba/fdaa6ff828951b b/tmp/cache/bootsnap-compile-cache/ba/fdaa6ff828951b new file mode 100644 index 0000000..e14768c Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ba/fdaa6ff828951b differ diff --git a/tmp/cache/bootsnap-compile-cache/bb/886046ade3bafa b/tmp/cache/bootsnap-compile-cache/bb/886046ade3bafa new file mode 100644 index 0000000..b2a1596 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/bb/886046ade3bafa differ diff --git a/tmp/cache/bootsnap-compile-cache/bb/b869c8f3cad76b b/tmp/cache/bootsnap-compile-cache/bb/b869c8f3cad76b new file mode 100644 index 0000000..65d1bdd Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/bb/b869c8f3cad76b differ diff --git a/tmp/cache/bootsnap-compile-cache/bb/e8dd790a8e849a b/tmp/cache/bootsnap-compile-cache/bb/e8dd790a8e849a new file mode 100644 index 0000000..7769bf9 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/bb/e8dd790a8e849a differ diff --git a/tmp/cache/bootsnap-compile-cache/bb/f8f692afe35a21 b/tmp/cache/bootsnap-compile-cache/bb/f8f692afe35a21 new file mode 100644 index 0000000..07ab26e Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/bb/f8f692afe35a21 differ diff --git a/tmp/cache/bootsnap-compile-cache/bc/26d17ce7a9f169 b/tmp/cache/bootsnap-compile-cache/bc/26d17ce7a9f169 new file mode 100644 index 0000000..7d4da94 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/bc/26d17ce7a9f169 differ diff --git a/tmp/cache/bootsnap-compile-cache/bc/29b8a90a1c958c b/tmp/cache/bootsnap-compile-cache/bc/29b8a90a1c958c new file mode 100644 index 0000000..0530389 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/bc/29b8a90a1c958c differ diff --git a/tmp/cache/bootsnap-compile-cache/bc/38da9f9b64cc1f b/tmp/cache/bootsnap-compile-cache/bc/38da9f9b64cc1f new file mode 100644 index 0000000..4b47f02 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/bc/38da9f9b64cc1f differ diff --git a/tmp/cache/bootsnap-compile-cache/bc/48a1bd85270c3b b/tmp/cache/bootsnap-compile-cache/bc/48a1bd85270c3b new file mode 100644 index 0000000..743d9cc Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/bc/48a1bd85270c3b differ diff --git a/tmp/cache/bootsnap-compile-cache/bc/6f0b04d30ac5b3 b/tmp/cache/bootsnap-compile-cache/bc/6f0b04d30ac5b3 new file mode 100644 index 0000000..703fb0c Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/bc/6f0b04d30ac5b3 differ diff --git a/tmp/cache/bootsnap-compile-cache/bc/889f69d7d0efb4 b/tmp/cache/bootsnap-compile-cache/bc/889f69d7d0efb4 new file mode 100644 index 0000000..1c3cbd5 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/bc/889f69d7d0efb4 differ diff --git a/tmp/cache/bootsnap-compile-cache/bc/9cd4605abac201 b/tmp/cache/bootsnap-compile-cache/bc/9cd4605abac201 new file mode 100644 index 0000000..a6f3397 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/bc/9cd4605abac201 differ diff --git a/tmp/cache/bootsnap-compile-cache/bc/aea559370ceb81 b/tmp/cache/bootsnap-compile-cache/bc/aea559370ceb81 new file mode 100644 index 0000000..51dcc9b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/bc/aea559370ceb81 differ diff --git a/tmp/cache/bootsnap-compile-cache/bc/c8f5c46ef625fe b/tmp/cache/bootsnap-compile-cache/bc/c8f5c46ef625fe new file mode 100644 index 0000000..0b68768 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/bc/c8f5c46ef625fe differ diff --git a/tmp/cache/bootsnap-compile-cache/bc/ce4f22adf92d44 b/tmp/cache/bootsnap-compile-cache/bc/ce4f22adf92d44 new file mode 100644 index 0000000..31aec42 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/bc/ce4f22adf92d44 differ diff --git a/tmp/cache/bootsnap-compile-cache/bc/e70e9d5df079e5 b/tmp/cache/bootsnap-compile-cache/bc/e70e9d5df079e5 new file mode 100644 index 0000000..b9a84e0 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/bc/e70e9d5df079e5 differ diff --git a/tmp/cache/bootsnap-compile-cache/bd/2e4e59589fbbbf b/tmp/cache/bootsnap-compile-cache/bd/2e4e59589fbbbf new file mode 100644 index 0000000..e7fad6e Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/bd/2e4e59589fbbbf differ diff --git a/tmp/cache/bootsnap-compile-cache/bd/79d94d33f4685d b/tmp/cache/bootsnap-compile-cache/bd/79d94d33f4685d new file mode 100644 index 0000000..2568df1 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/bd/79d94d33f4685d differ diff --git a/tmp/cache/bootsnap-compile-cache/bd/8400aaf3d9252b b/tmp/cache/bootsnap-compile-cache/bd/8400aaf3d9252b new file mode 100644 index 0000000..13b6b4b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/bd/8400aaf3d9252b differ diff --git a/tmp/cache/bootsnap-compile-cache/bd/b6b3ce02b3dd03 b/tmp/cache/bootsnap-compile-cache/bd/b6b3ce02b3dd03 new file mode 100644 index 0000000..479ce4f Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/bd/b6b3ce02b3dd03 differ diff --git a/tmp/cache/bootsnap-compile-cache/bd/b840254a64a32e b/tmp/cache/bootsnap-compile-cache/bd/b840254a64a32e new file mode 100644 index 0000000..ff4b0c4 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/bd/b840254a64a32e differ diff --git a/tmp/cache/bootsnap-compile-cache/bd/e608d968b9d456 b/tmp/cache/bootsnap-compile-cache/bd/e608d968b9d456 new file mode 100644 index 0000000..97af8ce Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/bd/e608d968b9d456 differ diff --git a/tmp/cache/bootsnap-compile-cache/be/2dfcc3bba2782b b/tmp/cache/bootsnap-compile-cache/be/2dfcc3bba2782b new file mode 100644 index 0000000..afc5dc4 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/be/2dfcc3bba2782b differ diff --git a/tmp/cache/bootsnap-compile-cache/be/41b605f9f20f10 b/tmp/cache/bootsnap-compile-cache/be/41b605f9f20f10 new file mode 100644 index 0000000..747a7e5 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/be/41b605f9f20f10 differ diff --git a/tmp/cache/bootsnap-compile-cache/be/4f902513beddc0 b/tmp/cache/bootsnap-compile-cache/be/4f902513beddc0 new file mode 100644 index 0000000..0c26c3c Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/be/4f902513beddc0 differ diff --git a/tmp/cache/bootsnap-compile-cache/be/51a13caa9e98da b/tmp/cache/bootsnap-compile-cache/be/51a13caa9e98da new file mode 100644 index 0000000..e0fd4bb Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/be/51a13caa9e98da differ diff --git a/tmp/cache/bootsnap-compile-cache/be/6a2f3c5fd931e4 b/tmp/cache/bootsnap-compile-cache/be/6a2f3c5fd931e4 new file mode 100644 index 0000000..57e2bdd Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/be/6a2f3c5fd931e4 differ diff --git a/tmp/cache/bootsnap-compile-cache/be/7127f362dba9c2 b/tmp/cache/bootsnap-compile-cache/be/7127f362dba9c2 new file mode 100644 index 0000000..04a93ce Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/be/7127f362dba9c2 differ diff --git a/tmp/cache/bootsnap-compile-cache/be/78867ec52ddf04 b/tmp/cache/bootsnap-compile-cache/be/78867ec52ddf04 new file mode 100644 index 0000000..1d54ffd Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/be/78867ec52ddf04 differ diff --git a/tmp/cache/bootsnap-compile-cache/be/978c01adb142e1 b/tmp/cache/bootsnap-compile-cache/be/978c01adb142e1 new file mode 100644 index 0000000..815f9a6 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/be/978c01adb142e1 differ diff --git a/tmp/cache/bootsnap-compile-cache/be/a6db9d279da1a4 b/tmp/cache/bootsnap-compile-cache/be/a6db9d279da1a4 new file mode 100644 index 0000000..20b6f1a Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/be/a6db9d279da1a4 differ diff --git a/tmp/cache/bootsnap-compile-cache/be/f9fabd58aceaec b/tmp/cache/bootsnap-compile-cache/be/f9fabd58aceaec new file mode 100644 index 0000000..8993011 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/be/f9fabd58aceaec differ diff --git a/tmp/cache/bootsnap-compile-cache/be/ff96a2407c8adb b/tmp/cache/bootsnap-compile-cache/be/ff96a2407c8adb new file mode 100644 index 0000000..4c854b2 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/be/ff96a2407c8adb differ diff --git a/tmp/cache/bootsnap-compile-cache/bf/28b4710d7da6be b/tmp/cache/bootsnap-compile-cache/bf/28b4710d7da6be new file mode 100644 index 0000000..9ffd6e7 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/bf/28b4710d7da6be differ diff --git a/tmp/cache/bootsnap-compile-cache/bf/2f79a3f0956289 b/tmp/cache/bootsnap-compile-cache/bf/2f79a3f0956289 new file mode 100644 index 0000000..1f5c07c Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/bf/2f79a3f0956289 differ diff --git a/tmp/cache/bootsnap-compile-cache/bf/d4b545bc9eabdd b/tmp/cache/bootsnap-compile-cache/bf/d4b545bc9eabdd new file mode 100644 index 0000000..438b3f0 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/bf/d4b545bc9eabdd differ diff --git a/tmp/cache/bootsnap-compile-cache/bf/d8d651f393e1fd b/tmp/cache/bootsnap-compile-cache/bf/d8d651f393e1fd new file mode 100644 index 0000000..5db4b07 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/bf/d8d651f393e1fd differ diff --git a/tmp/cache/bootsnap-compile-cache/bf/da1c58c9113789 b/tmp/cache/bootsnap-compile-cache/bf/da1c58c9113789 new file mode 100644 index 0000000..301ce9a Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/bf/da1c58c9113789 differ diff --git a/tmp/cache/bootsnap-compile-cache/bf/dec9c42dc38510 b/tmp/cache/bootsnap-compile-cache/bf/dec9c42dc38510 new file mode 100644 index 0000000..d1ca146 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/bf/dec9c42dc38510 differ diff --git a/tmp/cache/bootsnap-compile-cache/c0/48737065e8473e b/tmp/cache/bootsnap-compile-cache/c0/48737065e8473e new file mode 100644 index 0000000..916f2f4 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/c0/48737065e8473e differ diff --git a/tmp/cache/bootsnap-compile-cache/c0/dd241f57873dfa b/tmp/cache/bootsnap-compile-cache/c0/dd241f57873dfa new file mode 100644 index 0000000..4a0f778 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/c0/dd241f57873dfa differ diff --git a/tmp/cache/bootsnap-compile-cache/c0/efba78c695d3dd b/tmp/cache/bootsnap-compile-cache/c0/efba78c695d3dd new file mode 100644 index 0000000..b65e488 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/c0/efba78c695d3dd differ diff --git a/tmp/cache/bootsnap-compile-cache/c1/6cf5417cfb849a b/tmp/cache/bootsnap-compile-cache/c1/6cf5417cfb849a new file mode 100644 index 0000000..626229c Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/c1/6cf5417cfb849a differ diff --git a/tmp/cache/bootsnap-compile-cache/c1/80bcabd4488039 b/tmp/cache/bootsnap-compile-cache/c1/80bcabd4488039 new file mode 100644 index 0000000..6aa4434 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/c1/80bcabd4488039 differ diff --git a/tmp/cache/bootsnap-compile-cache/c1/9cf2bc9c03228f b/tmp/cache/bootsnap-compile-cache/c1/9cf2bc9c03228f new file mode 100644 index 0000000..2628527 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/c1/9cf2bc9c03228f differ diff --git a/tmp/cache/bootsnap-compile-cache/c1/a955bd3377ec36 b/tmp/cache/bootsnap-compile-cache/c1/a955bd3377ec36 new file mode 100644 index 0000000..7059588 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/c1/a955bd3377ec36 differ diff --git a/tmp/cache/bootsnap-compile-cache/c1/dbc5f937d30abd b/tmp/cache/bootsnap-compile-cache/c1/dbc5f937d30abd new file mode 100644 index 0000000..aa3b2ec Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/c1/dbc5f937d30abd differ diff --git a/tmp/cache/bootsnap-compile-cache/c2/17aa1c4ae4ca68 b/tmp/cache/bootsnap-compile-cache/c2/17aa1c4ae4ca68 new file mode 100644 index 0000000..7e0b47d Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/c2/17aa1c4ae4ca68 differ diff --git a/tmp/cache/bootsnap-compile-cache/c2/6229620edb783a b/tmp/cache/bootsnap-compile-cache/c2/6229620edb783a new file mode 100644 index 0000000..9dce23c Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/c2/6229620edb783a differ diff --git a/tmp/cache/bootsnap-compile-cache/c2/6333505d0a2c7c b/tmp/cache/bootsnap-compile-cache/c2/6333505d0a2c7c new file mode 100644 index 0000000..644d772 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/c2/6333505d0a2c7c differ diff --git a/tmp/cache/bootsnap-compile-cache/c2/8be0b552a81fab b/tmp/cache/bootsnap-compile-cache/c2/8be0b552a81fab new file mode 100644 index 0000000..fdf6f83 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/c2/8be0b552a81fab differ diff --git a/tmp/cache/bootsnap-compile-cache/c2/956809c9a69bf0 b/tmp/cache/bootsnap-compile-cache/c2/956809c9a69bf0 new file mode 100644 index 0000000..36d127b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/c2/956809c9a69bf0 differ diff --git a/tmp/cache/bootsnap-compile-cache/c3/0b1351f5171976 b/tmp/cache/bootsnap-compile-cache/c3/0b1351f5171976 new file mode 100644 index 0000000..920c8f1 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/c3/0b1351f5171976 differ diff --git a/tmp/cache/bootsnap-compile-cache/c3/42af3d41d34c94 b/tmp/cache/bootsnap-compile-cache/c3/42af3d41d34c94 new file mode 100644 index 0000000..6864c90 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/c3/42af3d41d34c94 differ diff --git a/tmp/cache/bootsnap-compile-cache/c3/5d1b6c0c6a9a58 b/tmp/cache/bootsnap-compile-cache/c3/5d1b6c0c6a9a58 new file mode 100644 index 0000000..130294e Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/c3/5d1b6c0c6a9a58 differ diff --git a/tmp/cache/bootsnap-compile-cache/c3/6c876e58324af2 b/tmp/cache/bootsnap-compile-cache/c3/6c876e58324af2 new file mode 100644 index 0000000..13445f5 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/c3/6c876e58324af2 differ diff --git a/tmp/cache/bootsnap-compile-cache/c3/a2485d5f0c1936 b/tmp/cache/bootsnap-compile-cache/c3/a2485d5f0c1936 new file mode 100644 index 0000000..8634173 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/c3/a2485d5f0c1936 differ diff --git a/tmp/cache/bootsnap-compile-cache/c3/b3a920f9db6b33 b/tmp/cache/bootsnap-compile-cache/c3/b3a920f9db6b33 new file mode 100644 index 0000000..02c894c Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/c3/b3a920f9db6b33 differ diff --git a/tmp/cache/bootsnap-compile-cache/c3/e4d3d35b8786d3 b/tmp/cache/bootsnap-compile-cache/c3/e4d3d35b8786d3 new file mode 100644 index 0000000..21c086b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/c3/e4d3d35b8786d3 differ diff --git a/tmp/cache/bootsnap-compile-cache/c4/0373fd911bba62 b/tmp/cache/bootsnap-compile-cache/c4/0373fd911bba62 new file mode 100644 index 0000000..9f1a170 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/c4/0373fd911bba62 differ diff --git a/tmp/cache/bootsnap-compile-cache/c4/100f42541d45fa b/tmp/cache/bootsnap-compile-cache/c4/100f42541d45fa new file mode 100644 index 0000000..81ce31b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/c4/100f42541d45fa differ diff --git a/tmp/cache/bootsnap-compile-cache/c4/194c53620b0830 b/tmp/cache/bootsnap-compile-cache/c4/194c53620b0830 new file mode 100644 index 0000000..2680bbb Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/c4/194c53620b0830 differ diff --git a/tmp/cache/bootsnap-compile-cache/c4/721605f3e79568 b/tmp/cache/bootsnap-compile-cache/c4/721605f3e79568 new file mode 100644 index 0000000..4bd1d5a Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/c4/721605f3e79568 differ diff --git a/tmp/cache/bootsnap-compile-cache/c4/72d4b31a828fee b/tmp/cache/bootsnap-compile-cache/c4/72d4b31a828fee new file mode 100644 index 0000000..758b227 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/c4/72d4b31a828fee differ diff --git a/tmp/cache/bootsnap-compile-cache/c4/7980c2f71e5770 b/tmp/cache/bootsnap-compile-cache/c4/7980c2f71e5770 new file mode 100644 index 0000000..910f23f Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/c4/7980c2f71e5770 differ diff --git a/tmp/cache/bootsnap-compile-cache/c4/799e63d29399d1 b/tmp/cache/bootsnap-compile-cache/c4/799e63d29399d1 new file mode 100644 index 0000000..81477e3 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/c4/799e63d29399d1 differ diff --git a/tmp/cache/bootsnap-compile-cache/c4/85195b4457fbdf b/tmp/cache/bootsnap-compile-cache/c4/85195b4457fbdf new file mode 100644 index 0000000..f5cb097 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/c4/85195b4457fbdf differ diff --git a/tmp/cache/bootsnap-compile-cache/c4/9ef07052c2f729 b/tmp/cache/bootsnap-compile-cache/c4/9ef07052c2f729 new file mode 100644 index 0000000..2bfed13 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/c4/9ef07052c2f729 differ diff --git a/tmp/cache/bootsnap-compile-cache/c4/9fad0c834eacb3 b/tmp/cache/bootsnap-compile-cache/c4/9fad0c834eacb3 new file mode 100644 index 0000000..b944187 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/c4/9fad0c834eacb3 differ diff --git a/tmp/cache/bootsnap-compile-cache/c4/ef748ef992c4ec b/tmp/cache/bootsnap-compile-cache/c4/ef748ef992c4ec new file mode 100644 index 0000000..e71da9f Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/c4/ef748ef992c4ec differ diff --git a/tmp/cache/bootsnap-compile-cache/c4/f30a8a245e7a24 b/tmp/cache/bootsnap-compile-cache/c4/f30a8a245e7a24 new file mode 100644 index 0000000..f67a50b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/c4/f30a8a245e7a24 differ diff --git a/tmp/cache/bootsnap-compile-cache/c5/179f030a54a0f5 b/tmp/cache/bootsnap-compile-cache/c5/179f030a54a0f5 new file mode 100644 index 0000000..3011e8b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/c5/179f030a54a0f5 differ diff --git a/tmp/cache/bootsnap-compile-cache/c5/17df653b6b58de b/tmp/cache/bootsnap-compile-cache/c5/17df653b6b58de new file mode 100644 index 0000000..e41a6b6 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/c5/17df653b6b58de differ diff --git a/tmp/cache/bootsnap-compile-cache/c5/21b6f23fc77ee4 b/tmp/cache/bootsnap-compile-cache/c5/21b6f23fc77ee4 new file mode 100644 index 0000000..89f0f66 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/c5/21b6f23fc77ee4 differ diff --git a/tmp/cache/bootsnap-compile-cache/c5/8a4b36c921e5e7 b/tmp/cache/bootsnap-compile-cache/c5/8a4b36c921e5e7 new file mode 100644 index 0000000..ac28c0c Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/c5/8a4b36c921e5e7 differ diff --git a/tmp/cache/bootsnap-compile-cache/c5/b5f74adbc6ab60 b/tmp/cache/bootsnap-compile-cache/c5/b5f74adbc6ab60 new file mode 100644 index 0000000..41722c4 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/c5/b5f74adbc6ab60 differ diff --git a/tmp/cache/bootsnap-compile-cache/c6/02c6c2dcbf85de b/tmp/cache/bootsnap-compile-cache/c6/02c6c2dcbf85de new file mode 100644 index 0000000..cad63fa Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/c6/02c6c2dcbf85de differ diff --git a/tmp/cache/bootsnap-compile-cache/c6/34c1f74bb61781 b/tmp/cache/bootsnap-compile-cache/c6/34c1f74bb61781 new file mode 100644 index 0000000..129b585 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/c6/34c1f74bb61781 differ diff --git a/tmp/cache/bootsnap-compile-cache/c6/5b0eb9773e760d b/tmp/cache/bootsnap-compile-cache/c6/5b0eb9773e760d new file mode 100644 index 0000000..0276202 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/c6/5b0eb9773e760d differ diff --git a/tmp/cache/bootsnap-compile-cache/c6/a2f699050f78f9 b/tmp/cache/bootsnap-compile-cache/c6/a2f699050f78f9 new file mode 100644 index 0000000..bbccecf Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/c6/a2f699050f78f9 differ diff --git a/tmp/cache/bootsnap-compile-cache/c7/02aa7f16987257 b/tmp/cache/bootsnap-compile-cache/c7/02aa7f16987257 new file mode 100644 index 0000000..79c98e7 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/c7/02aa7f16987257 differ diff --git a/tmp/cache/bootsnap-compile-cache/c7/372c181cf8bd70 b/tmp/cache/bootsnap-compile-cache/c7/372c181cf8bd70 new file mode 100644 index 0000000..55ca4cd Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/c7/372c181cf8bd70 differ diff --git a/tmp/cache/bootsnap-compile-cache/c7/8c8c582bc08364 b/tmp/cache/bootsnap-compile-cache/c7/8c8c582bc08364 new file mode 100644 index 0000000..74e4095 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/c7/8c8c582bc08364 differ diff --git a/tmp/cache/bootsnap-compile-cache/c7/9ebcccee018962 b/tmp/cache/bootsnap-compile-cache/c7/9ebcccee018962 new file mode 100644 index 0000000..abb6a5d Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/c7/9ebcccee018962 differ diff --git a/tmp/cache/bootsnap-compile-cache/c7/f6bf48aec9cc40 b/tmp/cache/bootsnap-compile-cache/c7/f6bf48aec9cc40 new file mode 100644 index 0000000..91531d6 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/c7/f6bf48aec9cc40 differ diff --git a/tmp/cache/bootsnap-compile-cache/c8/1964a257c5b06d b/tmp/cache/bootsnap-compile-cache/c8/1964a257c5b06d new file mode 100644 index 0000000..869fe5c Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/c8/1964a257c5b06d differ diff --git a/tmp/cache/bootsnap-compile-cache/c8/2cd1733c3b000f b/tmp/cache/bootsnap-compile-cache/c8/2cd1733c3b000f new file mode 100644 index 0000000..23f1720 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/c8/2cd1733c3b000f differ diff --git a/tmp/cache/bootsnap-compile-cache/c8/3381f65ff02873 b/tmp/cache/bootsnap-compile-cache/c8/3381f65ff02873 new file mode 100644 index 0000000..94b0da2 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/c8/3381f65ff02873 differ diff --git a/tmp/cache/bootsnap-compile-cache/c8/a825ba106f52bd b/tmp/cache/bootsnap-compile-cache/c8/a825ba106f52bd new file mode 100644 index 0000000..d60b598 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/c8/a825ba106f52bd differ diff --git a/tmp/cache/bootsnap-compile-cache/c8/e45966277e88a6 b/tmp/cache/bootsnap-compile-cache/c8/e45966277e88a6 new file mode 100644 index 0000000..50ab898 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/c8/e45966277e88a6 differ diff --git a/tmp/cache/bootsnap-compile-cache/c8/fa35d8db828496 b/tmp/cache/bootsnap-compile-cache/c8/fa35d8db828496 new file mode 100644 index 0000000..b15ef82 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/c8/fa35d8db828496 differ diff --git a/tmp/cache/bootsnap-compile-cache/c9/2e51f8057ea809 b/tmp/cache/bootsnap-compile-cache/c9/2e51f8057ea809 new file mode 100644 index 0000000..364a0cf Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/c9/2e51f8057ea809 differ diff --git a/tmp/cache/bootsnap-compile-cache/c9/888b97ea3bc8ad b/tmp/cache/bootsnap-compile-cache/c9/888b97ea3bc8ad new file mode 100644 index 0000000..308ebcb Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/c9/888b97ea3bc8ad differ diff --git a/tmp/cache/bootsnap-compile-cache/c9/b6ea086c3b1272 b/tmp/cache/bootsnap-compile-cache/c9/b6ea086c3b1272 new file mode 100644 index 0000000..f727dea Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/c9/b6ea086c3b1272 differ diff --git a/tmp/cache/bootsnap-compile-cache/c9/eb386949464e73 b/tmp/cache/bootsnap-compile-cache/c9/eb386949464e73 new file mode 100644 index 0000000..5b6e8bf Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/c9/eb386949464e73 differ diff --git a/tmp/cache/bootsnap-compile-cache/ca/2676d96cd3dbd1 b/tmp/cache/bootsnap-compile-cache/ca/2676d96cd3dbd1 new file mode 100644 index 0000000..7d5c07f Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ca/2676d96cd3dbd1 differ diff --git a/tmp/cache/bootsnap-compile-cache/ca/26faa3e35cb44b b/tmp/cache/bootsnap-compile-cache/ca/26faa3e35cb44b new file mode 100644 index 0000000..0c46c1c Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ca/26faa3e35cb44b differ diff --git a/tmp/cache/bootsnap-compile-cache/ca/330e8d4cb4c9a3 b/tmp/cache/bootsnap-compile-cache/ca/330e8d4cb4c9a3 new file mode 100644 index 0000000..2892cb9 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ca/330e8d4cb4c9a3 differ diff --git a/tmp/cache/bootsnap-compile-cache/ca/71d89124fad88d b/tmp/cache/bootsnap-compile-cache/ca/71d89124fad88d new file mode 100644 index 0000000..15a2204 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ca/71d89124fad88d differ diff --git a/tmp/cache/bootsnap-compile-cache/ca/74dde1d7d9f78d b/tmp/cache/bootsnap-compile-cache/ca/74dde1d7d9f78d new file mode 100644 index 0000000..1fd0ba3 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ca/74dde1d7d9f78d differ diff --git a/tmp/cache/bootsnap-compile-cache/ca/9cf040ec33b3e9 b/tmp/cache/bootsnap-compile-cache/ca/9cf040ec33b3e9 new file mode 100644 index 0000000..c86798a Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ca/9cf040ec33b3e9 differ diff --git a/tmp/cache/bootsnap-compile-cache/ca/af9eb72b445fa3 b/tmp/cache/bootsnap-compile-cache/ca/af9eb72b445fa3 new file mode 100644 index 0000000..54c9a39 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ca/af9eb72b445fa3 differ diff --git a/tmp/cache/bootsnap-compile-cache/ca/fc5534d7b97809 b/tmp/cache/bootsnap-compile-cache/ca/fc5534d7b97809 new file mode 100644 index 0000000..fb88491 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ca/fc5534d7b97809 differ diff --git a/tmp/cache/bootsnap-compile-cache/cb/05249a16d96a82 b/tmp/cache/bootsnap-compile-cache/cb/05249a16d96a82 new file mode 100644 index 0000000..3e28eb3 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/cb/05249a16d96a82 differ diff --git a/tmp/cache/bootsnap-compile-cache/cb/13f0f0a19e4997 b/tmp/cache/bootsnap-compile-cache/cb/13f0f0a19e4997 new file mode 100644 index 0000000..39c0e60 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/cb/13f0f0a19e4997 differ diff --git a/tmp/cache/bootsnap-compile-cache/cb/144a3b251ea453 b/tmp/cache/bootsnap-compile-cache/cb/144a3b251ea453 new file mode 100644 index 0000000..9ee1751 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/cb/144a3b251ea453 differ diff --git a/tmp/cache/bootsnap-compile-cache/cb/302fd47cbc54f4 b/tmp/cache/bootsnap-compile-cache/cb/302fd47cbc54f4 new file mode 100644 index 0000000..f41c74f Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/cb/302fd47cbc54f4 differ diff --git a/tmp/cache/bootsnap-compile-cache/cb/3c89af26c31bfc b/tmp/cache/bootsnap-compile-cache/cb/3c89af26c31bfc new file mode 100644 index 0000000..eba70fb Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/cb/3c89af26c31bfc differ diff --git a/tmp/cache/bootsnap-compile-cache/cb/66338b633befa8 b/tmp/cache/bootsnap-compile-cache/cb/66338b633befa8 new file mode 100644 index 0000000..cb53ffd Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/cb/66338b633befa8 differ diff --git a/tmp/cache/bootsnap-compile-cache/cb/732f243f9dbe97 b/tmp/cache/bootsnap-compile-cache/cb/732f243f9dbe97 new file mode 100644 index 0000000..9b8bb60 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/cb/732f243f9dbe97 differ diff --git a/tmp/cache/bootsnap-compile-cache/cb/7872143716b668 b/tmp/cache/bootsnap-compile-cache/cb/7872143716b668 new file mode 100644 index 0000000..766cca6 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/cb/7872143716b668 differ diff --git a/tmp/cache/bootsnap-compile-cache/cc/67eb302c26cecb b/tmp/cache/bootsnap-compile-cache/cc/67eb302c26cecb new file mode 100644 index 0000000..86d8aac Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/cc/67eb302c26cecb differ diff --git a/tmp/cache/bootsnap-compile-cache/cc/726ae3900f5437 b/tmp/cache/bootsnap-compile-cache/cc/726ae3900f5437 new file mode 100644 index 0000000..2ff7b9d Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/cc/726ae3900f5437 differ diff --git a/tmp/cache/bootsnap-compile-cache/cc/b8f43a15fd1986 b/tmp/cache/bootsnap-compile-cache/cc/b8f43a15fd1986 new file mode 100644 index 0000000..0c8fb09 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/cc/b8f43a15fd1986 differ diff --git a/tmp/cache/bootsnap-compile-cache/cd/20124252d53e7b b/tmp/cache/bootsnap-compile-cache/cd/20124252d53e7b new file mode 100644 index 0000000..40dc437 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/cd/20124252d53e7b differ diff --git a/tmp/cache/bootsnap-compile-cache/cd/a140e6413a0531 b/tmp/cache/bootsnap-compile-cache/cd/a140e6413a0531 new file mode 100644 index 0000000..1f4c1d3 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/cd/a140e6413a0531 differ diff --git a/tmp/cache/bootsnap-compile-cache/cd/ca3aecfa6f7b75 b/tmp/cache/bootsnap-compile-cache/cd/ca3aecfa6f7b75 new file mode 100644 index 0000000..eddf412 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/cd/ca3aecfa6f7b75 differ diff --git a/tmp/cache/bootsnap-compile-cache/cd/cb303c3ce39717 b/tmp/cache/bootsnap-compile-cache/cd/cb303c3ce39717 new file mode 100644 index 0000000..b880e62 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/cd/cb303c3ce39717 differ diff --git a/tmp/cache/bootsnap-compile-cache/ce/182a9d9953bf4f b/tmp/cache/bootsnap-compile-cache/ce/182a9d9953bf4f new file mode 100644 index 0000000..e3cf684 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ce/182a9d9953bf4f differ diff --git a/tmp/cache/bootsnap-compile-cache/ce/1c3cfaa60d1e10 b/tmp/cache/bootsnap-compile-cache/ce/1c3cfaa60d1e10 new file mode 100644 index 0000000..c244d10 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ce/1c3cfaa60d1e10 differ diff --git a/tmp/cache/bootsnap-compile-cache/ce/650eb87833f675 b/tmp/cache/bootsnap-compile-cache/ce/650eb87833f675 new file mode 100644 index 0000000..45c13a2 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ce/650eb87833f675 differ diff --git a/tmp/cache/bootsnap-compile-cache/ce/9eb1ee656cd60d b/tmp/cache/bootsnap-compile-cache/ce/9eb1ee656cd60d new file mode 100644 index 0000000..757462e Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ce/9eb1ee656cd60d differ diff --git a/tmp/cache/bootsnap-compile-cache/ce/ff3c1451f8d89f b/tmp/cache/bootsnap-compile-cache/ce/ff3c1451f8d89f new file mode 100644 index 0000000..104b8e1 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ce/ff3c1451f8d89f differ diff --git a/tmp/cache/bootsnap-compile-cache/cf/49da4466e25664 b/tmp/cache/bootsnap-compile-cache/cf/49da4466e25664 new file mode 100644 index 0000000..417f97e Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/cf/49da4466e25664 differ diff --git a/tmp/cache/bootsnap-compile-cache/cf/4d082b5dd4437c b/tmp/cache/bootsnap-compile-cache/cf/4d082b5dd4437c new file mode 100644 index 0000000..5896a83 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/cf/4d082b5dd4437c differ diff --git a/tmp/cache/bootsnap-compile-cache/cf/749a3261ba73ed b/tmp/cache/bootsnap-compile-cache/cf/749a3261ba73ed new file mode 100644 index 0000000..b99ae89 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/cf/749a3261ba73ed differ diff --git a/tmp/cache/bootsnap-compile-cache/cf/7cb48e403d0cb8 b/tmp/cache/bootsnap-compile-cache/cf/7cb48e403d0cb8 new file mode 100644 index 0000000..398ab61 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/cf/7cb48e403d0cb8 differ diff --git a/tmp/cache/bootsnap-compile-cache/cf/88d647d5a1ddae b/tmp/cache/bootsnap-compile-cache/cf/88d647d5a1ddae new file mode 100644 index 0000000..fe74440 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/cf/88d647d5a1ddae differ diff --git a/tmp/cache/bootsnap-compile-cache/cf/c2827d7440d375 b/tmp/cache/bootsnap-compile-cache/cf/c2827d7440d375 new file mode 100644 index 0000000..e01520b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/cf/c2827d7440d375 differ diff --git a/tmp/cache/bootsnap-compile-cache/cf/d9b4c7e343ee23 b/tmp/cache/bootsnap-compile-cache/cf/d9b4c7e343ee23 new file mode 100644 index 0000000..9213833 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/cf/d9b4c7e343ee23 differ diff --git a/tmp/cache/bootsnap-compile-cache/cf/de4fc2c07d1112 b/tmp/cache/bootsnap-compile-cache/cf/de4fc2c07d1112 new file mode 100644 index 0000000..52fadbe Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/cf/de4fc2c07d1112 differ diff --git a/tmp/cache/bootsnap-compile-cache/d0/61f5d0eba786e1 b/tmp/cache/bootsnap-compile-cache/d0/61f5d0eba786e1 new file mode 100644 index 0000000..094f61d Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/d0/61f5d0eba786e1 differ diff --git a/tmp/cache/bootsnap-compile-cache/d0/7f0e003d488005 b/tmp/cache/bootsnap-compile-cache/d0/7f0e003d488005 new file mode 100644 index 0000000..8f0bd3d Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/d0/7f0e003d488005 differ diff --git a/tmp/cache/bootsnap-compile-cache/d0/8e0f0edc5e2b65 b/tmp/cache/bootsnap-compile-cache/d0/8e0f0edc5e2b65 new file mode 100644 index 0000000..0f18fb7 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/d0/8e0f0edc5e2b65 differ diff --git a/tmp/cache/bootsnap-compile-cache/d0/a4df03b2d7dddb b/tmp/cache/bootsnap-compile-cache/d0/a4df03b2d7dddb new file mode 100644 index 0000000..95f113f Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/d0/a4df03b2d7dddb differ diff --git a/tmp/cache/bootsnap-compile-cache/d0/b09ec15ed06907 b/tmp/cache/bootsnap-compile-cache/d0/b09ec15ed06907 new file mode 100644 index 0000000..609ea91 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/d0/b09ec15ed06907 differ diff --git a/tmp/cache/bootsnap-compile-cache/d1/146176c2aecbb1 b/tmp/cache/bootsnap-compile-cache/d1/146176c2aecbb1 new file mode 100644 index 0000000..b91af0b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/d1/146176c2aecbb1 differ diff --git a/tmp/cache/bootsnap-compile-cache/d1/2dd50c2c72e0b8 b/tmp/cache/bootsnap-compile-cache/d1/2dd50c2c72e0b8 new file mode 100644 index 0000000..f1f63a1 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/d1/2dd50c2c72e0b8 differ diff --git a/tmp/cache/bootsnap-compile-cache/d1/664fa6b129b466 b/tmp/cache/bootsnap-compile-cache/d1/664fa6b129b466 new file mode 100644 index 0000000..3ba2ee4 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/d1/664fa6b129b466 differ diff --git a/tmp/cache/bootsnap-compile-cache/d1/6a138ad99b62b1 b/tmp/cache/bootsnap-compile-cache/d1/6a138ad99b62b1 new file mode 100644 index 0000000..7908351 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/d1/6a138ad99b62b1 differ diff --git a/tmp/cache/bootsnap-compile-cache/d1/6dad5b23439b8d b/tmp/cache/bootsnap-compile-cache/d1/6dad5b23439b8d new file mode 100644 index 0000000..e4d95c2 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/d1/6dad5b23439b8d differ diff --git a/tmp/cache/bootsnap-compile-cache/d1/80ef8bf7feb281 b/tmp/cache/bootsnap-compile-cache/d1/80ef8bf7feb281 new file mode 100644 index 0000000..03d68ae Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/d1/80ef8bf7feb281 differ diff --git a/tmp/cache/bootsnap-compile-cache/d1/b17d3fe8ae7a0a b/tmp/cache/bootsnap-compile-cache/d1/b17d3fe8ae7a0a new file mode 100644 index 0000000..c8aea4a Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/d1/b17d3fe8ae7a0a differ diff --git a/tmp/cache/bootsnap-compile-cache/d1/e5ff2cb7b0f19f b/tmp/cache/bootsnap-compile-cache/d1/e5ff2cb7b0f19f new file mode 100644 index 0000000..ee3595a Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/d1/e5ff2cb7b0f19f differ diff --git a/tmp/cache/bootsnap-compile-cache/d1/f2116f7d9f1cf1 b/tmp/cache/bootsnap-compile-cache/d1/f2116f7d9f1cf1 new file mode 100644 index 0000000..e50c556 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/d1/f2116f7d9f1cf1 differ diff --git a/tmp/cache/bootsnap-compile-cache/d2/206ae54efa68a6 b/tmp/cache/bootsnap-compile-cache/d2/206ae54efa68a6 new file mode 100644 index 0000000..d033f9c Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/d2/206ae54efa68a6 differ diff --git a/tmp/cache/bootsnap-compile-cache/d2/2d4db4e10ec967 b/tmp/cache/bootsnap-compile-cache/d2/2d4db4e10ec967 new file mode 100644 index 0000000..65a3fc0 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/d2/2d4db4e10ec967 differ diff --git a/tmp/cache/bootsnap-compile-cache/d2/52db659aa58307 b/tmp/cache/bootsnap-compile-cache/d2/52db659aa58307 new file mode 100644 index 0000000..4491f18 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/d2/52db659aa58307 differ diff --git a/tmp/cache/bootsnap-compile-cache/d2/7a805f797d6700 b/tmp/cache/bootsnap-compile-cache/d2/7a805f797d6700 new file mode 100644 index 0000000..b58aaae Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/d2/7a805f797d6700 differ diff --git a/tmp/cache/bootsnap-compile-cache/d3/24643b82948001 b/tmp/cache/bootsnap-compile-cache/d3/24643b82948001 new file mode 100644 index 0000000..9e6946d Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/d3/24643b82948001 differ diff --git a/tmp/cache/bootsnap-compile-cache/d3/6010ed249a7a9c b/tmp/cache/bootsnap-compile-cache/d3/6010ed249a7a9c new file mode 100644 index 0000000..e124335 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/d3/6010ed249a7a9c differ diff --git a/tmp/cache/bootsnap-compile-cache/d3/6290661349ef76 b/tmp/cache/bootsnap-compile-cache/d3/6290661349ef76 new file mode 100644 index 0000000..451194d Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/d3/6290661349ef76 differ diff --git a/tmp/cache/bootsnap-compile-cache/d3/8294c1979505de b/tmp/cache/bootsnap-compile-cache/d3/8294c1979505de new file mode 100644 index 0000000..64bf85f Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/d3/8294c1979505de differ diff --git a/tmp/cache/bootsnap-compile-cache/d3/8de7c3bf1a77db b/tmp/cache/bootsnap-compile-cache/d3/8de7c3bf1a77db new file mode 100644 index 0000000..a36db3b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/d3/8de7c3bf1a77db differ diff --git a/tmp/cache/bootsnap-compile-cache/d3/baee4107a9cec1 b/tmp/cache/bootsnap-compile-cache/d3/baee4107a9cec1 new file mode 100644 index 0000000..2a35883 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/d3/baee4107a9cec1 differ diff --git a/tmp/cache/bootsnap-compile-cache/d3/c018524e18c562 b/tmp/cache/bootsnap-compile-cache/d3/c018524e18c562 new file mode 100644 index 0000000..0e67ac5 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/d3/c018524e18c562 differ diff --git a/tmp/cache/bootsnap-compile-cache/d4/6f7149caa66366 b/tmp/cache/bootsnap-compile-cache/d4/6f7149caa66366 new file mode 100644 index 0000000..1729c60 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/d4/6f7149caa66366 differ diff --git a/tmp/cache/bootsnap-compile-cache/d4/c88aef5680db77 b/tmp/cache/bootsnap-compile-cache/d4/c88aef5680db77 new file mode 100644 index 0000000..2034579 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/d4/c88aef5680db77 differ diff --git a/tmp/cache/bootsnap-compile-cache/d5/b23403c0f34f92 b/tmp/cache/bootsnap-compile-cache/d5/b23403c0f34f92 new file mode 100644 index 0000000..1fb678e Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/d5/b23403c0f34f92 differ diff --git a/tmp/cache/bootsnap-compile-cache/d5/d78debefba1a23 b/tmp/cache/bootsnap-compile-cache/d5/d78debefba1a23 new file mode 100644 index 0000000..277f5da Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/d5/d78debefba1a23 differ diff --git a/tmp/cache/bootsnap-compile-cache/d6/0c91452f3d8e33 b/tmp/cache/bootsnap-compile-cache/d6/0c91452f3d8e33 new file mode 100644 index 0000000..ecba6d2 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/d6/0c91452f3d8e33 differ diff --git a/tmp/cache/bootsnap-compile-cache/d6/5df25885fc94ef b/tmp/cache/bootsnap-compile-cache/d6/5df25885fc94ef new file mode 100644 index 0000000..4de6927 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/d6/5df25885fc94ef differ diff --git a/tmp/cache/bootsnap-compile-cache/d6/6316e6fc10fe6b b/tmp/cache/bootsnap-compile-cache/d6/6316e6fc10fe6b new file mode 100644 index 0000000..6daad6b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/d6/6316e6fc10fe6b differ diff --git a/tmp/cache/bootsnap-compile-cache/d6/c632f6be381038 b/tmp/cache/bootsnap-compile-cache/d6/c632f6be381038 new file mode 100644 index 0000000..9938c28 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/d6/c632f6be381038 differ diff --git a/tmp/cache/bootsnap-compile-cache/d6/c7d3cf10747c01 b/tmp/cache/bootsnap-compile-cache/d6/c7d3cf10747c01 new file mode 100644 index 0000000..4e4c909 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/d6/c7d3cf10747c01 differ diff --git a/tmp/cache/bootsnap-compile-cache/d7/00e1589f8ae5c4 b/tmp/cache/bootsnap-compile-cache/d7/00e1589f8ae5c4 new file mode 100644 index 0000000..30264ef Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/d7/00e1589f8ae5c4 differ diff --git a/tmp/cache/bootsnap-compile-cache/d7/a17480acfacd56 b/tmp/cache/bootsnap-compile-cache/d7/a17480acfacd56 new file mode 100644 index 0000000..3e3d7b8 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/d7/a17480acfacd56 differ diff --git a/tmp/cache/bootsnap-compile-cache/d7/bb7af0edd0891d b/tmp/cache/bootsnap-compile-cache/d7/bb7af0edd0891d new file mode 100644 index 0000000..f001b51 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/d7/bb7af0edd0891d differ diff --git a/tmp/cache/bootsnap-compile-cache/d7/cec21d931474a0 b/tmp/cache/bootsnap-compile-cache/d7/cec21d931474a0 new file mode 100644 index 0000000..3d8e377 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/d7/cec21d931474a0 differ diff --git a/tmp/cache/bootsnap-compile-cache/d7/d89c3af001e130 b/tmp/cache/bootsnap-compile-cache/d7/d89c3af001e130 new file mode 100644 index 0000000..6c2c129 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/d7/d89c3af001e130 differ diff --git a/tmp/cache/bootsnap-compile-cache/d7/dba162a89e7ca5 b/tmp/cache/bootsnap-compile-cache/d7/dba162a89e7ca5 new file mode 100644 index 0000000..87471cb Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/d7/dba162a89e7ca5 differ diff --git a/tmp/cache/bootsnap-compile-cache/d7/e29482631cf0fa b/tmp/cache/bootsnap-compile-cache/d7/e29482631cf0fa new file mode 100644 index 0000000..2eedf60 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/d7/e29482631cf0fa differ diff --git a/tmp/cache/bootsnap-compile-cache/d7/f4f991d3f4d08a b/tmp/cache/bootsnap-compile-cache/d7/f4f991d3f4d08a new file mode 100644 index 0000000..bd3cdd3 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/d7/f4f991d3f4d08a differ diff --git a/tmp/cache/bootsnap-compile-cache/d8/2ddb34f08c82e1 b/tmp/cache/bootsnap-compile-cache/d8/2ddb34f08c82e1 new file mode 100644 index 0000000..26cec10 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/d8/2ddb34f08c82e1 differ diff --git a/tmp/cache/bootsnap-compile-cache/d8/5f03d7ad9fc7ac b/tmp/cache/bootsnap-compile-cache/d8/5f03d7ad9fc7ac new file mode 100644 index 0000000..8e2beed Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/d8/5f03d7ad9fc7ac differ diff --git a/tmp/cache/bootsnap-compile-cache/d8/759b0f5b22f961 b/tmp/cache/bootsnap-compile-cache/d8/759b0f5b22f961 new file mode 100644 index 0000000..75e68b7 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/d8/759b0f5b22f961 differ diff --git a/tmp/cache/bootsnap-compile-cache/d8/8bce2f171158e1 b/tmp/cache/bootsnap-compile-cache/d8/8bce2f171158e1 new file mode 100644 index 0000000..cc3f85d Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/d8/8bce2f171158e1 differ diff --git a/tmp/cache/bootsnap-compile-cache/d8/9b296bb10b14cd b/tmp/cache/bootsnap-compile-cache/d8/9b296bb10b14cd new file mode 100644 index 0000000..60a7406 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/d8/9b296bb10b14cd differ diff --git a/tmp/cache/bootsnap-compile-cache/d8/f33247c1aa0327 b/tmp/cache/bootsnap-compile-cache/d8/f33247c1aa0327 new file mode 100644 index 0000000..0ce1b16 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/d8/f33247c1aa0327 differ diff --git a/tmp/cache/bootsnap-compile-cache/d8/fa0d70a9543fba b/tmp/cache/bootsnap-compile-cache/d8/fa0d70a9543fba new file mode 100644 index 0000000..d424852 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/d8/fa0d70a9543fba differ diff --git a/tmp/cache/bootsnap-compile-cache/d9/395d0bdd7b5512 b/tmp/cache/bootsnap-compile-cache/d9/395d0bdd7b5512 new file mode 100644 index 0000000..cb98088 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/d9/395d0bdd7b5512 differ diff --git a/tmp/cache/bootsnap-compile-cache/d9/4b46b3661d6c8e b/tmp/cache/bootsnap-compile-cache/d9/4b46b3661d6c8e new file mode 100644 index 0000000..7d60364 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/d9/4b46b3661d6c8e differ diff --git a/tmp/cache/bootsnap-compile-cache/d9/650229fba0c532 b/tmp/cache/bootsnap-compile-cache/d9/650229fba0c532 new file mode 100644 index 0000000..a976514 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/d9/650229fba0c532 differ diff --git a/tmp/cache/bootsnap-compile-cache/d9/76ad613b24922d b/tmp/cache/bootsnap-compile-cache/d9/76ad613b24922d new file mode 100644 index 0000000..137bd6f Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/d9/76ad613b24922d differ diff --git a/tmp/cache/bootsnap-compile-cache/d9/c78f6a023a5090 b/tmp/cache/bootsnap-compile-cache/d9/c78f6a023a5090 new file mode 100644 index 0000000..9155ec2 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/d9/c78f6a023a5090 differ diff --git a/tmp/cache/bootsnap-compile-cache/d9/d01d2b48d563e0 b/tmp/cache/bootsnap-compile-cache/d9/d01d2b48d563e0 new file mode 100644 index 0000000..a4842c9 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/d9/d01d2b48d563e0 differ diff --git a/tmp/cache/bootsnap-compile-cache/da/1678459cdf0d41 b/tmp/cache/bootsnap-compile-cache/da/1678459cdf0d41 new file mode 100644 index 0000000..05e370b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/da/1678459cdf0d41 differ diff --git a/tmp/cache/bootsnap-compile-cache/da/437af08a2fbfd2 b/tmp/cache/bootsnap-compile-cache/da/437af08a2fbfd2 new file mode 100644 index 0000000..bddd20c Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/da/437af08a2fbfd2 differ diff --git a/tmp/cache/bootsnap-compile-cache/da/7a00948d001ef4 b/tmp/cache/bootsnap-compile-cache/da/7a00948d001ef4 new file mode 100644 index 0000000..f642a40 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/da/7a00948d001ef4 differ diff --git a/tmp/cache/bootsnap-compile-cache/da/906c0716bed062 b/tmp/cache/bootsnap-compile-cache/da/906c0716bed062 new file mode 100644 index 0000000..aefa804 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/da/906c0716bed062 differ diff --git a/tmp/cache/bootsnap-compile-cache/da/911ebcf1b20f24 b/tmp/cache/bootsnap-compile-cache/da/911ebcf1b20f24 new file mode 100644 index 0000000..fd6cd47 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/da/911ebcf1b20f24 differ diff --git a/tmp/cache/bootsnap-compile-cache/da/b0bf9db93d16bd b/tmp/cache/bootsnap-compile-cache/da/b0bf9db93d16bd new file mode 100644 index 0000000..57a2f75 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/da/b0bf9db93d16bd differ diff --git a/tmp/cache/bootsnap-compile-cache/da/bb6466de876e9d b/tmp/cache/bootsnap-compile-cache/da/bb6466de876e9d new file mode 100644 index 0000000..c3feee9 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/da/bb6466de876e9d differ diff --git a/tmp/cache/bootsnap-compile-cache/da/c031cfb4e4c0fc b/tmp/cache/bootsnap-compile-cache/da/c031cfb4e4c0fc new file mode 100644 index 0000000..b4619ed Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/da/c031cfb4e4c0fc differ diff --git a/tmp/cache/bootsnap-compile-cache/da/d174f5099de125 b/tmp/cache/bootsnap-compile-cache/da/d174f5099de125 new file mode 100644 index 0000000..7e661a8 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/da/d174f5099de125 differ diff --git a/tmp/cache/bootsnap-compile-cache/da/dc9e2af4e07da3 b/tmp/cache/bootsnap-compile-cache/da/dc9e2af4e07da3 new file mode 100644 index 0000000..f7542bb Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/da/dc9e2af4e07da3 differ diff --git a/tmp/cache/bootsnap-compile-cache/da/fbc8a8ffd7ad48 b/tmp/cache/bootsnap-compile-cache/da/fbc8a8ffd7ad48 new file mode 100644 index 0000000..b3d5a7b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/da/fbc8a8ffd7ad48 differ diff --git a/tmp/cache/bootsnap-compile-cache/db/2994d0ae21fb9c b/tmp/cache/bootsnap-compile-cache/db/2994d0ae21fb9c new file mode 100644 index 0000000..41bc11e Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/db/2994d0ae21fb9c differ diff --git a/tmp/cache/bootsnap-compile-cache/db/4329664b0136df b/tmp/cache/bootsnap-compile-cache/db/4329664b0136df new file mode 100644 index 0000000..ce4ea89 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/db/4329664b0136df differ diff --git a/tmp/cache/bootsnap-compile-cache/db/485ad2eafd2f90 b/tmp/cache/bootsnap-compile-cache/db/485ad2eafd2f90 new file mode 100644 index 0000000..1ad55e3 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/db/485ad2eafd2f90 differ diff --git a/tmp/cache/bootsnap-compile-cache/db/92bda9f83e1652 b/tmp/cache/bootsnap-compile-cache/db/92bda9f83e1652 new file mode 100644 index 0000000..f6ee497 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/db/92bda9f83e1652 differ diff --git a/tmp/cache/bootsnap-compile-cache/db/9342dceae9092b b/tmp/cache/bootsnap-compile-cache/db/9342dceae9092b new file mode 100644 index 0000000..e6631d3 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/db/9342dceae9092b differ diff --git a/tmp/cache/bootsnap-compile-cache/dc/035893d271ae46 b/tmp/cache/bootsnap-compile-cache/dc/035893d271ae46 new file mode 100644 index 0000000..74645c2 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/dc/035893d271ae46 differ diff --git a/tmp/cache/bootsnap-compile-cache/dc/2155d7a7acb46a b/tmp/cache/bootsnap-compile-cache/dc/2155d7a7acb46a new file mode 100644 index 0000000..cc637f9 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/dc/2155d7a7acb46a differ diff --git a/tmp/cache/bootsnap-compile-cache/dc/27b4aafe6addb3 b/tmp/cache/bootsnap-compile-cache/dc/27b4aafe6addb3 new file mode 100644 index 0000000..66e8870 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/dc/27b4aafe6addb3 differ diff --git a/tmp/cache/bootsnap-compile-cache/dc/7c8061c3dbe255 b/tmp/cache/bootsnap-compile-cache/dc/7c8061c3dbe255 new file mode 100644 index 0000000..4836d06 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/dc/7c8061c3dbe255 differ diff --git a/tmp/cache/bootsnap-compile-cache/dc/8ed2343e0e4542 b/tmp/cache/bootsnap-compile-cache/dc/8ed2343e0e4542 new file mode 100644 index 0000000..7dc5eac Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/dc/8ed2343e0e4542 differ diff --git a/tmp/cache/bootsnap-compile-cache/dc/be1fb3f8f38d8b b/tmp/cache/bootsnap-compile-cache/dc/be1fb3f8f38d8b new file mode 100644 index 0000000..139f738 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/dc/be1fb3f8f38d8b differ diff --git a/tmp/cache/bootsnap-compile-cache/dc/f138d026c44e6e b/tmp/cache/bootsnap-compile-cache/dc/f138d026c44e6e new file mode 100644 index 0000000..ee55e0e Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/dc/f138d026c44e6e differ diff --git a/tmp/cache/bootsnap-compile-cache/dc/f2894202a3c165 b/tmp/cache/bootsnap-compile-cache/dc/f2894202a3c165 new file mode 100644 index 0000000..8a3da41 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/dc/f2894202a3c165 differ diff --git a/tmp/cache/bootsnap-compile-cache/dd/0e8b21fa3b9818 b/tmp/cache/bootsnap-compile-cache/dd/0e8b21fa3b9818 new file mode 100644 index 0000000..808107c Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/dd/0e8b21fa3b9818 differ diff --git a/tmp/cache/bootsnap-compile-cache/dd/274871929063e5 b/tmp/cache/bootsnap-compile-cache/dd/274871929063e5 new file mode 100644 index 0000000..ee5f99d Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/dd/274871929063e5 differ diff --git a/tmp/cache/bootsnap-compile-cache/dd/6a3557bab0be8a b/tmp/cache/bootsnap-compile-cache/dd/6a3557bab0be8a new file mode 100644 index 0000000..9e0acad Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/dd/6a3557bab0be8a differ diff --git a/tmp/cache/bootsnap-compile-cache/dd/d86a4455935fee b/tmp/cache/bootsnap-compile-cache/dd/d86a4455935fee new file mode 100644 index 0000000..1aa8f99 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/dd/d86a4455935fee differ diff --git a/tmp/cache/bootsnap-compile-cache/dd/db915698c95ad4 b/tmp/cache/bootsnap-compile-cache/dd/db915698c95ad4 new file mode 100644 index 0000000..6502f21 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/dd/db915698c95ad4 differ diff --git a/tmp/cache/bootsnap-compile-cache/dd/e9f4c32c2590f6 b/tmp/cache/bootsnap-compile-cache/dd/e9f4c32c2590f6 new file mode 100644 index 0000000..55c4474 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/dd/e9f4c32c2590f6 differ diff --git a/tmp/cache/bootsnap-compile-cache/dd/ea716b6c25f1a8 b/tmp/cache/bootsnap-compile-cache/dd/ea716b6c25f1a8 new file mode 100644 index 0000000..f29883d Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/dd/ea716b6c25f1a8 differ diff --git a/tmp/cache/bootsnap-compile-cache/dd/edfc8b319a202a b/tmp/cache/bootsnap-compile-cache/dd/edfc8b319a202a new file mode 100644 index 0000000..c8ce823 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/dd/edfc8b319a202a differ diff --git a/tmp/cache/bootsnap-compile-cache/de/5d70ee2c950c1c b/tmp/cache/bootsnap-compile-cache/de/5d70ee2c950c1c new file mode 100644 index 0000000..56aa36e Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/de/5d70ee2c950c1c differ diff --git a/tmp/cache/bootsnap-compile-cache/de/7fa497cafc4efc b/tmp/cache/bootsnap-compile-cache/de/7fa497cafc4efc new file mode 100644 index 0000000..4fd4dc4 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/de/7fa497cafc4efc differ diff --git a/tmp/cache/bootsnap-compile-cache/de/97ed86f1a86737 b/tmp/cache/bootsnap-compile-cache/de/97ed86f1a86737 new file mode 100644 index 0000000..db3a068 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/de/97ed86f1a86737 differ diff --git a/tmp/cache/bootsnap-compile-cache/de/98a3f9268479d1 b/tmp/cache/bootsnap-compile-cache/de/98a3f9268479d1 new file mode 100644 index 0000000..b6ce9f5 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/de/98a3f9268479d1 differ diff --git a/tmp/cache/bootsnap-compile-cache/de/eccc93b8257725 b/tmp/cache/bootsnap-compile-cache/de/eccc93b8257725 new file mode 100644 index 0000000..1a1d594 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/de/eccc93b8257725 differ diff --git a/tmp/cache/bootsnap-compile-cache/df/0c4bbd8af78d25 b/tmp/cache/bootsnap-compile-cache/df/0c4bbd8af78d25 new file mode 100644 index 0000000..c95dedc Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/df/0c4bbd8af78d25 differ diff --git a/tmp/cache/bootsnap-compile-cache/df/13930d3d68c6b5 b/tmp/cache/bootsnap-compile-cache/df/13930d3d68c6b5 new file mode 100644 index 0000000..475e713 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/df/13930d3d68c6b5 differ diff --git a/tmp/cache/bootsnap-compile-cache/df/450e87efc2b9d6 b/tmp/cache/bootsnap-compile-cache/df/450e87efc2b9d6 new file mode 100644 index 0000000..a0ff437 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/df/450e87efc2b9d6 differ diff --git a/tmp/cache/bootsnap-compile-cache/df/4db1582e21bb29 b/tmp/cache/bootsnap-compile-cache/df/4db1582e21bb29 new file mode 100644 index 0000000..d59c15e Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/df/4db1582e21bb29 differ diff --git a/tmp/cache/bootsnap-compile-cache/df/9c252c4aefa4b9 b/tmp/cache/bootsnap-compile-cache/df/9c252c4aefa4b9 new file mode 100644 index 0000000..a1b8e73 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/df/9c252c4aefa4b9 differ diff --git a/tmp/cache/bootsnap-compile-cache/e0/116ada9874876c b/tmp/cache/bootsnap-compile-cache/e0/116ada9874876c new file mode 100644 index 0000000..e3795de Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/e0/116ada9874876c differ diff --git a/tmp/cache/bootsnap-compile-cache/e0/1c69728fcfd64f b/tmp/cache/bootsnap-compile-cache/e0/1c69728fcfd64f new file mode 100644 index 0000000..a7ddcdf Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/e0/1c69728fcfd64f differ diff --git a/tmp/cache/bootsnap-compile-cache/e0/4e2fd2ee75656e b/tmp/cache/bootsnap-compile-cache/e0/4e2fd2ee75656e new file mode 100644 index 0000000..9a97891 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/e0/4e2fd2ee75656e differ diff --git a/tmp/cache/bootsnap-compile-cache/e0/54543a5b16423f b/tmp/cache/bootsnap-compile-cache/e0/54543a5b16423f new file mode 100644 index 0000000..c5de30a Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/e0/54543a5b16423f differ diff --git a/tmp/cache/bootsnap-compile-cache/e0/56e5ac61316872 b/tmp/cache/bootsnap-compile-cache/e0/56e5ac61316872 new file mode 100644 index 0000000..dda8306 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/e0/56e5ac61316872 differ diff --git a/tmp/cache/bootsnap-compile-cache/e0/8670cf3421bbf8 b/tmp/cache/bootsnap-compile-cache/e0/8670cf3421bbf8 new file mode 100644 index 0000000..a49b19e Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/e0/8670cf3421bbf8 differ diff --git a/tmp/cache/bootsnap-compile-cache/e0/bab42d6a648b45 b/tmp/cache/bootsnap-compile-cache/e0/bab42d6a648b45 new file mode 100644 index 0000000..5d5049b Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/e0/bab42d6a648b45 differ diff --git a/tmp/cache/bootsnap-compile-cache/e0/c5f6e99bb716de b/tmp/cache/bootsnap-compile-cache/e0/c5f6e99bb716de new file mode 100644 index 0000000..a5d234f Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/e0/c5f6e99bb716de differ diff --git a/tmp/cache/bootsnap-compile-cache/e1/63c1f05e12e670 b/tmp/cache/bootsnap-compile-cache/e1/63c1f05e12e670 new file mode 100644 index 0000000..97cf242 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/e1/63c1f05e12e670 differ diff --git a/tmp/cache/bootsnap-compile-cache/e1/a7baa15315aa00 b/tmp/cache/bootsnap-compile-cache/e1/a7baa15315aa00 new file mode 100644 index 0000000..bc800e3 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/e1/a7baa15315aa00 differ diff --git a/tmp/cache/bootsnap-compile-cache/e2/112ba19c781604 b/tmp/cache/bootsnap-compile-cache/e2/112ba19c781604 new file mode 100644 index 0000000..8bc0457 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/e2/112ba19c781604 differ diff --git a/tmp/cache/bootsnap-compile-cache/e2/3945049312d149 b/tmp/cache/bootsnap-compile-cache/e2/3945049312d149 new file mode 100644 index 0000000..153b68a Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/e2/3945049312d149 differ diff --git a/tmp/cache/bootsnap-compile-cache/e2/879406fcdecc93 b/tmp/cache/bootsnap-compile-cache/e2/879406fcdecc93 new file mode 100644 index 0000000..5609683 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/e2/879406fcdecc93 differ diff --git a/tmp/cache/bootsnap-compile-cache/e2/fc911cd65e85b6 b/tmp/cache/bootsnap-compile-cache/e2/fc911cd65e85b6 new file mode 100644 index 0000000..7dc4661 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/e2/fc911cd65e85b6 differ diff --git a/tmp/cache/bootsnap-compile-cache/e3/0e95ccb0bfdce4 b/tmp/cache/bootsnap-compile-cache/e3/0e95ccb0bfdce4 new file mode 100644 index 0000000..b3d39e4 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/e3/0e95ccb0bfdce4 differ diff --git a/tmp/cache/bootsnap-compile-cache/e3/20e939a9c811dc b/tmp/cache/bootsnap-compile-cache/e3/20e939a9c811dc new file mode 100644 index 0000000..044fec7 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/e3/20e939a9c811dc differ diff --git a/tmp/cache/bootsnap-compile-cache/e3/2c9a26fd69581b b/tmp/cache/bootsnap-compile-cache/e3/2c9a26fd69581b new file mode 100644 index 0000000..30b2c55 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/e3/2c9a26fd69581b differ diff --git a/tmp/cache/bootsnap-compile-cache/e3/63b4ce8296f05e b/tmp/cache/bootsnap-compile-cache/e3/63b4ce8296f05e new file mode 100644 index 0000000..9993a71 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/e3/63b4ce8296f05e differ diff --git a/tmp/cache/bootsnap-compile-cache/e3/79b1a724a2d9cd b/tmp/cache/bootsnap-compile-cache/e3/79b1a724a2d9cd new file mode 100644 index 0000000..9b8916f Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/e3/79b1a724a2d9cd differ diff --git a/tmp/cache/bootsnap-compile-cache/e3/94ab338ab358da b/tmp/cache/bootsnap-compile-cache/e3/94ab338ab358da new file mode 100644 index 0000000..8593457 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/e3/94ab338ab358da differ diff --git a/tmp/cache/bootsnap-compile-cache/e3/99a14dca0414c6 b/tmp/cache/bootsnap-compile-cache/e3/99a14dca0414c6 new file mode 100644 index 0000000..69f50db Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/e3/99a14dca0414c6 differ diff --git a/tmp/cache/bootsnap-compile-cache/e3/a00b994ac8298d b/tmp/cache/bootsnap-compile-cache/e3/a00b994ac8298d new file mode 100644 index 0000000..d6e3bec Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/e3/a00b994ac8298d differ diff --git a/tmp/cache/bootsnap-compile-cache/e3/b620131c890dfd b/tmp/cache/bootsnap-compile-cache/e3/b620131c890dfd new file mode 100644 index 0000000..fb01be1 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/e3/b620131c890dfd differ diff --git a/tmp/cache/bootsnap-compile-cache/e3/ff2004b77a5075 b/tmp/cache/bootsnap-compile-cache/e3/ff2004b77a5075 new file mode 100644 index 0000000..bfb3fe2 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/e3/ff2004b77a5075 differ diff --git a/tmp/cache/bootsnap-compile-cache/e4/13c4f66e5bcaae b/tmp/cache/bootsnap-compile-cache/e4/13c4f66e5bcaae new file mode 100644 index 0000000..c2b3c46 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/e4/13c4f66e5bcaae differ diff --git a/tmp/cache/bootsnap-compile-cache/e4/1aabf4b9df15c0 b/tmp/cache/bootsnap-compile-cache/e4/1aabf4b9df15c0 new file mode 100644 index 0000000..76549fe Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/e4/1aabf4b9df15c0 differ diff --git a/tmp/cache/bootsnap-compile-cache/e4/2e5c45b7806094 b/tmp/cache/bootsnap-compile-cache/e4/2e5c45b7806094 new file mode 100644 index 0000000..86d5715 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/e4/2e5c45b7806094 differ diff --git a/tmp/cache/bootsnap-compile-cache/e4/6778a425da3075 b/tmp/cache/bootsnap-compile-cache/e4/6778a425da3075 new file mode 100644 index 0000000..8f0f8ac Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/e4/6778a425da3075 differ diff --git a/tmp/cache/bootsnap-compile-cache/e5/2febd7ec1bb5bd b/tmp/cache/bootsnap-compile-cache/e5/2febd7ec1bb5bd new file mode 100644 index 0000000..9546b79 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/e5/2febd7ec1bb5bd differ diff --git a/tmp/cache/bootsnap-compile-cache/e5/332ed363e38377 b/tmp/cache/bootsnap-compile-cache/e5/332ed363e38377 new file mode 100644 index 0000000..8631cc2 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/e5/332ed363e38377 differ diff --git a/tmp/cache/bootsnap-compile-cache/e5/3608752cf12fa4 b/tmp/cache/bootsnap-compile-cache/e5/3608752cf12fa4 new file mode 100644 index 0000000..dfad139 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/e5/3608752cf12fa4 differ diff --git a/tmp/cache/bootsnap-compile-cache/e5/8e8dfc1552407a b/tmp/cache/bootsnap-compile-cache/e5/8e8dfc1552407a new file mode 100644 index 0000000..fb0ffaa Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/e5/8e8dfc1552407a differ diff --git a/tmp/cache/bootsnap-compile-cache/e5/8f5ece5e429a03 b/tmp/cache/bootsnap-compile-cache/e5/8f5ece5e429a03 new file mode 100644 index 0000000..e350a3e Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/e5/8f5ece5e429a03 differ diff --git a/tmp/cache/bootsnap-compile-cache/e5/d05bb95a60a4ef b/tmp/cache/bootsnap-compile-cache/e5/d05bb95a60a4ef new file mode 100644 index 0000000..2c00a03 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/e5/d05bb95a60a4ef differ diff --git a/tmp/cache/bootsnap-compile-cache/e5/e584a62750ab4a b/tmp/cache/bootsnap-compile-cache/e5/e584a62750ab4a new file mode 100644 index 0000000..f571290 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/e5/e584a62750ab4a differ diff --git a/tmp/cache/bootsnap-compile-cache/e6/3fd5f0e18a3f2b b/tmp/cache/bootsnap-compile-cache/e6/3fd5f0e18a3f2b new file mode 100644 index 0000000..2b2d814 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/e6/3fd5f0e18a3f2b differ diff --git a/tmp/cache/bootsnap-compile-cache/e6/7a66a6778be964 b/tmp/cache/bootsnap-compile-cache/e6/7a66a6778be964 new file mode 100644 index 0000000..a44b00f Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/e6/7a66a6778be964 differ diff --git a/tmp/cache/bootsnap-compile-cache/e6/bc5450466b9be9 b/tmp/cache/bootsnap-compile-cache/e6/bc5450466b9be9 new file mode 100644 index 0000000..25faca7 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/e6/bc5450466b9be9 differ diff --git a/tmp/cache/bootsnap-compile-cache/e6/d15e6cbea295b5 b/tmp/cache/bootsnap-compile-cache/e6/d15e6cbea295b5 new file mode 100644 index 0000000..762621a Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/e6/d15e6cbea295b5 differ diff --git a/tmp/cache/bootsnap-compile-cache/e7/482de98552c0f9 b/tmp/cache/bootsnap-compile-cache/e7/482de98552c0f9 new file mode 100644 index 0000000..792ac92 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/e7/482de98552c0f9 differ diff --git a/tmp/cache/bootsnap-compile-cache/e7/50c5ef39f28fc6 b/tmp/cache/bootsnap-compile-cache/e7/50c5ef39f28fc6 new file mode 100644 index 0000000..5f53e36 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/e7/50c5ef39f28fc6 differ diff --git a/tmp/cache/bootsnap-compile-cache/e7/9e4c9aa206a615 b/tmp/cache/bootsnap-compile-cache/e7/9e4c9aa206a615 new file mode 100644 index 0000000..2f751cd Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/e7/9e4c9aa206a615 differ diff --git a/tmp/cache/bootsnap-compile-cache/e7/cdb82a29034db9 b/tmp/cache/bootsnap-compile-cache/e7/cdb82a29034db9 new file mode 100644 index 0000000..f92568d Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/e7/cdb82a29034db9 differ diff --git a/tmp/cache/bootsnap-compile-cache/e8/0d773e0c176e7c b/tmp/cache/bootsnap-compile-cache/e8/0d773e0c176e7c new file mode 100644 index 0000000..a0b5f27 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/e8/0d773e0c176e7c differ diff --git a/tmp/cache/bootsnap-compile-cache/e8/2603f866b10191 b/tmp/cache/bootsnap-compile-cache/e8/2603f866b10191 new file mode 100644 index 0000000..cda3760 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/e8/2603f866b10191 differ diff --git a/tmp/cache/bootsnap-compile-cache/e8/5201326bb354ef b/tmp/cache/bootsnap-compile-cache/e8/5201326bb354ef new file mode 100644 index 0000000..4a8d423 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/e8/5201326bb354ef differ diff --git a/tmp/cache/bootsnap-compile-cache/e8/5c1bdd91c9b1b8 b/tmp/cache/bootsnap-compile-cache/e8/5c1bdd91c9b1b8 new file mode 100644 index 0000000..3db96b8 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/e8/5c1bdd91c9b1b8 differ diff --git a/tmp/cache/bootsnap-compile-cache/e8/92ce1df3e8cba2 b/tmp/cache/bootsnap-compile-cache/e8/92ce1df3e8cba2 new file mode 100644 index 0000000..ec010c3 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/e8/92ce1df3e8cba2 differ diff --git a/tmp/cache/bootsnap-compile-cache/e8/b3b7df731a925e b/tmp/cache/bootsnap-compile-cache/e8/b3b7df731a925e new file mode 100644 index 0000000..c6a9658 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/e8/b3b7df731a925e differ diff --git a/tmp/cache/bootsnap-compile-cache/e8/b50db3775a2dd6 b/tmp/cache/bootsnap-compile-cache/e8/b50db3775a2dd6 new file mode 100644 index 0000000..d52a00c Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/e8/b50db3775a2dd6 differ diff --git a/tmp/cache/bootsnap-compile-cache/e8/d902d6f738b530 b/tmp/cache/bootsnap-compile-cache/e8/d902d6f738b530 new file mode 100644 index 0000000..c2d5ccf Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/e8/d902d6f738b530 differ diff --git a/tmp/cache/bootsnap-compile-cache/e8/e0e1c1ac306940 b/tmp/cache/bootsnap-compile-cache/e8/e0e1c1ac306940 new file mode 100644 index 0000000..54db925 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/e8/e0e1c1ac306940 differ diff --git a/tmp/cache/bootsnap-compile-cache/e9/6f6e25f85f3377 b/tmp/cache/bootsnap-compile-cache/e9/6f6e25f85f3377 new file mode 100644 index 0000000..ad4ccdd Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/e9/6f6e25f85f3377 differ diff --git a/tmp/cache/bootsnap-compile-cache/e9/858bec77f5673c b/tmp/cache/bootsnap-compile-cache/e9/858bec77f5673c new file mode 100644 index 0000000..e3d2079 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/e9/858bec77f5673c differ diff --git a/tmp/cache/bootsnap-compile-cache/ea/08893f4c51e4b0 b/tmp/cache/bootsnap-compile-cache/ea/08893f4c51e4b0 new file mode 100644 index 0000000..3f066ac Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ea/08893f4c51e4b0 differ diff --git a/tmp/cache/bootsnap-compile-cache/ea/212c1f7086cdb6 b/tmp/cache/bootsnap-compile-cache/ea/212c1f7086cdb6 new file mode 100644 index 0000000..41dc827 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ea/212c1f7086cdb6 differ diff --git a/tmp/cache/bootsnap-compile-cache/ea/2aa0f204e3c04f b/tmp/cache/bootsnap-compile-cache/ea/2aa0f204e3c04f new file mode 100644 index 0000000..442ea1a Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ea/2aa0f204e3c04f differ diff --git a/tmp/cache/bootsnap-compile-cache/ea/5b8aedf653450d b/tmp/cache/bootsnap-compile-cache/ea/5b8aedf653450d new file mode 100644 index 0000000..5709cb8 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ea/5b8aedf653450d differ diff --git a/tmp/cache/bootsnap-compile-cache/ea/9ea851bade3c17 b/tmp/cache/bootsnap-compile-cache/ea/9ea851bade3c17 new file mode 100644 index 0000000..1f4dccb Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ea/9ea851bade3c17 differ diff --git a/tmp/cache/bootsnap-compile-cache/ea/aa86ae7df92c11 b/tmp/cache/bootsnap-compile-cache/ea/aa86ae7df92c11 new file mode 100644 index 0000000..9f8e0c9 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ea/aa86ae7df92c11 differ diff --git a/tmp/cache/bootsnap-compile-cache/ea/b68d50faec9878 b/tmp/cache/bootsnap-compile-cache/ea/b68d50faec9878 new file mode 100644 index 0000000..2f69fff Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ea/b68d50faec9878 differ diff --git a/tmp/cache/bootsnap-compile-cache/ea/c15e79c74a4779 b/tmp/cache/bootsnap-compile-cache/ea/c15e79c74a4779 new file mode 100644 index 0000000..88a31ec Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ea/c15e79c74a4779 differ diff --git a/tmp/cache/bootsnap-compile-cache/ea/ee838621f978aa b/tmp/cache/bootsnap-compile-cache/ea/ee838621f978aa new file mode 100644 index 0000000..f4d5bb9 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ea/ee838621f978aa differ diff --git a/tmp/cache/bootsnap-compile-cache/ea/fa2dff092a0af7 b/tmp/cache/bootsnap-compile-cache/ea/fa2dff092a0af7 new file mode 100644 index 0000000..8b672ab Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ea/fa2dff092a0af7 differ diff --git a/tmp/cache/bootsnap-compile-cache/ea/fd93a7a8048f02 b/tmp/cache/bootsnap-compile-cache/ea/fd93a7a8048f02 new file mode 100644 index 0000000..ac9087f Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ea/fd93a7a8048f02 differ diff --git a/tmp/cache/bootsnap-compile-cache/eb/0819e747516993 b/tmp/cache/bootsnap-compile-cache/eb/0819e747516993 new file mode 100644 index 0000000..185523c Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/eb/0819e747516993 differ diff --git a/tmp/cache/bootsnap-compile-cache/eb/0dc8a360165946 b/tmp/cache/bootsnap-compile-cache/eb/0dc8a360165946 new file mode 100644 index 0000000..d8c03e6 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/eb/0dc8a360165946 differ diff --git a/tmp/cache/bootsnap-compile-cache/eb/1b4f2d1d271858 b/tmp/cache/bootsnap-compile-cache/eb/1b4f2d1d271858 new file mode 100644 index 0000000..8145afe Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/eb/1b4f2d1d271858 differ diff --git a/tmp/cache/bootsnap-compile-cache/eb/61f77c78311c08 b/tmp/cache/bootsnap-compile-cache/eb/61f77c78311c08 new file mode 100644 index 0000000..9c3b7cb Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/eb/61f77c78311c08 differ diff --git a/tmp/cache/bootsnap-compile-cache/eb/7777952640d7e4 b/tmp/cache/bootsnap-compile-cache/eb/7777952640d7e4 new file mode 100644 index 0000000..6f1c11e Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/eb/7777952640d7e4 differ diff --git a/tmp/cache/bootsnap-compile-cache/eb/a37636a1cb4618 b/tmp/cache/bootsnap-compile-cache/eb/a37636a1cb4618 new file mode 100644 index 0000000..fecfbf0 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/eb/a37636a1cb4618 differ diff --git a/tmp/cache/bootsnap-compile-cache/eb/a984dde23c6135 b/tmp/cache/bootsnap-compile-cache/eb/a984dde23c6135 new file mode 100644 index 0000000..d1cbad1 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/eb/a984dde23c6135 differ diff --git a/tmp/cache/bootsnap-compile-cache/eb/c805d132b694be b/tmp/cache/bootsnap-compile-cache/eb/c805d132b694be new file mode 100644 index 0000000..8fec337 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/eb/c805d132b694be differ diff --git a/tmp/cache/bootsnap-compile-cache/eb/f27702d7939ca6 b/tmp/cache/bootsnap-compile-cache/eb/f27702d7939ca6 new file mode 100644 index 0000000..bc72178 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/eb/f27702d7939ca6 differ diff --git a/tmp/cache/bootsnap-compile-cache/eb/fd8532c1488d85 b/tmp/cache/bootsnap-compile-cache/eb/fd8532c1488d85 new file mode 100644 index 0000000..0fc9449 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/eb/fd8532c1488d85 differ diff --git a/tmp/cache/bootsnap-compile-cache/ec/0ce0e951164de9 b/tmp/cache/bootsnap-compile-cache/ec/0ce0e951164de9 new file mode 100644 index 0000000..96cd2f7 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ec/0ce0e951164de9 differ diff --git a/tmp/cache/bootsnap-compile-cache/ec/0e07214afff515 b/tmp/cache/bootsnap-compile-cache/ec/0e07214afff515 new file mode 100644 index 0000000..f5d0a52 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ec/0e07214afff515 differ diff --git a/tmp/cache/bootsnap-compile-cache/ec/15e7d97561ac1d b/tmp/cache/bootsnap-compile-cache/ec/15e7d97561ac1d new file mode 100644 index 0000000..10a8313 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ec/15e7d97561ac1d differ diff --git a/tmp/cache/bootsnap-compile-cache/ec/2875f83c94d626 b/tmp/cache/bootsnap-compile-cache/ec/2875f83c94d626 new file mode 100644 index 0000000..2c13e62 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ec/2875f83c94d626 differ diff --git a/tmp/cache/bootsnap-compile-cache/ec/71fc5daee9f452 b/tmp/cache/bootsnap-compile-cache/ec/71fc5daee9f452 new file mode 100644 index 0000000..6fc93f7 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ec/71fc5daee9f452 differ diff --git a/tmp/cache/bootsnap-compile-cache/ec/c45d008ae4c764 b/tmp/cache/bootsnap-compile-cache/ec/c45d008ae4c764 new file mode 100644 index 0000000..3290f82 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ec/c45d008ae4c764 differ diff --git a/tmp/cache/bootsnap-compile-cache/ec/cf5880a44c2c10 b/tmp/cache/bootsnap-compile-cache/ec/cf5880a44c2c10 new file mode 100644 index 0000000..08b673c Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ec/cf5880a44c2c10 differ diff --git a/tmp/cache/bootsnap-compile-cache/ed/09e534573764ee b/tmp/cache/bootsnap-compile-cache/ed/09e534573764ee new file mode 100644 index 0000000..91e38a5 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ed/09e534573764ee differ diff --git a/tmp/cache/bootsnap-compile-cache/ed/4c921f159224f7 b/tmp/cache/bootsnap-compile-cache/ed/4c921f159224f7 new file mode 100644 index 0000000..e6f71eb Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ed/4c921f159224f7 differ diff --git a/tmp/cache/bootsnap-compile-cache/ed/b1705316adb254 b/tmp/cache/bootsnap-compile-cache/ed/b1705316adb254 new file mode 100644 index 0000000..0fd411e Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ed/b1705316adb254 differ diff --git a/tmp/cache/bootsnap-compile-cache/ed/c6fb515bf2bebc b/tmp/cache/bootsnap-compile-cache/ed/c6fb515bf2bebc new file mode 100644 index 0000000..35fc5b1 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ed/c6fb515bf2bebc differ diff --git a/tmp/cache/bootsnap-compile-cache/ed/c8f1ee22b46b8d b/tmp/cache/bootsnap-compile-cache/ed/c8f1ee22b46b8d new file mode 100644 index 0000000..2286c84 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ed/c8f1ee22b46b8d differ diff --git a/tmp/cache/bootsnap-compile-cache/ed/e49410fe831579 b/tmp/cache/bootsnap-compile-cache/ed/e49410fe831579 new file mode 100644 index 0000000..b3cc04d Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ed/e49410fe831579 differ diff --git a/tmp/cache/bootsnap-compile-cache/ee/54a840f2d02506 b/tmp/cache/bootsnap-compile-cache/ee/54a840f2d02506 new file mode 100644 index 0000000..eba174f Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ee/54a840f2d02506 differ diff --git a/tmp/cache/bootsnap-compile-cache/ee/9b38fc24ce8c42 b/tmp/cache/bootsnap-compile-cache/ee/9b38fc24ce8c42 new file mode 100644 index 0000000..f8cbb6a Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ee/9b38fc24ce8c42 differ diff --git a/tmp/cache/bootsnap-compile-cache/ee/b239d5a9dda7e1 b/tmp/cache/bootsnap-compile-cache/ee/b239d5a9dda7e1 new file mode 100644 index 0000000..235ebb7 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ee/b239d5a9dda7e1 differ diff --git a/tmp/cache/bootsnap-compile-cache/ee/c350fc8fb3b67d b/tmp/cache/bootsnap-compile-cache/ee/c350fc8fb3b67d new file mode 100644 index 0000000..e511beb Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ee/c350fc8fb3b67d differ diff --git a/tmp/cache/bootsnap-compile-cache/ee/d4bf6d49e3a662 b/tmp/cache/bootsnap-compile-cache/ee/d4bf6d49e3a662 new file mode 100644 index 0000000..9f1268a Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ee/d4bf6d49e3a662 differ diff --git a/tmp/cache/bootsnap-compile-cache/ee/e63261ec8bf0ee b/tmp/cache/bootsnap-compile-cache/ee/e63261ec8bf0ee new file mode 100644 index 0000000..50fe411 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ee/e63261ec8bf0ee differ diff --git a/tmp/cache/bootsnap-compile-cache/ef/0a1d92263c85e6 b/tmp/cache/bootsnap-compile-cache/ef/0a1d92263c85e6 new file mode 100644 index 0000000..c8beaf5 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ef/0a1d92263c85e6 differ diff --git a/tmp/cache/bootsnap-compile-cache/ef/51bca75ccefa30 b/tmp/cache/bootsnap-compile-cache/ef/51bca75ccefa30 new file mode 100644 index 0000000..8f20f89 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ef/51bca75ccefa30 differ diff --git a/tmp/cache/bootsnap-compile-cache/ef/8412905e0068df b/tmp/cache/bootsnap-compile-cache/ef/8412905e0068df new file mode 100644 index 0000000..766787e Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ef/8412905e0068df differ diff --git a/tmp/cache/bootsnap-compile-cache/ef/910b8dfb45eb84 b/tmp/cache/bootsnap-compile-cache/ef/910b8dfb45eb84 new file mode 100644 index 0000000..fb0ec7d Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ef/910b8dfb45eb84 differ diff --git a/tmp/cache/bootsnap-compile-cache/ef/91193d21b529c5 b/tmp/cache/bootsnap-compile-cache/ef/91193d21b529c5 new file mode 100644 index 0000000..4fb5a73 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ef/91193d21b529c5 differ diff --git a/tmp/cache/bootsnap-compile-cache/ef/9b466d215f611c b/tmp/cache/bootsnap-compile-cache/ef/9b466d215f611c new file mode 100644 index 0000000..9161e7a Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ef/9b466d215f611c differ diff --git a/tmp/cache/bootsnap-compile-cache/ef/c6d7c40c401daf b/tmp/cache/bootsnap-compile-cache/ef/c6d7c40c401daf new file mode 100644 index 0000000..0f41350 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ef/c6d7c40c401daf differ diff --git a/tmp/cache/bootsnap-compile-cache/ef/fac949e1d036ec b/tmp/cache/bootsnap-compile-cache/ef/fac949e1d036ec new file mode 100644 index 0000000..46c466d Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ef/fac949e1d036ec differ diff --git a/tmp/cache/bootsnap-compile-cache/f0/e35b0612c752d9 b/tmp/cache/bootsnap-compile-cache/f0/e35b0612c752d9 new file mode 100644 index 0000000..374d545 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/f0/e35b0612c752d9 differ diff --git a/tmp/cache/bootsnap-compile-cache/f0/fdeef467bb9bbd b/tmp/cache/bootsnap-compile-cache/f0/fdeef467bb9bbd new file mode 100644 index 0000000..e1996e7 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/f0/fdeef467bb9bbd differ diff --git a/tmp/cache/bootsnap-compile-cache/f1/1c81637741e27a b/tmp/cache/bootsnap-compile-cache/f1/1c81637741e27a new file mode 100644 index 0000000..f605edc Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/f1/1c81637741e27a differ diff --git a/tmp/cache/bootsnap-compile-cache/f1/2dfd6a945d0ff1 b/tmp/cache/bootsnap-compile-cache/f1/2dfd6a945d0ff1 new file mode 100644 index 0000000..bfecc78 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/f1/2dfd6a945d0ff1 differ diff --git a/tmp/cache/bootsnap-compile-cache/f1/46bc29fe70cd82 b/tmp/cache/bootsnap-compile-cache/f1/46bc29fe70cd82 new file mode 100644 index 0000000..c7f500e Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/f1/46bc29fe70cd82 differ diff --git a/tmp/cache/bootsnap-compile-cache/f1/534588f8be8d7e b/tmp/cache/bootsnap-compile-cache/f1/534588f8be8d7e new file mode 100644 index 0000000..e63f5cc Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/f1/534588f8be8d7e differ diff --git a/tmp/cache/bootsnap-compile-cache/f1/55b0051521897b b/tmp/cache/bootsnap-compile-cache/f1/55b0051521897b new file mode 100644 index 0000000..098f9d3 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/f1/55b0051521897b differ diff --git a/tmp/cache/bootsnap-compile-cache/f1/731d177e678831 b/tmp/cache/bootsnap-compile-cache/f1/731d177e678831 new file mode 100644 index 0000000..6cee656 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/f1/731d177e678831 differ diff --git a/tmp/cache/bootsnap-compile-cache/f1/bbd4324d9136c5 b/tmp/cache/bootsnap-compile-cache/f1/bbd4324d9136c5 new file mode 100644 index 0000000..148fc07 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/f1/bbd4324d9136c5 differ diff --git a/tmp/cache/bootsnap-compile-cache/f1/e9f59076c8cb6f b/tmp/cache/bootsnap-compile-cache/f1/e9f59076c8cb6f new file mode 100644 index 0000000..5312eaa Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/f1/e9f59076c8cb6f differ diff --git a/tmp/cache/bootsnap-compile-cache/f2/143500bf5a8026 b/tmp/cache/bootsnap-compile-cache/f2/143500bf5a8026 new file mode 100644 index 0000000..3e795be Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/f2/143500bf5a8026 differ diff --git a/tmp/cache/bootsnap-compile-cache/f2/2fd50397e4845b b/tmp/cache/bootsnap-compile-cache/f2/2fd50397e4845b new file mode 100644 index 0000000..d6624e0 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/f2/2fd50397e4845b differ diff --git a/tmp/cache/bootsnap-compile-cache/f2/66972aabe0dd18 b/tmp/cache/bootsnap-compile-cache/f2/66972aabe0dd18 new file mode 100644 index 0000000..4afa4d6 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/f2/66972aabe0dd18 differ diff --git a/tmp/cache/bootsnap-compile-cache/f2/b65ded93d37121 b/tmp/cache/bootsnap-compile-cache/f2/b65ded93d37121 new file mode 100644 index 0000000..7514701 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/f2/b65ded93d37121 differ diff --git a/tmp/cache/bootsnap-compile-cache/f2/c4c48ec8985ed9 b/tmp/cache/bootsnap-compile-cache/f2/c4c48ec8985ed9 new file mode 100644 index 0000000..af28f48 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/f2/c4c48ec8985ed9 differ diff --git a/tmp/cache/bootsnap-compile-cache/f2/e4a78b0a11d92d b/tmp/cache/bootsnap-compile-cache/f2/e4a78b0a11d92d new file mode 100644 index 0000000..c8a8493 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/f2/e4a78b0a11d92d differ diff --git a/tmp/cache/bootsnap-compile-cache/f3/037971d7244332 b/tmp/cache/bootsnap-compile-cache/f3/037971d7244332 new file mode 100644 index 0000000..43f85fe Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/f3/037971d7244332 differ diff --git a/tmp/cache/bootsnap-compile-cache/f3/2b0b098766a53b b/tmp/cache/bootsnap-compile-cache/f3/2b0b098766a53b new file mode 100644 index 0000000..fbaed13 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/f3/2b0b098766a53b differ diff --git a/tmp/cache/bootsnap-compile-cache/f3/45021ae4ddee42 b/tmp/cache/bootsnap-compile-cache/f3/45021ae4ddee42 new file mode 100644 index 0000000..be2b2a7 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/f3/45021ae4ddee42 differ diff --git a/tmp/cache/bootsnap-compile-cache/f3/63052daead9e60 b/tmp/cache/bootsnap-compile-cache/f3/63052daead9e60 new file mode 100644 index 0000000..6cf14f8 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/f3/63052daead9e60 differ diff --git a/tmp/cache/bootsnap-compile-cache/f3/d9dad906ab37f0 b/tmp/cache/bootsnap-compile-cache/f3/d9dad906ab37f0 new file mode 100644 index 0000000..55cf153 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/f3/d9dad906ab37f0 differ diff --git a/tmp/cache/bootsnap-compile-cache/f3/faea21bcadaa7d b/tmp/cache/bootsnap-compile-cache/f3/faea21bcadaa7d new file mode 100644 index 0000000..de1d170 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/f3/faea21bcadaa7d differ diff --git a/tmp/cache/bootsnap-compile-cache/f4/22d918609195a6 b/tmp/cache/bootsnap-compile-cache/f4/22d918609195a6 new file mode 100644 index 0000000..70d01fc Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/f4/22d918609195a6 differ diff --git a/tmp/cache/bootsnap-compile-cache/f4/5146aec3cdc0b9 b/tmp/cache/bootsnap-compile-cache/f4/5146aec3cdc0b9 new file mode 100644 index 0000000..f37abc8 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/f4/5146aec3cdc0b9 differ diff --git a/tmp/cache/bootsnap-compile-cache/f4/81ce2e50396f09 b/tmp/cache/bootsnap-compile-cache/f4/81ce2e50396f09 new file mode 100644 index 0000000..9117b49 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/f4/81ce2e50396f09 differ diff --git a/tmp/cache/bootsnap-compile-cache/f4/84403268c3e32a b/tmp/cache/bootsnap-compile-cache/f4/84403268c3e32a new file mode 100644 index 0000000..8811a0a Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/f4/84403268c3e32a differ diff --git a/tmp/cache/bootsnap-compile-cache/f4/89ef68e3400513 b/tmp/cache/bootsnap-compile-cache/f4/89ef68e3400513 new file mode 100644 index 0000000..39cbdc9 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/f4/89ef68e3400513 differ diff --git a/tmp/cache/bootsnap-compile-cache/f4/a8989cb92e55a2 b/tmp/cache/bootsnap-compile-cache/f4/a8989cb92e55a2 new file mode 100644 index 0000000..c3c801d Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/f4/a8989cb92e55a2 differ diff --git a/tmp/cache/bootsnap-compile-cache/f4/fdc7fdfecf26a6 b/tmp/cache/bootsnap-compile-cache/f4/fdc7fdfecf26a6 new file mode 100644 index 0000000..c225700 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/f4/fdc7fdfecf26a6 differ diff --git a/tmp/cache/bootsnap-compile-cache/f5/129be61c2dfd50 b/tmp/cache/bootsnap-compile-cache/f5/129be61c2dfd50 new file mode 100644 index 0000000..39a955e Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/f5/129be61c2dfd50 differ diff --git a/tmp/cache/bootsnap-compile-cache/f5/58c90ec7c412de b/tmp/cache/bootsnap-compile-cache/f5/58c90ec7c412de new file mode 100644 index 0000000..e7f47b7 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/f5/58c90ec7c412de differ diff --git a/tmp/cache/bootsnap-compile-cache/f5/5d3c36205469db b/tmp/cache/bootsnap-compile-cache/f5/5d3c36205469db new file mode 100644 index 0000000..d38c860 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/f5/5d3c36205469db differ diff --git a/tmp/cache/bootsnap-compile-cache/f5/9034e1315fa38c b/tmp/cache/bootsnap-compile-cache/f5/9034e1315fa38c new file mode 100644 index 0000000..1a3ae14 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/f5/9034e1315fa38c differ diff --git a/tmp/cache/bootsnap-compile-cache/f5/bdf5714de5a4bc b/tmp/cache/bootsnap-compile-cache/f5/bdf5714de5a4bc new file mode 100644 index 0000000..5590309 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/f5/bdf5714de5a4bc differ diff --git a/tmp/cache/bootsnap-compile-cache/f5/ce210b35bd1548 b/tmp/cache/bootsnap-compile-cache/f5/ce210b35bd1548 new file mode 100644 index 0000000..5c9d09c Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/f5/ce210b35bd1548 differ diff --git a/tmp/cache/bootsnap-compile-cache/f6/262f2f06417550 b/tmp/cache/bootsnap-compile-cache/f6/262f2f06417550 new file mode 100644 index 0000000..ba3f1fc Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/f6/262f2f06417550 differ diff --git a/tmp/cache/bootsnap-compile-cache/f6/34617310b4886b b/tmp/cache/bootsnap-compile-cache/f6/34617310b4886b new file mode 100644 index 0000000..1b9f44a Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/f6/34617310b4886b differ diff --git a/tmp/cache/bootsnap-compile-cache/f6/3599e2cd34bf3f b/tmp/cache/bootsnap-compile-cache/f6/3599e2cd34bf3f new file mode 100644 index 0000000..6838487 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/f6/3599e2cd34bf3f differ diff --git a/tmp/cache/bootsnap-compile-cache/f6/591c783508f632 b/tmp/cache/bootsnap-compile-cache/f6/591c783508f632 new file mode 100644 index 0000000..d109d02 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/f6/591c783508f632 differ diff --git a/tmp/cache/bootsnap-compile-cache/f6/630406588ee32e b/tmp/cache/bootsnap-compile-cache/f6/630406588ee32e new file mode 100644 index 0000000..2909052 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/f6/630406588ee32e differ diff --git a/tmp/cache/bootsnap-compile-cache/f6/7c5d19bd9405bc b/tmp/cache/bootsnap-compile-cache/f6/7c5d19bd9405bc new file mode 100644 index 0000000..bbfb816 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/f6/7c5d19bd9405bc differ diff --git a/tmp/cache/bootsnap-compile-cache/f6/8497364c7b66de b/tmp/cache/bootsnap-compile-cache/f6/8497364c7b66de new file mode 100644 index 0000000..ceada90 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/f6/8497364c7b66de differ diff --git a/tmp/cache/bootsnap-compile-cache/f6/90a7ff119bd1b1 b/tmp/cache/bootsnap-compile-cache/f6/90a7ff119bd1b1 new file mode 100644 index 0000000..710dd33 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/f6/90a7ff119bd1b1 differ diff --git a/tmp/cache/bootsnap-compile-cache/f6/9527182fcfc2a8 b/tmp/cache/bootsnap-compile-cache/f6/9527182fcfc2a8 new file mode 100644 index 0000000..f1d2382 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/f6/9527182fcfc2a8 differ diff --git a/tmp/cache/bootsnap-compile-cache/f6/b6e8e1f3c5cec4 b/tmp/cache/bootsnap-compile-cache/f6/b6e8e1f3c5cec4 new file mode 100644 index 0000000..ab57793 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/f6/b6e8e1f3c5cec4 differ diff --git a/tmp/cache/bootsnap-compile-cache/f6/d3d4df1fe90a72 b/tmp/cache/bootsnap-compile-cache/f6/d3d4df1fe90a72 new file mode 100644 index 0000000..35f43fa Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/f6/d3d4df1fe90a72 differ diff --git a/tmp/cache/bootsnap-compile-cache/f6/e3bab9fb61de3d b/tmp/cache/bootsnap-compile-cache/f6/e3bab9fb61de3d new file mode 100644 index 0000000..acac2d5 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/f6/e3bab9fb61de3d differ diff --git a/tmp/cache/bootsnap-compile-cache/f7/3c99b267fe6d05 b/tmp/cache/bootsnap-compile-cache/f7/3c99b267fe6d05 new file mode 100644 index 0000000..91e8715 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/f7/3c99b267fe6d05 differ diff --git a/tmp/cache/bootsnap-compile-cache/f7/57432821808b67 b/tmp/cache/bootsnap-compile-cache/f7/57432821808b67 new file mode 100644 index 0000000..a17b682 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/f7/57432821808b67 differ diff --git a/tmp/cache/bootsnap-compile-cache/f7/9e0384f2ff37b5 b/tmp/cache/bootsnap-compile-cache/f7/9e0384f2ff37b5 new file mode 100644 index 0000000..4652937 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/f7/9e0384f2ff37b5 differ diff --git a/tmp/cache/bootsnap-compile-cache/f7/eb2c5097f6c647 b/tmp/cache/bootsnap-compile-cache/f7/eb2c5097f6c647 new file mode 100644 index 0000000..48cafe8 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/f7/eb2c5097f6c647 differ diff --git a/tmp/cache/bootsnap-compile-cache/f8/45975c4e2e6d9f b/tmp/cache/bootsnap-compile-cache/f8/45975c4e2e6d9f new file mode 100644 index 0000000..f080acb Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/f8/45975c4e2e6d9f differ diff --git a/tmp/cache/bootsnap-compile-cache/f8/659bf4d5e3036d b/tmp/cache/bootsnap-compile-cache/f8/659bf4d5e3036d new file mode 100644 index 0000000..6baedbf Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/f8/659bf4d5e3036d differ diff --git a/tmp/cache/bootsnap-compile-cache/f8/71259510bc23a5 b/tmp/cache/bootsnap-compile-cache/f8/71259510bc23a5 new file mode 100644 index 0000000..df870e9 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/f8/71259510bc23a5 differ diff --git a/tmp/cache/bootsnap-compile-cache/f8/b18cc21e3ef129 b/tmp/cache/bootsnap-compile-cache/f8/b18cc21e3ef129 new file mode 100644 index 0000000..0bae9ac Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/f8/b18cc21e3ef129 differ diff --git a/tmp/cache/bootsnap-compile-cache/f8/b9f2a096ceb62a b/tmp/cache/bootsnap-compile-cache/f8/b9f2a096ceb62a new file mode 100644 index 0000000..f76e40e Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/f8/b9f2a096ceb62a differ diff --git a/tmp/cache/bootsnap-compile-cache/f8/ed29c3466df15d b/tmp/cache/bootsnap-compile-cache/f8/ed29c3466df15d new file mode 100644 index 0000000..bf7778c Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/f8/ed29c3466df15d differ diff --git a/tmp/cache/bootsnap-compile-cache/f8/fc4ae59eb62a10 b/tmp/cache/bootsnap-compile-cache/f8/fc4ae59eb62a10 new file mode 100644 index 0000000..e5688ce Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/f8/fc4ae59eb62a10 differ diff --git a/tmp/cache/bootsnap-compile-cache/f9/059840dbcb4b6a b/tmp/cache/bootsnap-compile-cache/f9/059840dbcb4b6a new file mode 100644 index 0000000..93b3b89 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/f9/059840dbcb4b6a differ diff --git a/tmp/cache/bootsnap-compile-cache/f9/9ecda6fa5098ea b/tmp/cache/bootsnap-compile-cache/f9/9ecda6fa5098ea new file mode 100644 index 0000000..1555c0a Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/f9/9ecda6fa5098ea differ diff --git a/tmp/cache/bootsnap-compile-cache/f9/a3dfd3e82c66a5 b/tmp/cache/bootsnap-compile-cache/f9/a3dfd3e82c66a5 new file mode 100644 index 0000000..01a247e Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/f9/a3dfd3e82c66a5 differ diff --git a/tmp/cache/bootsnap-compile-cache/f9/cd4cf0c0373809 b/tmp/cache/bootsnap-compile-cache/f9/cd4cf0c0373809 new file mode 100644 index 0000000..debd009 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/f9/cd4cf0c0373809 differ diff --git a/tmp/cache/bootsnap-compile-cache/f9/f008d5cc52f9dc b/tmp/cache/bootsnap-compile-cache/f9/f008d5cc52f9dc new file mode 100644 index 0000000..8f71efa Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/f9/f008d5cc52f9dc differ diff --git a/tmp/cache/bootsnap-compile-cache/fa/0535c1353e6c01 b/tmp/cache/bootsnap-compile-cache/fa/0535c1353e6c01 new file mode 100644 index 0000000..fecedc4 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/fa/0535c1353e6c01 differ diff --git a/tmp/cache/bootsnap-compile-cache/fa/3760ed766b51ff b/tmp/cache/bootsnap-compile-cache/fa/3760ed766b51ff new file mode 100644 index 0000000..3cfb8ff Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/fa/3760ed766b51ff differ diff --git a/tmp/cache/bootsnap-compile-cache/fa/6978db1333d69b b/tmp/cache/bootsnap-compile-cache/fa/6978db1333d69b new file mode 100644 index 0000000..a59e55c Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/fa/6978db1333d69b differ diff --git a/tmp/cache/bootsnap-compile-cache/fa/9a95af6ef8fa9b b/tmp/cache/bootsnap-compile-cache/fa/9a95af6ef8fa9b new file mode 100644 index 0000000..0ffcba1 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/fa/9a95af6ef8fa9b differ diff --git a/tmp/cache/bootsnap-compile-cache/fa/ab0e8379e0419c b/tmp/cache/bootsnap-compile-cache/fa/ab0e8379e0419c new file mode 100644 index 0000000..1330838 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/fa/ab0e8379e0419c differ diff --git a/tmp/cache/bootsnap-compile-cache/fa/eb9dad64ac368c b/tmp/cache/bootsnap-compile-cache/fa/eb9dad64ac368c new file mode 100644 index 0000000..8902897 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/fa/eb9dad64ac368c differ diff --git a/tmp/cache/bootsnap-compile-cache/fa/fba81df79adcfc b/tmp/cache/bootsnap-compile-cache/fa/fba81df79adcfc new file mode 100644 index 0000000..ecb631e Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/fa/fba81df79adcfc differ diff --git a/tmp/cache/bootsnap-compile-cache/fb/21c3e6e9de8f42 b/tmp/cache/bootsnap-compile-cache/fb/21c3e6e9de8f42 new file mode 100644 index 0000000..6e5dd1a Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/fb/21c3e6e9de8f42 differ diff --git a/tmp/cache/bootsnap-compile-cache/fb/68f04f7cbf351a b/tmp/cache/bootsnap-compile-cache/fb/68f04f7cbf351a new file mode 100644 index 0000000..a8cbf47 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/fb/68f04f7cbf351a differ diff --git a/tmp/cache/bootsnap-compile-cache/fb/6a8c71f3ecd893 b/tmp/cache/bootsnap-compile-cache/fb/6a8c71f3ecd893 new file mode 100644 index 0000000..a068259 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/fb/6a8c71f3ecd893 differ diff --git a/tmp/cache/bootsnap-compile-cache/fb/7027f90f743bcf b/tmp/cache/bootsnap-compile-cache/fb/7027f90f743bcf new file mode 100644 index 0000000..b5a0383 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/fb/7027f90f743bcf differ diff --git a/tmp/cache/bootsnap-compile-cache/fb/7a08624c00654e b/tmp/cache/bootsnap-compile-cache/fb/7a08624c00654e new file mode 100644 index 0000000..ad7b8e5 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/fb/7a08624c00654e differ diff --git a/tmp/cache/bootsnap-compile-cache/fb/d341c458fc26a6 b/tmp/cache/bootsnap-compile-cache/fb/d341c458fc26a6 new file mode 100644 index 0000000..c816497 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/fb/d341c458fc26a6 differ diff --git a/tmp/cache/bootsnap-compile-cache/fc/37bc674de05cac b/tmp/cache/bootsnap-compile-cache/fc/37bc674de05cac new file mode 100644 index 0000000..abbd0b1 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/fc/37bc674de05cac differ diff --git a/tmp/cache/bootsnap-compile-cache/fc/4b174e25be980c b/tmp/cache/bootsnap-compile-cache/fc/4b174e25be980c new file mode 100644 index 0000000..79da048 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/fc/4b174e25be980c differ diff --git a/tmp/cache/bootsnap-compile-cache/fc/85e779d2ddb349 b/tmp/cache/bootsnap-compile-cache/fc/85e779d2ddb349 new file mode 100644 index 0000000..a2c7bad Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/fc/85e779d2ddb349 differ diff --git a/tmp/cache/bootsnap-compile-cache/fc/91a16480a8449b b/tmp/cache/bootsnap-compile-cache/fc/91a16480a8449b new file mode 100644 index 0000000..b8037d5 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/fc/91a16480a8449b differ diff --git a/tmp/cache/bootsnap-compile-cache/fc/d670b91d6c2a98 b/tmp/cache/bootsnap-compile-cache/fc/d670b91d6c2a98 new file mode 100644 index 0000000..c62ce7d Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/fc/d670b91d6c2a98 differ diff --git a/tmp/cache/bootsnap-compile-cache/fd/236162e91cab3a b/tmp/cache/bootsnap-compile-cache/fd/236162e91cab3a new file mode 100644 index 0000000..a22b41a Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/fd/236162e91cab3a differ diff --git a/tmp/cache/bootsnap-compile-cache/fd/2e44bccb78f7cf b/tmp/cache/bootsnap-compile-cache/fd/2e44bccb78f7cf new file mode 100644 index 0000000..112f91a Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/fd/2e44bccb78f7cf differ diff --git a/tmp/cache/bootsnap-compile-cache/fd/3eabea3fad61db b/tmp/cache/bootsnap-compile-cache/fd/3eabea3fad61db new file mode 100644 index 0000000..79c6a30 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/fd/3eabea3fad61db differ diff --git a/tmp/cache/bootsnap-compile-cache/fd/42591bfefb0e8a b/tmp/cache/bootsnap-compile-cache/fd/42591bfefb0e8a new file mode 100644 index 0000000..d4972dd Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/fd/42591bfefb0e8a differ diff --git a/tmp/cache/bootsnap-compile-cache/fd/8422c84c6c5286 b/tmp/cache/bootsnap-compile-cache/fd/8422c84c6c5286 new file mode 100644 index 0000000..3881c5c Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/fd/8422c84c6c5286 differ diff --git a/tmp/cache/bootsnap-compile-cache/fd/d3bcf74e9ef0f0 b/tmp/cache/bootsnap-compile-cache/fd/d3bcf74e9ef0f0 new file mode 100644 index 0000000..bcff336 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/fd/d3bcf74e9ef0f0 differ diff --git a/tmp/cache/bootsnap-compile-cache/fd/e8fb468bb74bc8 b/tmp/cache/bootsnap-compile-cache/fd/e8fb468bb74bc8 new file mode 100644 index 0000000..3b797ef Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/fd/e8fb468bb74bc8 differ diff --git a/tmp/cache/bootsnap-compile-cache/fd/f4196187198a64 b/tmp/cache/bootsnap-compile-cache/fd/f4196187198a64 new file mode 100644 index 0000000..db51b5e Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/fd/f4196187198a64 differ diff --git a/tmp/cache/bootsnap-compile-cache/fe/426b17379d0699 b/tmp/cache/bootsnap-compile-cache/fe/426b17379d0699 new file mode 100644 index 0000000..6f7d0a6 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/fe/426b17379d0699 differ diff --git a/tmp/cache/bootsnap-compile-cache/fe/465cdfadb8ef0b b/tmp/cache/bootsnap-compile-cache/fe/465cdfadb8ef0b new file mode 100644 index 0000000..764163f Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/fe/465cdfadb8ef0b differ diff --git a/tmp/cache/bootsnap-compile-cache/fe/552fc3585deaba b/tmp/cache/bootsnap-compile-cache/fe/552fc3585deaba new file mode 100644 index 0000000..3df7dbf Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/fe/552fc3585deaba differ diff --git a/tmp/cache/bootsnap-compile-cache/fe/5880e3a03e3542 b/tmp/cache/bootsnap-compile-cache/fe/5880e3a03e3542 new file mode 100644 index 0000000..36d715a Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/fe/5880e3a03e3542 differ diff --git a/tmp/cache/bootsnap-compile-cache/fe/92fa078e103eab b/tmp/cache/bootsnap-compile-cache/fe/92fa078e103eab new file mode 100644 index 0000000..38f0577 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/fe/92fa078e103eab differ diff --git a/tmp/cache/bootsnap-compile-cache/fe/94d94d4dc96409 b/tmp/cache/bootsnap-compile-cache/fe/94d94d4dc96409 new file mode 100644 index 0000000..f14ef93 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/fe/94d94d4dc96409 differ diff --git a/tmp/cache/bootsnap-compile-cache/fe/9f76d73fab7a05 b/tmp/cache/bootsnap-compile-cache/fe/9f76d73fab7a05 new file mode 100644 index 0000000..d8a0bbf Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/fe/9f76d73fab7a05 differ diff --git a/tmp/cache/bootsnap-compile-cache/fe/ae556dd462465d b/tmp/cache/bootsnap-compile-cache/fe/ae556dd462465d new file mode 100644 index 0000000..96f4a12 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/fe/ae556dd462465d differ diff --git a/tmp/cache/bootsnap-compile-cache/fe/cda68dd35182c5 b/tmp/cache/bootsnap-compile-cache/fe/cda68dd35182c5 new file mode 100644 index 0000000..05c4598 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/fe/cda68dd35182c5 differ diff --git a/tmp/cache/bootsnap-compile-cache/fe/dabdbc4a0ecf09 b/tmp/cache/bootsnap-compile-cache/fe/dabdbc4a0ecf09 new file mode 100644 index 0000000..8ed4052 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/fe/dabdbc4a0ecf09 differ diff --git a/tmp/cache/bootsnap-compile-cache/fe/edfc9550932731 b/tmp/cache/bootsnap-compile-cache/fe/edfc9550932731 new file mode 100644 index 0000000..70f2ce7 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/fe/edfc9550932731 differ diff --git a/tmp/cache/bootsnap-compile-cache/fe/fac27b25ee37cc b/tmp/cache/bootsnap-compile-cache/fe/fac27b25ee37cc new file mode 100644 index 0000000..dbc0e41 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/fe/fac27b25ee37cc differ diff --git a/tmp/cache/bootsnap-compile-cache/ff/047389337e6cad b/tmp/cache/bootsnap-compile-cache/ff/047389337e6cad new file mode 100644 index 0000000..4349903 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ff/047389337e6cad differ diff --git a/tmp/cache/bootsnap-compile-cache/ff/40e4f687ec7247 b/tmp/cache/bootsnap-compile-cache/ff/40e4f687ec7247 new file mode 100644 index 0000000..1704ef7 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ff/40e4f687ec7247 differ diff --git a/tmp/cache/bootsnap-compile-cache/ff/5b360f4e2b8ce5 b/tmp/cache/bootsnap-compile-cache/ff/5b360f4e2b8ce5 new file mode 100644 index 0000000..56d24b8 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ff/5b360f4e2b8ce5 differ diff --git a/tmp/cache/bootsnap-compile-cache/ff/6c11612d471068 b/tmp/cache/bootsnap-compile-cache/ff/6c11612d471068 new file mode 100644 index 0000000..2652679 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ff/6c11612d471068 differ diff --git a/tmp/cache/bootsnap-compile-cache/ff/7ea6011c45f398 b/tmp/cache/bootsnap-compile-cache/ff/7ea6011c45f398 new file mode 100644 index 0000000..f8e7c00 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ff/7ea6011c45f398 differ diff --git a/tmp/cache/bootsnap-compile-cache/ff/c6ebc0972098b8 b/tmp/cache/bootsnap-compile-cache/ff/c6ebc0972098b8 new file mode 100644 index 0000000..0ea374f Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ff/c6ebc0972098b8 differ diff --git a/tmp/cache/bootsnap-compile-cache/ff/e08006d57caebd b/tmp/cache/bootsnap-compile-cache/ff/e08006d57caebd new file mode 100644 index 0000000..1f60cfc Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ff/e08006d57caebd differ diff --git a/tmp/cache/bootsnap-compile-cache/ff/e7dc64058ac88e b/tmp/cache/bootsnap-compile-cache/ff/e7dc64058ac88e new file mode 100644 index 0000000..2f5bb80 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ff/e7dc64058ac88e differ diff --git a/tmp/cache/bootsnap-compile-cache/ff/ea8277bd66314d b/tmp/cache/bootsnap-compile-cache/ff/ea8277bd66314d new file mode 100644 index 0000000..2e230a4 Binary files /dev/null and b/tmp/cache/bootsnap-compile-cache/ff/ea8277bd66314d differ diff --git a/tmp/cache/bootsnap-load-path-cache b/tmp/cache/bootsnap-load-path-cache new file mode 100644 index 0000000..0583987 Binary files /dev/null and b/tmp/cache/bootsnap-load-path-cache differ diff --git a/tmp/restart.txt b/tmp/restart.txt new file mode 100644 index 0000000..e69de29 diff --git a/tmp/storage/.keep b/tmp/storage/.keep new file mode 100644 index 0000000..e69de29 diff --git a/vendor/.keep b/vendor/.keep new file mode 100644 index 0000000..e69de29