diff --git a/.DS_Store b/.DS_Store
new file mode 100644
index 0000000000..d1e841428e
Binary files /dev/null and b/.DS_Store differ
diff --git a/.rspec b/.rspec
new file mode 100644
index 0000000000..c99d2e7396
--- /dev/null
+++ b/.rspec
@@ -0,0 +1 @@
+--require spec_helper
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 0000000000..da7a0a3940
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,78 @@
+source "https://rubygems.org"
+git_source(:github) { |repo| "https://github.com/#{repo}.git" }
+
+ruby "3.0.0"
+
+# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
+gem "rails", "~> 7.0.1"
+
+# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
+gem "sprockets-rails"
+
+# Use sqlite3 as the database for Active Record
+gem "sqlite3", "~> 1.4"
+
+# Use the Puma web server [https://github.com/puma/puma]
+gem "puma", "~> 5.0"
+
+# Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails]
+gem "importmap-rails"
+
+# Hotwire's SPA-like page accelerator [https://turbo.hotwired.dev]
+gem "turbo-rails"
+
+
+# Hotwire's modest JavaScript framework [https://stimulus.hotwired.dev]
+gem "stimulus-rails"
+
+# Build JSON APIs with ease [https://github.com/rails/jbuilder]
+gem "jbuilder"
+
+# Use Redis adapter to run Action Cable in production
+# gem "redis", "~> 4.0"
+
+# Use Kredis to get higher-level data types in Redis [https://github.com/rails/kredis]
+# gem "kredis"
+
+# Use Active Model has_secure_password [https://guides.rubyonrails.org/active_model_basics.html#securepassword]
+gem "bcrypt", "~> 3.1.7"
+
+# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
+gem "tzinfo-data", platforms: %i[ mingw mswin x64_mingw jruby ]
+
+# Reduces boot times through caching; required in config/boot.rb
+gem "bootsnap", require: false
+
+# Use Sass to process CSS
+# gem "sassc-rails"
+
+# Use Active Storage variants [https://guides.rubyonrails.org/active_storage_overview.html#transforming-images]
+# gem "image_processing", "~> 1.2"
+
+group :development, :test do
+ # See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
+ gem "debug", platforms: %i[ mri mingw x64_mingw ]
+end
+
+group :development do
+ # Use console on exceptions pages [https://github.com/rails/web-console]
+ gem "web-console"
+
+ # Add speed badges [https://github.com/MiniProfiler/rack-mini-profiler]
+ # gem "rack-mini-profiler"
+
+ # Speed up commands on slow machines / big apps [https://github.com/rails/spring]
+ # gem "spring"
+end
+
+group :test do
+ # Use system testing [https://guides.rubyonrails.org/testing.html#system-testing]
+ gem "capybara"
+ gem "selenium-webdriver"
+ gem "webdrivers"
+end
+
+group :development, :test do
+ gem 'rubocop', '1.20', require: false
+ gem 'rubocop-rails'
+end
diff --git a/Gemfile.lock b/Gemfile.lock
new file mode 100644
index 0000000000..290a4d4034
--- /dev/null
+++ b/Gemfile.lock
@@ -0,0 +1,262 @@
+GEM
+ remote: https://rubygems.org/
+ specs:
+ actioncable (7.0.1)
+ actionpack (= 7.0.1)
+ activesupport (= 7.0.1)
+ nio4r (~> 2.0)
+ websocket-driver (>= 0.6.1)
+ actionmailbox (7.0.1)
+ actionpack (= 7.0.1)
+ activejob (= 7.0.1)
+ activerecord (= 7.0.1)
+ activestorage (= 7.0.1)
+ activesupport (= 7.0.1)
+ mail (>= 2.7.1)
+ net-imap
+ net-pop
+ net-smtp
+ actionmailer (7.0.1)
+ actionpack (= 7.0.1)
+ actionview (= 7.0.1)
+ activejob (= 7.0.1)
+ activesupport (= 7.0.1)
+ mail (~> 2.5, >= 2.5.4)
+ net-imap
+ net-pop
+ net-smtp
+ rails-dom-testing (~> 2.0)
+ actionpack (7.0.1)
+ actionview (= 7.0.1)
+ activesupport (= 7.0.1)
+ rack (~> 2.0, >= 2.2.0)
+ rack-test (>= 0.6.3)
+ rails-dom-testing (~> 2.0)
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
+ actiontext (7.0.1)
+ actionpack (= 7.0.1)
+ activerecord (= 7.0.1)
+ activestorage (= 7.0.1)
+ activesupport (= 7.0.1)
+ globalid (>= 0.6.0)
+ nokogiri (>= 1.8.5)
+ actionview (7.0.1)
+ activesupport (= 7.0.1)
+ builder (~> 3.1)
+ erubi (~> 1.4)
+ rails-dom-testing (~> 2.0)
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
+ activejob (7.0.1)
+ activesupport (= 7.0.1)
+ globalid (>= 0.3.6)
+ activemodel (7.0.1)
+ activesupport (= 7.0.1)
+ activerecord (7.0.1)
+ activemodel (= 7.0.1)
+ activesupport (= 7.0.1)
+ activestorage (7.0.1)
+ actionpack (= 7.0.1)
+ activejob (= 7.0.1)
+ activerecord (= 7.0.1)
+ activesupport (= 7.0.1)
+ marcel (~> 1.0)
+ mini_mime (>= 1.1.0)
+ activesupport (7.0.1)
+ concurrent-ruby (~> 1.0, >= 1.0.2)
+ i18n (>= 1.6, < 2)
+ minitest (>= 5.1)
+ tzinfo (~> 2.0)
+ addressable (2.8.0)
+ public_suffix (>= 2.0.2, < 5.0)
+ ast (2.4.2)
+ bcrypt (3.1.16)
+ bindex (0.8.1)
+ bootsnap (1.10.2)
+ msgpack (~> 1.2)
+ builder (3.2.4)
+ capybara (3.36.0)
+ addressable
+ matrix
+ mini_mime (>= 0.1.3)
+ nokogiri (~> 1.8)
+ rack (>= 1.6.0)
+ rack-test (>= 0.6.3)
+ regexp_parser (>= 1.5, < 3.0)
+ xpath (~> 3.2)
+ childprocess (4.1.0)
+ concurrent-ruby (1.1.9)
+ crass (1.0.6)
+ debug (1.4.0)
+ irb (>= 1.3.6)
+ reline (>= 0.2.7)
+ digest (3.1.0)
+ erubi (1.10.0)
+ globalid (1.0.0)
+ activesupport (>= 5.0)
+ i18n (1.8.11)
+ concurrent-ruby (~> 1.0)
+ importmap-rails (1.0.2)
+ actionpack (>= 6.0.0)
+ railties (>= 6.0.0)
+ io-console (0.5.11)
+ io-wait (0.2.1)
+ irb (1.4.1)
+ reline (>= 0.3.0)
+ jbuilder (2.11.5)
+ actionview (>= 5.0.0)
+ activesupport (>= 5.0.0)
+ loofah (2.13.0)
+ crass (~> 1.0.2)
+ nokogiri (>= 1.5.9)
+ mail (2.7.1)
+ mini_mime (>= 0.1.1)
+ marcel (1.0.2)
+ matrix (0.4.2)
+ method_source (1.0.0)
+ mini_mime (1.1.2)
+ minitest (5.15.0)
+ msgpack (1.4.4)
+ net-imap (0.2.3)
+ digest
+ net-protocol
+ strscan
+ net-pop (0.1.1)
+ digest
+ net-protocol
+ timeout
+ net-protocol (0.1.2)
+ io-wait
+ timeout
+ net-smtp (0.3.1)
+ digest
+ net-protocol
+ timeout
+ nio4r (2.5.8)
+ nokogiri (1.13.1-x86_64-darwin)
+ racc (~> 1.4)
+ parallel (1.21.0)
+ parser (3.1.0.0)
+ ast (~> 2.4.1)
+ public_suffix (4.0.6)
+ puma (5.5.2)
+ nio4r (~> 2.0)
+ racc (1.6.0)
+ rack (2.2.3)
+ rack-test (1.1.0)
+ rack (>= 1.0, < 3)
+ rails (7.0.1)
+ actioncable (= 7.0.1)
+ actionmailbox (= 7.0.1)
+ actionmailer (= 7.0.1)
+ actionpack (= 7.0.1)
+ actiontext (= 7.0.1)
+ actionview (= 7.0.1)
+ activejob (= 7.0.1)
+ activemodel (= 7.0.1)
+ activerecord (= 7.0.1)
+ activestorage (= 7.0.1)
+ activesupport (= 7.0.1)
+ bundler (>= 1.15.0)
+ railties (= 7.0.1)
+ rails-dom-testing (2.0.3)
+ activesupport (>= 4.2.0)
+ nokogiri (>= 1.6)
+ rails-html-sanitizer (1.4.2)
+ loofah (~> 2.3)
+ railties (7.0.1)
+ actionpack (= 7.0.1)
+ activesupport (= 7.0.1)
+ method_source
+ rake (>= 12.2)
+ thor (~> 1.0)
+ zeitwerk (~> 2.5)
+ rainbow (3.1.1)
+ rake (13.0.6)
+ regexp_parser (2.2.0)
+ reline (0.3.1)
+ io-console (~> 0.5)
+ rexml (3.2.5)
+ rubocop (1.20.0)
+ parallel (~> 1.10)
+ parser (>= 3.0.0.0)
+ rainbow (>= 2.2.2, < 4.0)
+ regexp_parser (>= 1.8, < 3.0)
+ rexml
+ rubocop-ast (>= 1.9.1, < 2.0)
+ ruby-progressbar (~> 1.7)
+ unicode-display_width (>= 1.4.0, < 3.0)
+ rubocop-ast (1.15.1)
+ parser (>= 3.0.1.1)
+ rubocop-rails (2.13.2)
+ activesupport (>= 4.2.0)
+ rack (>= 1.1)
+ rubocop (>= 1.7.0, < 2.0)
+ ruby-progressbar (1.11.0)
+ rubyzip (2.3.2)
+ selenium-webdriver (4.1.0)
+ childprocess (>= 0.5, < 5.0)
+ rexml (~> 3.2, >= 3.2.5)
+ rubyzip (>= 1.2.2)
+ sprockets (4.0.2)
+ concurrent-ruby (~> 1.0)
+ rack (> 1, < 3)
+ sprockets-rails (3.4.2)
+ actionpack (>= 5.2)
+ activesupport (>= 5.2)
+ sprockets (>= 3.0.0)
+ sqlite3 (1.4.2)
+ stimulus-rails (1.0.2)
+ railties (>= 6.0.0)
+ strscan (3.0.1)
+ thor (1.2.1)
+ timeout (0.2.0)
+ turbo-rails (1.0.1)
+ actionpack (>= 6.0.0)
+ railties (>= 6.0.0)
+ tzinfo (2.0.4)
+ concurrent-ruby (~> 1.0)
+ unicode-display_width (2.1.0)
+ web-console (4.2.0)
+ actionview (>= 6.0.0)
+ activemodel (>= 6.0.0)
+ bindex (>= 0.4.0)
+ railties (>= 6.0.0)
+ webdrivers (5.0.0)
+ nokogiri (~> 1.6)
+ rubyzip (>= 1.3.0)
+ selenium-webdriver (~> 4.0)
+ websocket-driver (0.7.5)
+ websocket-extensions (>= 0.1.0)
+ websocket-extensions (0.1.5)
+ xpath (3.2.0)
+ nokogiri (~> 1.8)
+ zeitwerk (2.5.3)
+
+PLATFORMS
+ x86_64-darwin-19
+
+DEPENDENCIES
+ bcrypt (~> 3.1.7)
+ bootsnap
+ capybara
+ debug
+ importmap-rails
+ jbuilder
+ puma (~> 5.0)
+ rails (~> 7.0.1)
+ rubocop (= 1.20)
+ rubocop-rails
+ selenium-webdriver
+ sprockets-rails
+ sqlite3 (~> 1.4)
+ stimulus-rails
+ turbo-rails
+ tzinfo-data
+ web-console
+ webdrivers
+
+RUBY VERSION
+ ruby 3.0.0p0
+
+BUNDLED WITH
+ 2.3.0
diff --git a/README.md b/README.md
index 6806f8db2a..87e6ad0b1b 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,49 @@
+User Stories
+============
+
+```
+As a user
+So I can join Instagram
+I would like to be able to sign up.
+```
+```
+As a user
+So I can access my Instagram account
+I would like to be able to sign in.
+```
+```
+As a user
+So I can close my Instagram account
+I would like to be able to sign out.
+```
+```
+As a user
+So I can share what I am doing
+I would like to be able post a picture.
+```
+```
+As a user
+So I can explain what I am doing
+I would like to be able post a picture with a description.
+```
+```
+As a user
+So I can explain interact with other users
+I would like to be able comment in other users pictures.
+```
+```
+As a user
+So I can explain interact with other users
+I would like to be able "like" other users pictures.
+```
+
+Testing Notes
+=============
+
+For testing I have used Rails own testing frame. To run it use **bin/rails test command**.
+
+
+
Instagram Challenge
===================
diff --git a/Rakefile b/Rakefile
new file mode 100644
index 0000000000..9a5ea7383a
--- /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 0000000000..ddd546a0be
--- /dev/null
+++ b/app/assets/config/manifest.js
@@ -0,0 +1,4 @@
+//= link_tree ../images
+//= link_directory ../stylesheets .css
+//= link_tree ../../javascript .js
+//= link_tree ../../../vendor/javascript .js
diff --git a/app/assets/images/.keep b/app/assets/images/.keep
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css
new file mode 100644
index 0000000000..288b9ab718
--- /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, if configured) 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
+ * 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/channels/application_cable/channel.rb b/app/channels/application_cable/channel.rb
new file mode 100644
index 0000000000..d672697283
--- /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 0000000000..0ff5442f47
--- /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/application_controller.rb b/app/controllers/application_controller.rb
new file mode 100644
index 0000000000..09705d12ab
--- /dev/null
+++ b/app/controllers/application_controller.rb
@@ -0,0 +1,2 @@
+class ApplicationController < ActionController::Base
+end
diff --git a/app/controllers/concerns/.keep b/app/controllers/concerns/.keep
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/app/controllers/homepage_controller.rb b/app/controllers/homepage_controller.rb
new file mode 100644
index 0000000000..be7977086b
--- /dev/null
+++ b/app/controllers/homepage_controller.rb
@@ -0,0 +1,7 @@
+class HomepageController < ApplicationController
+ def index
+ if session[:user_id]
+ @user = User.find_by(id: session[:user_id])
+ end
+ end
+end
\ No newline at end of file
diff --git a/app/controllers/main_controller.rb b/app/controllers/main_controller.rb
new file mode 100644
index 0000000000..7d2db88057
--- /dev/null
+++ b/app/controllers/main_controller.rb
@@ -0,0 +1,17 @@
+class MainController < ApplicationController
+ def index
+ end
+
+ def create
+ user = User.find_by(email: params[:email])
+
+ if user.present? && user.authenticate(params[:password])
+ session[:user_id] = user.id
+ redirect_to homepage_path, notice: "Logged in successfully"
+ else
+ # flash[:alert] = "Invalid email or password"
+ # render :index, notice: "Invalid email or password"
+ redirect_to root_path, notice: "Invalid email or password"
+ end
+ end
+end
\ No newline at end of file
diff --git a/app/controllers/registrations_controller.rb b/app/controllers/registrations_controller.rb
new file mode 100644
index 0000000000..b946ae88ce
--- /dev/null
+++ b/app/controllers/registrations_controller.rb
@@ -0,0 +1,21 @@
+class RegistrationsController < ApplicationController
+ def new
+ @user = User.new
+ end
+
+ def create
+ @user = User.new(user_params)
+ if @user.save
+ session[:user_id] = @user.id
+ redirect_to homepage_path, notice: "Successfuly created account"
+ else
+ render :new
+ end
+ end
+
+ private
+
+ def user_params
+ params.require(:user).permit(:name, :email, :password, :password_confirmation)
+ end
+end
\ No newline at end of file
diff --git a/app/controllers/sessions_controller.rb b/app/controllers/sessions_controller.rb
new file mode 100644
index 0000000000..4bbc8b48f3
--- /dev/null
+++ b/app/controllers/sessions_controller.rb
@@ -0,0 +1,10 @@
+class SessionsController < ApplicationController
+ def new
+
+ end
+
+ def destroy
+ session[:user_id] = nil
+ redirect_to root_path, notice: "Logged out"
+ end
+end
\ No newline at end of file
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb
new file mode 100644
index 0000000000..de6be7945c
--- /dev/null
+++ b/app/helpers/application_helper.rb
@@ -0,0 +1,2 @@
+module ApplicationHelper
+end
diff --git a/app/javascript/application.js b/app/javascript/application.js
new file mode 100644
index 0000000000..0d7b49404c
--- /dev/null
+++ b/app/javascript/application.js
@@ -0,0 +1,3 @@
+// Configure your import map in config/importmap.rb. Read more: https://github.com/rails/importmap-rails
+import "@hotwired/turbo-rails"
+import "controllers"
diff --git a/app/javascript/controllers/application.js b/app/javascript/controllers/application.js
new file mode 100644
index 0000000000..1213e85c7a
--- /dev/null
+++ b/app/javascript/controllers/application.js
@@ -0,0 +1,9 @@
+import { Application } from "@hotwired/stimulus"
+
+const application = Application.start()
+
+// Configure Stimulus development experience
+application.debug = false
+window.Stimulus = application
+
+export { application }
diff --git a/app/javascript/controllers/hello_controller.js b/app/javascript/controllers/hello_controller.js
new file mode 100644
index 0000000000..5975c0789d
--- /dev/null
+++ b/app/javascript/controllers/hello_controller.js
@@ -0,0 +1,7 @@
+import { Controller } from "@hotwired/stimulus"
+
+export default class extends Controller {
+ connect() {
+ this.element.textContent = "Hello World!"
+ }
+}
diff --git a/app/javascript/controllers/index.js b/app/javascript/controllers/index.js
new file mode 100644
index 0000000000..54ad4cad4d
--- /dev/null
+++ b/app/javascript/controllers/index.js
@@ -0,0 +1,11 @@
+// Import and register all your controllers from the importmap under controllers/*
+
+import { application } from "controllers/application"
+
+// Eager load all controllers defined in the import map under controllers/**/*_controller
+import { eagerLoadControllersFrom } from "@hotwired/stimulus-loading"
+eagerLoadControllersFrom("controllers", application)
+
+// Lazy load controllers as they appear in the DOM (remember not to preload controllers in import map!)
+// import { lazyLoadControllersFrom } from "@hotwired/stimulus-loading"
+// lazyLoadControllersFrom("controllers", application)
diff --git a/app/jobs/application_job.rb b/app/jobs/application_job.rb
new file mode 100644
index 0000000000..d394c3d106
--- /dev/null
+++ b/app/jobs/application_job.rb
@@ -0,0 +1,7 @@
+class ApplicationJob < ActiveJob::Base
+ # Automatically retry jobs that encountered a deadlock
+ # retry_on ActiveRecord::Deadlocked
+
+ # Most jobs are safe to ignore if the underlying records are no longer available
+ # discard_on ActiveJob::DeserializationError
+end
diff --git a/app/mailers/application_mailer.rb b/app/mailers/application_mailer.rb
new file mode 100644
index 0000000000..3c34c8148f
--- /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/application_record.rb b/app/models/application_record.rb
new file mode 100644
index 0000000000..b63caeb8a5
--- /dev/null
+++ b/app/models/application_record.rb
@@ -0,0 +1,3 @@
+class ApplicationRecord < ActiveRecord::Base
+ primary_abstract_class
+end
diff --git a/app/models/concerns/.keep b/app/models/concerns/.keep
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/app/models/user.rb b/app/models/user.rb
new file mode 100644
index 0000000000..605f8ea9b6
--- /dev/null
+++ b/app/models/user.rb
@@ -0,0 +1,6 @@
+class User < ApplicationRecord
+ has_secure_password
+
+ validates :name, presence: true
+ validates :email, presence: true, format: { with: /\A[^@\s]+@[^@\s]+\z/, message: "must be a valid email address" }
+end
diff --git a/app/views/homepage/index.html.erb b/app/views/homepage/index.html.erb
new file mode 100644
index 0000000000..47b9d0a42b
--- /dev/null
+++ b/app/views/homepage/index.html.erb
@@ -0,0 +1,8 @@
+
+ <% if @user %>
+ Logged in as: <%= @user.name %>
+ <% end %>
+
+
+
Posts
+
\ No newline at end of file
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb
new file mode 100644
index 0000000000..6ff9276f29
--- /dev/null
+++ b/app/views/layouts/application.html.erb
@@ -0,0 +1,28 @@
+
+
+
+
+ InstagramChallenge
+
+ <%= csrf_meta_tags %>
+ <%= csp_meta_tag %>
+
+
+
+
+ <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %>
+ <%= javascript_importmap_tags %>
+
+
+
+ <%= render partial: "shared/navbar" %>
+
+ <% flash.each do |key, value| %>
+ <%= value %>
+ <% end %>
+
+
+ <%= yield %>
+
+
+
diff --git a/app/views/layouts/mailer.html.erb b/app/views/layouts/mailer.html.erb
new file mode 100644
index 0000000000..cbd34d2e9d
--- /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 0000000000..37f0bddbd7
--- /dev/null
+++ b/app/views/layouts/mailer.text.erb
@@ -0,0 +1 @@
+<%= yield %>
diff --git a/app/views/main/index.html.erb b/app/views/main/index.html.erb
new file mode 100644
index 0000000000..4187699ada
--- /dev/null
+++ b/app/views/main/index.html.erb
@@ -0,0 +1,27 @@
+
+
Welcome to Instagram
+
+
+
+
+
+ <%= form_with url: sign_in_path do |form| %>
+
+ <%= form.text_field :email, class: "form-control", placeholder: "Email"%>
+
+
+
+ <%= form.password_field :password, class: "form-control", placeholder: "Password"%>
+
+
+
+ <%= form.submit "Sign in", class: "btn btn-primary" %>
+
+ <% end %>
+
+
+
+
+
+
Don't have an account? <%= link_to "Sign up", sign_up_path, class: "link" %>
+
\ No newline at end of file
diff --git a/app/views/registrations/new.html.erb b/app/views/registrations/new.html.erb
new file mode 100644
index 0000000000..50bda7fb14
--- /dev/null
+++ b/app/views/registrations/new.html.erb
@@ -0,0 +1,37 @@
+
+
Instagram
+
+
+
+
Sign up to see photos and videos from your friends
+
+
+
+ <% if @user.errors.any? %>
+
+ <% @user.errors.full_messages.each do |message| %>
+
<%= message %>
+ <% end %>
+
+ <% end %>
+
+ <%= form_with model: @user, url: sign_up_path, do |form| %>
+
+ <%= form.text_field :name, class: "form-control", placeholder: "Full name"%>
+
+
+ <%= form.text_field :email, class: "form-control", placeholder: "Email"%>
+
+
+ <%= form.password_field :password, class: "form-control", placeholder: "Password"%>
+
+
+ <%= form.password_field :password_confirmation, class: "form-control", placeholder: "Password confirmation" %>
+
+
+
+ <%= form.submit "Next", class: "btn btn-primary" %>
+
+
+ <% end %>
+
diff --git a/app/views/shared/_navbar.html.erb b/app/views/shared/_navbar.html.erb
new file mode 100644
index 0000000000..f20ca60d23
--- /dev/null
+++ b/app/views/shared/_navbar.html.erb
@@ -0,0 +1,21 @@
+
+
+ <%= link_to "Instagram", root_path, class: "navbar-brand" %>
+
+
+
+
+
+
+ <%= link_to "Home", homepage_path, class: "nav-link" %>
+
+
+
+
+
+ <%= button_to "Logout", logout_path, method: :delete, class: "nav-link" %>
+
+
+
+
+
\ No newline at end of file
diff --git a/bin/bundle b/bin/bundle
new file mode 100755
index 0000000000..5b593cb62d
--- /dev/null
+++ b/bin/bundle
@@ -0,0 +1,114 @@
+#!/usr/bin/env ruby
+# frozen_string_literal: true
+
+#
+# This file was generated by Bundler.
+#
+# The application 'bundle' is installed as part of a gem, and
+# this file is here to facilitate running it.
+#
+
+require "rubygems"
+
+m = Module.new do
+ module_function
+
+ def invoked_as_script?
+ File.expand_path($0) == File.expand_path(__FILE__)
+ end
+
+ def env_var_version
+ ENV["BUNDLER_VERSION"]
+ end
+
+ def cli_arg_version
+ return unless invoked_as_script? # don't want to hijack other binstubs
+ return unless "update".start_with?(ARGV.first || " ") # must be running `bundle update`
+ bundler_version = nil
+ update_index = nil
+ ARGV.each_with_index do |a, i|
+ if update_index && update_index.succ == i && a =~ Gem::Version::ANCHORED_VERSION_PATTERN
+ bundler_version = a
+ end
+ next unless a =~ /\A--bundler(?:[= ](#{Gem::Version::VERSION_PATTERN}))?\z/
+ bundler_version = $1
+ update_index = i
+ end
+ bundler_version
+ end
+
+ def gemfile
+ gemfile = ENV["BUNDLE_GEMFILE"]
+ return gemfile if gemfile && !gemfile.empty?
+
+ File.expand_path("../../Gemfile", __FILE__)
+ end
+
+ def lockfile
+ lockfile =
+ case File.basename(gemfile)
+ when "gems.rb" then gemfile.sub(/\.rb$/, gemfile)
+ else "#{gemfile}.lock"
+ end
+ File.expand_path(lockfile)
+ end
+
+ def lockfile_version
+ return unless File.file?(lockfile)
+ lockfile_contents = File.read(lockfile)
+ return unless lockfile_contents =~ /\n\nBUNDLED WITH\n\s{2,}(#{Gem::Version::VERSION_PATTERN})\n/
+ Regexp.last_match(1)
+ end
+
+ def bundler_requirement
+ @bundler_requirement ||=
+ env_var_version || cli_arg_version ||
+ bundler_requirement_for(lockfile_version)
+ end
+
+ def bundler_requirement_for(version)
+ return "#{Gem::Requirement.default}.a" unless version
+
+ bundler_gem_version = Gem::Version.new(version)
+
+ requirement = bundler_gem_version.approximate_recommendation
+
+ return requirement unless Gem.rubygems_version < Gem::Version.new("2.7.0")
+
+ requirement += ".a" if bundler_gem_version.prerelease?
+
+ requirement
+ end
+
+ def load_bundler!
+ ENV["BUNDLE_GEMFILE"] ||= gemfile
+
+ activate_bundler
+ end
+
+ def activate_bundler
+ gem_error = activation_error_handling do
+ gem "bundler", bundler_requirement
+ end
+ return if gem_error.nil?
+ require_error = activation_error_handling do
+ require "bundler/version"
+ end
+ return if require_error.nil? && Gem::Requirement.new(bundler_requirement).satisfied_by?(Gem::Version.new(Bundler::VERSION))
+ warn "Activating bundler (#{bundler_requirement}) failed:\n#{gem_error.message}\n\nTo install the version of bundler this project requires, run `gem install bundler -v '#{bundler_requirement}'`"
+ exit 42
+ end
+
+ def activation_error_handling
+ yield
+ nil
+ rescue StandardError, LoadError => e
+ e
+ end
+end
+
+m.load_bundler!
+
+if m.invoked_as_script?
+ load Gem.bin_path("bundler", "bundle")
+end
diff --git a/bin/importmap b/bin/importmap
new file mode 100755
index 0000000000..36502ab16c
--- /dev/null
+++ b/bin/importmap
@@ -0,0 +1,4 @@
+#!/usr/bin/env ruby
+
+require_relative "../config/application"
+require "importmap/commands"
diff --git a/bin/rails b/bin/rails
new file mode 100755
index 0000000000..efc0377492
--- /dev/null
+++ b/bin/rails
@@ -0,0 +1,4 @@
+#!/usr/bin/env ruby
+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 0000000000..4fbf10b960
--- /dev/null
+++ b/bin/rake
@@ -0,0 +1,4 @@
+#!/usr/bin/env ruby
+require_relative "../config/boot"
+require "rake"
+Rake.application.run
diff --git a/bin/setup b/bin/setup
new file mode 100755
index 0000000000..ec47b79b3b
--- /dev/null
+++ b/bin/setup
@@ -0,0 +1,33 @@
+#!/usr/bin/env ruby
+require "fileutils"
+
+# path to your application root.
+APP_ROOT = File.expand_path("..", __dir__)
+
+def system!(*args)
+ system(*args) || abort("\n== Command #{args} failed ==")
+end
+
+FileUtils.chdir APP_ROOT do
+ # This script is a way to set up or update your development environment automatically.
+ # This script is idempotent, so that you can run it at any time and get an expectable outcome.
+ # Add necessary setup steps to this file.
+
+ puts "== Installing dependencies =="
+ system! "gem install bundler --conservative"
+ system("bundle check") || system!("bundle install")
+
+ # puts "\n== Copying sample files =="
+ # unless File.exist?("config/database.yml")
+ # FileUtils.cp "config/database.yml.sample", "config/database.yml"
+ # end
+
+ puts "\n== Preparing database =="
+ system! "bin/rails db:prepare"
+
+ puts "\n== Removing old logs and tempfiles =="
+ system! "bin/rails log:clear tmp:clear"
+
+ puts "\n== Restarting application server =="
+ system! "bin/rails restart"
+end
diff --git a/config.ru b/config.ru
new file mode 100644
index 0000000000..4a3c09a688
--- /dev/null
+++ b/config.ru
@@ -0,0 +1,6 @@
+# This file is used by Rack-based servers to start the application.
+
+require_relative "config/environment"
+
+run Rails.application
+Rails.application.load_server
diff --git a/config/application.rb b/config/application.rb
new file mode 100644
index 0000000000..ee423f004c
--- /dev/null
+++ b/config/application.rb
@@ -0,0 +1,22 @@
+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 InstagramChallenge
+ class Application < Rails::Application
+ # Initialize configuration defaults for originally generated Rails version.
+ config.load_defaults 7.0
+
+ # Configuration for the application, engines, and railties goes here.
+ #
+ # These settings can be overridden in specific environments using the files
+ # in config/environments, which are processed later.
+ #
+ # config.time_zone = "Central Time (US & Canada)"
+ # config.eager_load_paths << Rails.root.join("extras")
+ end
+end
diff --git a/config/boot.rb b/config/boot.rb
new file mode 100644
index 0000000000..988a5ddc46
--- /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 0000000000..07d4bf30f9
--- /dev/null
+++ b/config/cable.yml
@@ -0,0 +1,10 @@
+development:
+ adapter: async
+
+test:
+ adapter: test
+
+production:
+ adapter: redis
+ url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
+ channel_prefix: instagram_challenge_production
diff --git a/config/credentials.yml.enc b/config/credentials.yml.enc
new file mode 100644
index 0000000000..4262bff846
--- /dev/null
+++ b/config/credentials.yml.enc
@@ -0,0 +1 @@
+nPLuyerV5z/cjaRPG+LJXE0y+der8OMXSgLzogO3c7a7XYk4hx0Cpkhj6ic+QnzFlKvUh9iDeYtwtorb7wtOMjQoPcf/7qMWmKaG/AirDAWS0Tbf+QCteH07u9zXXED+2R6Zc4i86wrF7WMoi3kBi1gtM/KNS3JjTwxnP8cx05jXTLKq5qf90GZFwKphZ4SVrFxzIImIs8Z4qBksmaftm4HAbySOfp7ULRa+Xc8iZgmygeBwfnzTPeYesPeBWIPSX5SuJUgPOIlma6bWe+vzvPd9eXY7TurPtRktn2WXDeyXcnQMCn02sz2IjAtxeSgQH8rua5xJ3ho8PDvONhlLIubcrI3ZxkFAnuylZMmCYeo508OHyu+OLMFO/UpDImUWb3Z5gUYkDSsRIBBnasiF/HaoGAbsf0/hw5C8--6DlnZDDb+57I6C9a--BKG7EPpZgshf8J/4Cbs9Lg==
\ No newline at end of file
diff --git a/config/database.yml b/config/database.yml
new file mode 100644
index 0000000000..fcba57f19f
--- /dev/null
+++ b/config/database.yml
@@ -0,0 +1,25 @@
+# SQLite. Versions 3.8.0 and up are supported.
+# 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 0000000000..cac5315775
--- /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 0000000000..8500f459a8
--- /dev/null
+++ b/config/environments/development.rb
@@ -0,0 +1,70 @@
+require "active_support/core_ext/integer/time"
+
+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 any time
+ # it changes. 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 server timing
+ config.server_timing = 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.action_controller.enable_fragment_cache_logging = 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
+
+ # Print deprecation notices to the Rails logger.
+ config.active_support.deprecation = :log
+
+ # Raise exceptions for disallowed deprecations.
+ config.active_support.disallowed_deprecation = :raise
+
+ # Tell Active Support which deprecation messages to disallow.
+ config.active_support.disallowed_deprecation_warnings = []
+
+ # 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
+
+ # Suppress logger output for asset requests.
+ config.assets.quiet = true
+
+ # Raises error for missing translations.
+ # config.i18n.raise_on_missing_translations = true
+
+ # Annotate rendered view with file names.
+ # config.action_view.annotate_rendered_view_with_filenames = true
+
+ # Uncomment if you wish to allow Action Cable access from any origin.
+ # config.action_cable.disable_request_forgery_protection = true
+end
diff --git a/config/environments/production.rb b/config/environments/production.rb
new file mode 100644
index 0000000000..624bb8d321
--- /dev/null
+++ b/config/environments/production.rb
@@ -0,0 +1,93 @@
+require "active_support/core_ext/integer/time"
+
+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 CSS using a preprocessor.
+ # config.assets.css_compressor = :sass
+
+ # Do not fallback to assets pipeline if a precompiled asset is missed.
+ config.assets.compile = false
+
+ # Enable serving of images, stylesheets, and JavaScripts from an asset server.
+ # config.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
+
+ # Include generic and useful information about system operation, but avoid logging too much
+ # information to avoid inadvertent exposure of personally identifiable information (PII).
+ config.log_level = :info
+
+ # 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 = "instagram_challenge_production"
+
+ 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
+
+ # Don't log any deprecations.
+ config.active_support.report_deprecations = false
+
+ # 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 0000000000..6ea4d1e706
--- /dev/null
+++ b/config/environments/test.rb
@@ -0,0 +1,60 @@
+require "active_support/core_ext/integer/time"
+
+# 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!
+
+Rails.application.configure do
+ # Settings specified here will take precedence over those in config/application.rb.
+
+ # Turn false under Spring and add config.action_view.cache_template_loading = true.
+ config.cache_classes = true
+
+ # Eager loading loads your whole application. When running a single test locally,
+ # this probably isn't necessary. It's a good idea to do in a continuous integration
+ # system, or in some way before deploying your code.
+ config.eager_load = ENV["CI"].present?
+
+ # 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
+ config.cache_store = :null_store
+
+ # 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
+
+ # Raise exceptions for disallowed deprecations.
+ config.active_support.disallowed_deprecation = :raise
+
+ # Tell Active Support which deprecation messages to disallow.
+ config.active_support.disallowed_deprecation_warnings = []
+
+ # Raises error for missing translations.
+ # config.i18n.raise_on_missing_translations = true
+
+ # Annotate rendered view with file names.
+ # config.action_view.annotate_rendered_view_with_filenames = true
+end
diff --git a/config/importmap.rb b/config/importmap.rb
new file mode 100644
index 0000000000..8dce42d406
--- /dev/null
+++ b/config/importmap.rb
@@ -0,0 +1,7 @@
+# Pin npm packages by running ./bin/importmap
+
+pin "application", preload: true
+pin "@hotwired/turbo-rails", to: "turbo.min.js", preload: true
+pin "@hotwired/stimulus", to: "stimulus.min.js", preload: true
+pin "@hotwired/stimulus-loading", to: "stimulus-loading.js", preload: true
+pin_all_from "app/javascript/controllers", under: "controllers"
diff --git a/config/initializers/assets.rb b/config/initializers/assets.rb
new file mode 100644
index 0000000000..2eeef966fe
--- /dev/null
+++ b/config/initializers/assets.rb
@@ -0,0 +1,12 @@
+# Be sure to restart your server when you modify this file.
+
+# Version of your assets, change this if you want to expire all your assets.
+Rails.application.config.assets.version = "1.0"
+
+# Add additional assets to the asset load path.
+# Rails.application.config.assets.paths << Emoji.images_path
+
+# Precompile additional assets.
+# application.js, application.css, and all non-JS/CSS in the app/assets
+# folder are already added.
+# Rails.application.config.assets.precompile += %w( admin.js admin.css )
diff --git a/config/initializers/content_security_policy.rb b/config/initializers/content_security_policy.rb
new file mode 100644
index 0000000000..3621f97f8e
--- /dev/null
+++ b/config/initializers/content_security_policy.rb
@@ -0,0 +1,26 @@
+# 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.configure do
+# 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
+#
+# # Generate session nonces for permitted importmap and inline scripts
+# config.content_security_policy_nonce_generator = ->(request) { request.session.id.to_s }
+# config.content_security_policy_nonce_directives = %w(script-src)
+#
+# # Report CSP violations to a specified URI. See:
+# # https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy-Report-Only
+# # config.content_security_policy_report_only = true
+# end
diff --git a/config/initializers/filter_parameter_logging.rb b/config/initializers/filter_parameter_logging.rb
new file mode 100644
index 0000000000..4b34a03668
--- /dev/null
+++ b/config/initializers/filter_parameter_logging.rb
@@ -0,0 +1,6 @@
+# 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 += [
+ :passw, :secret, :token, :_key, :crypt, :salt, :certificate, :otp, :ssn
+]
diff --git a/config/initializers/inflections.rb b/config/initializers/inflections.rb
new file mode 100644
index 0000000000..3860f659ea
--- /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/permissions_policy.rb b/config/initializers/permissions_policy.rb
new file mode 100644
index 0000000000..00f64d71b0
--- /dev/null
+++ b/config/initializers/permissions_policy.rb
@@ -0,0 +1,11 @@
+# Define an application-wide HTTP permissions policy. For further
+# information see https://developers.google.com/web/updates/2018/06/feature-policy
+#
+# Rails.application.config.permissions_policy do |f|
+# f.camera :none
+# f.gyroscope :none
+# f.microphone :none
+# f.usb :none
+# f.fullscreen :self
+# f.payment :self, "https://secure.example.com"
+# end
diff --git a/config/locales/en.yml b/config/locales/en.yml
new file mode 100644
index 0000000000..8ca56fc74f
--- /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 https://guides.rubyonrails.org/i18n.html.
+
+en:
+ hello: "Hello world"
diff --git a/config/master.key b/config/master.key
new file mode 100644
index 0000000000..001c647ca9
--- /dev/null
+++ b/config/master.key
@@ -0,0 +1 @@
+cadb6d4b75ba51caaf7e152c8dd05662
\ No newline at end of file
diff --git a/config/puma.rb b/config/puma.rb
new file mode 100644
index 0000000000..daaf036999
--- /dev/null
+++ b/config/puma.rb
@@ -0,0 +1,43 @@
+# 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.
+#
+max_threads_count = ENV.fetch("RAILS_MAX_THREADS") { 5 }
+min_threads_count = ENV.fetch("RAILS_MIN_THREADS") { max_threads_count }
+threads min_threads_count, max_threads_count
+
+# Specifies the `worker_timeout` threshold that Puma will use to wait before
+# terminating a worker in development environments.
+#
+worker_timeout 3600 if ENV.fetch("RAILS_ENV", "development") == "development"
+
+# 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 `pidfile` that Puma will use.
+pidfile ENV.fetch("PIDFILE") { "tmp/pids/server.pid" }
+
+# Specifies the number of `workers` to boot in clustered mode.
+# Workers are forked web server 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 `bin/rails restart` command.
+plugin :tmp_restart
diff --git a/config/routes.rb b/config/routes.rb
new file mode 100644
index 0000000000..93da8ea31c
--- /dev/null
+++ b/config/routes.rb
@@ -0,0 +1,16 @@
+Rails.application.routes.draw do
+ # Define your application routes per the DSL in https://guides.rubyonrails.org/routing.html
+ get "homepage", to: "homepage#index"
+
+ get "sign_up", to: "registrations#new"
+ post "sign_up", to: "registrations#create"
+
+ get "sign_in", to: "main#index"
+ post "sign_in", to: "main#create"
+
+ delete "logout", to: "sessions#destroy"
+
+ root to: "main#index"
+ # Defines the root path route ("/")
+ # root "articles#index"
+end
diff --git a/config/storage.yml b/config/storage.yml
new file mode 100644
index 0000000000..4942ab6694
--- /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 bin/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-<%= Rails.env %>
+
+# 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-<%= Rails.env %>
+
+# Use bin/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-<%= Rails.env %>
+
+# mirror:
+# service: Mirror
+# primary: local
+# mirrors: [ amazon, google, microsoft ]
diff --git a/db/development.sqlite3 b/db/development.sqlite3
new file mode 100644
index 0000000000..323becf751
Binary files /dev/null and b/db/development.sqlite3 differ
diff --git a/db/migrate/20220122145001_create_users.rb b/db/migrate/20220122145001_create_users.rb
new file mode 100644
index 0000000000..5054ba8eb9
--- /dev/null
+++ b/db/migrate/20220122145001_create_users.rb
@@ -0,0 +1,11 @@
+class CreateUsers < ActiveRecord::Migration[7.0]
+ def change
+ create_table :users do |t|
+ t.string :name, null: false
+ t.string :email, null: false
+ t.string :password_digest
+
+ t.timestamps
+ end
+ end
+end
diff --git a/db/schema.rb b/db/schema.rb
new file mode 100644
index 0000000000..38727a2769
--- /dev/null
+++ b/db/schema.rb
@@ -0,0 +1,23 @@
+# This file is auto-generated from the current state of the database. Instead
+# of editing this file, please use the migrations feature of Active Record to
+# incrementally modify your database, and then regenerate this schema definition.
+#
+# This file is the source Rails uses to define your schema when running `bin/rails
+# db:schema:load`. When creating a new database, `bin/rails db:schema:load` tends to
+# be faster and is potentially less error prone than running all of your
+# migrations from scratch. Old migrations may fail to apply correctly if those
+# migrations use external dependencies or application code.
+#
+# It's strongly recommended that you check this file into your version control system.
+
+ActiveRecord::Schema.define(version: 2022_01_22_145001) do
+
+ create_table "users", force: :cascade do |t|
+ t.string "name", null: false
+ t.string "email", null: false
+ t.string "password_digest"
+ t.datetime "created_at", precision: 6, null: false
+ t.datetime "updated_at", precision: 6, null: false
+ end
+
+end
diff --git a/db/seeds.rb b/db/seeds.rb
new file mode 100644
index 0000000000..bc25fce306
--- /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 bin/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/db/test.sqlite3 b/db/test.sqlite3
new file mode 100644
index 0000000000..edc04032cb
Binary files /dev/null and b/db/test.sqlite3 differ
diff --git a/instagram-challenge b/instagram-challenge
new file mode 160000
index 0000000000..82ecd5e68a
--- /dev/null
+++ b/instagram-challenge
@@ -0,0 +1 @@
+Subproject commit 82ecd5e68a0c54c245c3a428d7728b5c661fa236
diff --git a/lib/assets/.keep b/lib/assets/.keep
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/lib/tasks/.keep b/lib/tasks/.keep
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/log/.keep b/log/.keep
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/log/development.log b/log/development.log
new file mode 100644
index 0000000000..aa4f869a9c
--- /dev/null
+++ b/log/development.log
@@ -0,0 +1,5706 @@
+Started GET "/" for ::1 at 2022-01-22 13:31:42 +0100
+ [1m[35m (3.2ms)[0m [1m[34mSELECT sqlite_version(*)[0m
+Processing by Rails::WelcomeController#index as HTML
+ Rendering /Users/tomasgarciamusic/.rvm/gems/ruby-3.0.0/gems/railties-7.0.1/lib/rails/templates/rails/welcome/index.html.erb
+ Rendered /Users/tomasgarciamusic/.rvm/gems/ruby-3.0.0/gems/railties-7.0.1/lib/rails/templates/rails/welcome/index.html.erb (Duration: 5.2ms | Allocations: 730)
+Completed 200 OK in 42ms (Views: 16.0ms | ActiveRecord: 0.0ms | Allocations: 7033)
+
+
+Started GET "/homepage" for ::1 at 2022-01-22 13:59:34 +0100
+Processing by HomepageController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 1.2ms | Allocations: 124)
+ Rendered layout layouts/application.html.erb (Duration: 457.9ms | Allocations: 96169)
+Completed 200 OK in 463ms (Views: 461.3ms | Allocations: 97290)
+
+
+Started GET "/homepage" for ::1 at 2022-01-22 14:04:14 +0100
+Processing by HomepageController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 1.2ms | Allocations: 127)
+ Rendered layout layouts/application.html.erb (Duration: 27.7ms | Allocations: 14486)
+Completed 200 OK in 32ms (Views: 30.6ms | Allocations: 15551)
+
+
+Started GET "/" for ::1 at 2022-01-22 14:04:16 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 0.6ms | Allocations: 123)
+ Rendered layout layouts/application.html.erb (Duration: 6.6ms | Allocations: 2790)
+Completed 200 OK in 11ms (Views: 8.9ms | Allocations: 3845)
+
+
+Started GET "/" for ::1 at 2022-01-22 15:14:21 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 1.0ms | Allocations: 122)
+ Rendered layout layouts/application.html.erb (Duration: 10.4ms | Allocations: 2799)
+Completed 200 OK in 15ms (Views: 13.9ms | Allocations: 3832)
+
+
+Started GET "/" for ::1 at 2022-01-22 15:15:37 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 1.5ms | Allocations: 122)
+ Rendered layout layouts/application.html.erb (Duration: 9.0ms | Allocations: 2788)
+Completed 200 OK in 13ms (Views: 12.1ms | Allocations: 3821)
+
+
+Started GET "/" for ::1 at 2022-01-22 15:15:38 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 1.0ms | Allocations: 122)
+ Rendered layout layouts/application.html.erb (Duration: 6.9ms | Allocations: 2782)
+Completed 200 OK in 12ms (Views: 10.2ms | Allocations: 3810)
+
+
+Started GET "/homepage" for ::1 at 2022-01-22 15:15:42 +0100
+Processing by HomepageController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 0.9ms | Allocations: 126)
+ Rendered layout layouts/application.html.erb (Duration: 5.9ms | Allocations: 2584)
+Completed 200 OK in 9ms (Views: 8.2ms | Allocations: 3431)
+
+
+Started GET "/" for ::1 at 2022-01-22 15:16:20 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 1.1ms | Allocations: 127)
+ Rendered layout layouts/application.html.erb (Duration: 9.3ms | Allocations: 2800)
+Completed 200 OK in 15ms (Views: 13.8ms | Allocations: 3828)
+
+
+Started GET "/" for ::1 at 2022-01-22 15:18:43 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 1.2ms | Allocations: 126)
+ Rendered layout layouts/application.html.erb (Duration: 6.4ms | Allocations: 2812)
+Completed 200 OK in 10ms (Views: 8.7ms | Allocations: 3840)
+
+
+Started GET "/" for ::1 at 2022-01-22 15:20:27 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 2.1ms | Allocations: 126)
+ Rendered shared/_navbar.html.erb (Duration: 1.7ms | Allocations: 162)
+ Rendered layout layouts/application.html.erb (Duration: 11.8ms | Allocations: 3119)
+Completed 200 OK in 17ms (Views: 15.5ms | Allocations: 4147)
+
+
+Started GET "/" for ::1 at 2022-01-22 15:20:44 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 1.0ms | Allocations: 126)
+ Rendered shared/_navbar.html.erb (Duration: 0.6ms | Allocations: 159)
+ Rendered layout layouts/application.html.erb (Duration: 8.2ms | Allocations: 3109)
+Completed 200 OK in 12ms (Views: 10.4ms | Allocations: 4137)
+
+
+Started GET "/" for ::1 at 2022-01-22 15:21:26 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 0.6ms | Allocations: 126)
+ Rendered shared/_navbar.html.erb (Duration: 0.5ms | Allocations: 159)
+ Rendered layout layouts/application.html.erb (Duration: 7.9ms | Allocations: 3109)
+Completed 200 OK in 12ms (Views: 10.8ms | Allocations: 4137)
+
+
+Started GET "/" for ::1 at 2022-01-22 15:21:27 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 15)
+ Rendered shared/_navbar.html.erb (Duration: 0.1ms | Allocations: 13)
+ Rendered layout layouts/application.html.erb (Duration: 4.3ms | Allocations: 2468)
+Completed 200 OK in 6ms (Views: 4.8ms | Allocations: 2788)
+
+
+Started GET "/" for ::1 at 2022-01-22 15:35:50 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 0.9ms | Allocations: 126)
+ Rendered shared/_navbar.html.erb (Duration: 0.6ms | Allocations: 153)
+ Rendered layout layouts/application.html.erb (Duration: 11.5ms | Allocations: 3091)
+Completed 200 OK in 15ms (Views: 13.9ms | Allocations: 4118)
+
+
+Started GET "/" for ::1 at 2022-01-22 15:36:05 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 0.9ms | Allocations: 126)
+ Rendered shared/_navbar.html.erb (Duration: 1.5ms | Allocations: 358)
+ Rendered layout layouts/application.html.erb (Duration: 8.3ms | Allocations: 3298)
+Completed 200 OK in 12ms (Views: 10.3ms | Allocations: 4326)
+
+
+Started GET "/" for ::1 at 2022-01-22 15:36:07 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 0.1ms | Allocations: 15)
+ Rendered shared/_navbar.html.erb (Duration: 0.5ms | Allocations: 92)
+ Rendered layout layouts/application.html.erb (Duration: 15.2ms | Allocations: 2539)
+Completed 200 OK in 18ms (Views: 15.9ms | Allocations: 2859)
+
+
+Started GET "/homepage" for ::1 at 2022-01-22 15:36:09 +0100
+Processing by HomepageController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 1.0ms | Allocations: 125)
+ Rendered shared/_navbar.html.erb (Duration: 0.3ms | Allocations: 113)
+ Rendered layout layouts/application.html.erb (Duration: 7.5ms | Allocations: 2755)
+Completed 200 OK in 12ms (Views: 10.0ms | Allocations: 3605)
+
+
+Started GET "/homepage" for ::1 at 2022-01-22 15:36:41 +0100
+Processing by HomepageController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 1.0ms | Allocations: 126)
+ Rendered shared/_navbar.html.erb (Duration: 1.0ms | Allocations: 357)
+ Rendered layout layouts/application.html.erb (Duration: 8.0ms | Allocations: 3285)
+Completed 200 OK in 11ms (Views: 10.2ms | Allocations: 4313)
+
+
+Started GET "/" for ::1 at 2022-01-22 15:36:51 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 1.8ms | Allocations: 125)
+ Rendered shared/_navbar.html.erb (Duration: 0.6ms | Allocations: 134)
+ Rendered layout layouts/application.html.erb (Duration: 9.5ms | Allocations: 2778)
+Completed 200 OK in 15ms (Views: 13.1ms | Allocations: 3627)
+
+
+Started GET "/homepage" for ::1 at 2022-01-22 15:37:55 +0100
+Processing by HomepageController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 0.8ms | Allocations: 126)
+ Rendered shared/_navbar.html.erb (Duration: 0.9ms | Allocations: 355)
+ Rendered layout layouts/application.html.erb (Duration: 9.5ms | Allocations: 3291)
+Completed 200 OK in 13ms (Views: 11.8ms | Allocations: 4322)
+
+
+Started GET "/" for ::1 at 2022-01-22 15:37:57 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 0.9ms | Allocations: 125)
+ Rendered shared/_navbar.html.erb (Duration: 0.3ms | Allocations: 134)
+ Rendered layout layouts/application.html.erb (Duration: 7.5ms | Allocations: 2768)
+Completed 200 OK in 11ms (Views: 9.8ms | Allocations: 3618)
+
+
+ [1m[35m (2.0ms)[0m [1m[34mSELECT sqlite_version(*)[0m
+ [1m[35m (1.7ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
+ [1m[35m (1.3ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)[0m
+ [1m[36mActiveRecord::SchemaMigration Pluck (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
+Migrating to CreateUsers (20220122145001)
+ [1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.4ms)[0m [1m[35mCREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "email" varchar, "password_digest" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)[0m
+ [1m[36mActiveRecord::SchemaMigration Create (0.2ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20220122145001"]]
+ [1m[36mTRANSACTION (1.4ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
+ [1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mActiveRecord::InternalMetadata Create (0.5ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "development"], ["created_at", "2022-01-22 14:50:19.443676"], ["updated_at", "2022-01-22 14:50:19.443676"]]
+ [1m[36mTRANSACTION (0.9ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[34mSELECT sqlite_version(*)[0m
+ [1m[36mActiveRecord::SchemaMigration Pluck (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
+ [1m[35m (1.4ms)[0m [1m[34mSELECT sqlite_version(*)[0m
+ [1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
+ [1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mUser Create (1.1ms)[0m [1m[32mINSERT INTO "users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Tomas Garcia"], ["email", "tomas@gmail.com"], ["password_digest", "[FILTERED]"], ["created_at", "2022-01-22 14:58:10.412539"], ["updated_at", "2022-01-22 14:58:10.412539"]]
+ [1m[36mTRANSACTION (1.0ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
+ [1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
+ [1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
+ [1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" /* loading for inspect */ LIMIT ?[0m [["LIMIT", 11]]
+ [1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" /* loading for inspect */ LIMIT ?[0m [["LIMIT", 11]]
+ [1m[35m (1.7ms)[0m [1m[34mSELECT sqlite_version(*)[0m
+ [1m[36mActiveRecord::SchemaMigration Pluck (0.8ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
+ [1m[36mActiveRecord::SchemaMigration Pluck (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
+ [1m[36mActiveRecord::SchemaMigration Pluck (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
+ [1m[36mActiveRecord::SchemaMigration Pluck (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
+Migrating to CreateUsers (20220122145001)
+ [1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (1.8ms)[0m [1m[35mDROP TABLE "users"[0m
+ [1m[36mActiveRecord::SchemaMigration Delete All (0.6ms)[0m [1m[31mDELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = ?[0m [["version", "20220122145001"]]
+ [1m[36mTRANSACTION (0.9ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
+ [1m[36mActiveRecord::SchemaMigration Pluck (0.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
+ [1m[35m (0.9ms)[0m [1m[34mSELECT sqlite_version(*)[0m
+ [1m[36mActiveRecord::SchemaMigration Pluck (0.6ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
+Migrating to CreateUsers (20220122145001)
+ [1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.9ms)[0m [1m[35mCREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar NOT NULL, "email" varchar NOT NULL, "password_digest" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)[0m
+ [1m[36mActiveRecord::SchemaMigration Create (0.6ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20220122145001"]]
+ [1m[36mTRANSACTION (1.3ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mActiveRecord::InternalMetadata Load (0.9ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
+ [1m[36mActiveRecord::SchemaMigration Pluck (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
+Started GET "/" for ::1 at 2022-01-22 16:33:23 +0100
+ [1m[35m (1.6ms)[0m [1m[34mSELECT sqlite_version(*)[0m
+ [1m[36mActiveRecord::SchemaMigration Pluck (1.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 2.2ms | Allocations: 374)
+ Rendered shared/_navbar.html.erb (Duration: 4.2ms | Allocations: 414)
+ Rendered layout layouts/application.html.erb (Duration: 99.7ms | Allocations: 36403)
+Completed 200 OK in 114ms (Views: 104.7ms | ActiveRecord: 0.0ms | Allocations: 41677)
+
+
+Started GET "/new" for ::1 at 2022-01-22 16:33:26 +0100
+
+ActionController::RoutingError (No route matches [GET] "/new"):
+
+Started GET "/registration" for ::1 at 2022-01-22 16:33:42 +0100
+
+ActionController::RoutingError (No route matches [GET] "/registration"):
+
+Started GET "/sign_up" for ::1 at 2022-01-22 16:33:44 +0100
+Processing by RegistrationsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 0.6ms | Allocations: 124)
+ Rendered shared/_navbar.html.erb (Duration: 0.2ms | Allocations: 135)
+ Rendered layout layouts/application.html.erb (Duration: 4.6ms | Allocations: 2786)
+Completed 200 OK in 20ms (Views: 6.8ms | ActiveRecord: 0.7ms | Allocations: 9589)
+
+
+Started GET "/sign_up" for ::1 at 2022-01-22 16:34:38 +0100
+Processing by RegistrationsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 0.7ms | Allocations: 131)
+ Rendered shared/_navbar.html.erb (Duration: 0.8ms | Allocations: 355)
+ Rendered layout layouts/application.html.erb (Duration: 8.2ms | Allocations: 3310)
+Completed 200 OK in 11ms (Views: 10.0ms | ActiveRecord: 0.0ms | Allocations: 4360)
+
+
+Started GET "/sign_up" for ::1 at 2022-01-22 16:35:07 +0100
+Processing by RegistrationsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 0.8ms | Allocations: 135)
+ Rendered shared/_navbar.html.erb (Duration: 0.7ms | Allocations: 355)
+ Rendered layout layouts/application.html.erb (Duration: 6.4ms | Allocations: 3312)
+Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.0ms | Allocations: 4358)
+
+
+Started GET "/sign_up" for ::1 at 2022-01-22 16:35:17 +0100
+Processing by RegistrationsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 0.8ms | Allocations: 135)
+ Rendered shared/_navbar.html.erb (Duration: 0.9ms | Allocations: 355)
+ Rendered layout layouts/application.html.erb (Duration: 7.3ms | Allocations: 3308)
+Completed 200 OK in 11ms (Views: 9.5ms | ActiveRecord: 0.0ms | Allocations: 4354)
+
+
+Started GET "/homepage" for ::1 at 2022-01-22 16:35:25 +0100
+Processing by HomepageController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 1.1ms | Allocations: 126)
+ Rendered shared/_navbar.html.erb (Duration: 0.3ms | Allocations: 135)
+ Rendered layout layouts/application.html.erb (Duration: 5.3ms | Allocations: 2777)
+Completed 200 OK in 9ms (Views: 7.7ms | ActiveRecord: 0.0ms | Allocations: 3662)
+
+
+Started GET "/" for ::1 at 2022-01-22 16:35:26 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 0.6ms | Allocations: 125)
+ Rendered shared/_navbar.html.erb (Duration: 0.5ms | Allocations: 134)
+ Rendered layout layouts/application.html.erb (Duration: 5.5ms | Allocations: 2774)
+Completed 200 OK in 9ms (Views: 7.6ms | ActiveRecord: 0.0ms | Allocations: 3626)
+
+
+Started GET "/homepage" for ::1 at 2022-01-22 16:35:30 +0100
+Processing by HomepageController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 0.1ms | Allocations: 15)
+ Rendered shared/_navbar.html.erb (Duration: 0.4ms | Allocations: 113)
+ Rendered layout layouts/application.html.erb (Duration: 8.1ms | Allocations: 2568)
+Completed 200 OK in 10ms (Views: 8.9ms | ActiveRecord: 0.0ms | Allocations: 2892)
+
+
+Started GET "/" for ::1 at 2022-01-22 16:35:31 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 0.1ms | Allocations: 15)
+ Rendered shared/_navbar.html.erb (Duration: 1.2ms | Allocations: 113)
+ Rendered layout layouts/application.html.erb (Duration: 7.4ms | Allocations: 2566)
+Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.0ms | Allocations: 2889)
+
+
+Started GET "/" for ::1 at 2022-01-22 16:35:33 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 0.6ms | Allocations: 15)
+ Rendered shared/_navbar.html.erb (Duration: 0.4ms | Allocations: 113)
+ Rendered layout layouts/application.html.erb (Duration: 5.8ms | Allocations: 2564)
+Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.0ms | Allocations: 2886)
+
+
+Started GET "/" for ::1 at 2022-01-22 16:35:34 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 0.1ms | Allocations: 15)
+ Rendered shared/_navbar.html.erb (Duration: 0.5ms | Allocations: 113)
+ Rendered layout layouts/application.html.erb (Duration: 5.5ms | Allocations: 2556)
+Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms | Allocations: 2878)
+
+
+Started GET "/" for ::1 at 2022-01-22 16:35:35 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 15)
+ Rendered shared/_navbar.html.erb (Duration: 0.2ms | Allocations: 113)
+ Rendered layout layouts/application.html.erb (Duration: 4.9ms | Allocations: 2564)
+Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms | Allocations: 2886)
+
+
+Started GET "/homepage" for ::1 at 2022-01-22 16:35:36 +0100
+Processing by HomepageController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 0.1ms | Allocations: 15)
+ Rendered shared/_navbar.html.erb (Duration: 0.5ms | Allocations: 113)
+ Rendered layout layouts/application.html.erb (Duration: 7.5ms | Allocations: 2556)
+Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.0ms | Allocations: 2878)
+
+
+Started GET "/homepage" for ::1 at 2022-01-22 16:37:14 +0100
+Processing by HomepageController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 1.0ms | Allocations: 126)
+ Rendered shared/_navbar.html.erb (Duration: 1.7ms | Allocations: 355)
+ Rendered layout layouts/application.html.erb (Duration: 13.2ms | Allocations: 3298)
+Completed 200 OK in 17ms (Views: 15.3ms | ActiveRecord: 0.0ms | Allocations: 4328)
+
+
+Started GET "/" for ::1 at 2022-01-22 16:37:15 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 13.5ms | Allocations: 4318)
+ Rendered layout layouts/application.html.erb (Duration: 14.1ms | Allocations: 4397)
+Completed 500 Internal Server Error in 19ms (ActiveRecord: 0.0ms | Allocations: 5226)
+
+
+
+ActionView::Template::Error (undefined local variable or method `sig_up_path' for #
+Did you mean? sign_up_path):
+ 2: Welcome to Instagram
+ 3:
+ 4:
+ 5: <%= link_to "Logout", sig_up_path, class: "nav-link" %>
+ 6:
+
+app/views/main/index.html.erb:5
+Started GET "/" for ::1 at 2022-01-22 16:37:24 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 0.9ms | Allocations: 211)
+ Rendered shared/_navbar.html.erb (Duration: 1.2ms | Allocations: 329)
+ Rendered layout layouts/application.html.erb (Duration: 7.6ms | Allocations: 3370)
+Completed 200 OK in 12ms (Views: 10.4ms | ActiveRecord: 0.0ms | Allocations: 4401)
+
+
+Started GET "/sign_up" for ::1 at 2022-01-22 16:37:28 +0100
+Processing by RegistrationsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 1.2ms | Allocations: 133)
+ Rendered shared/_navbar.html.erb (Duration: 0.4ms | Allocations: 134)
+ Rendered layout layouts/application.html.erb (Duration: 9.8ms | Allocations: 2786)
+Completed 200 OK in 13ms (Views: 12.0ms | ActiveRecord: 0.0ms | Allocations: 3655)
+
+
+Started GET "/sign_up" for ::1 at 2022-01-22 16:38:50 +0100
+Processing by RegistrationsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 1.8ms | Allocations: 134)
+ Rendered shared/_navbar.html.erb (Duration: 2.3ms | Allocations: 355)
+ Rendered layout layouts/application.html.erb (Duration: 13.7ms | Allocations: 3309)
+Completed 200 OK in 18ms (Views: 17.0ms | ActiveRecord: 0.0ms | Allocations: 4355)
+
+
+Started GET "/" for ::1 at 2022-01-22 16:38:52 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 3.2ms | Allocations: 214)
+ Rendered shared/_navbar.html.erb (Duration: 0.3ms | Allocations: 108)
+ Rendered layout layouts/application.html.erb (Duration: 10.1ms | Allocations: 2835)
+Completed 200 OK in 17ms (Views: 15.7ms | ActiveRecord: 0.0ms | Allocations: 3688)
+
+
+Started GET "/" for ::1 at 2022-01-22 16:39:09 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 1.1ms | Allocations: 213)
+ Rendered shared/_navbar.html.erb (Duration: 0.8ms | Allocations: 329)
+ Rendered layout layouts/application.html.erb (Duration: 7.8ms | Allocations: 3348)
+Completed 200 OK in 11ms (Views: 10.2ms | ActiveRecord: 0.0ms | Allocations: 4379)
+
+
+Started GET "/" for ::1 at 2022-01-22 16:39:23 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 1.4ms | Allocations: 212)
+ Rendered shared/_navbar.html.erb (Duration: 0.7ms | Allocations: 329)
+ Rendered layout layouts/application.html.erb (Duration: 7.8ms | Allocations: 3349)
+Completed 200 OK in 11ms (Views: 10.1ms | Allocations: 4377)
+
+
+Started GET "/sign_up" for ::1 at 2022-01-22 16:39:33 +0100
+Processing by RegistrationsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 1.4ms | Allocations: 133)
+ Rendered shared/_navbar.html.erb (Duration: 0.6ms | Allocations: 134)
+ Rendered layout layouts/application.html.erb (Duration: 8.4ms | Allocations: 2788)
+Completed 200 OK in 16ms (Views: 14.8ms | Allocations: 3653)
+
+
+Started GET "/sign_up" for ::1 at 2022-01-22 16:40:29 +0100
+Processing by RegistrationsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 0.8ms | Allocations: 156)
+ Rendered shared/_navbar.html.erb (Duration: 1.1ms | Allocations: 355)
+ Rendered layout layouts/application.html.erb (Duration: 7.3ms | Allocations: 3333)
+Completed 200 OK in 12ms (Views: 10.3ms | Allocations: 4376)
+
+
+Started GET "/sign_up" for ::1 at 2022-01-22 16:40:38 +0100
+Processing by RegistrationsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 1.0ms | Allocations: 159)
+ Rendered shared/_navbar.html.erb (Duration: 0.9ms | Allocations: 355)
+ Rendered layout layouts/application.html.erb (Duration: 8.8ms | Allocations: 3324)
+Completed 200 OK in 14ms (Views: 12.2ms | Allocations: 4371)
+
+
+ [1m[35m (1.5ms)[0m [1m[34mSELECT sqlite_version(*)[0m
+ [1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mUser Create (3.2ms)[0m [1m[32mINSERT INTO "users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Tomas Garcia"], ["email", "tomas@gmail.com"], ["password_digest", "[FILTERED]"], ["created_at", "2022-01-22 15:41:25.354433"], ["updated_at", "2022-01-22 15:41:25.354433"]]
+ [1m[36mTRANSACTION (1.0ms)[0m [1m[36mcommit transaction[0m
+Started GET "/sign_up" for ::1 at 2022-01-22 16:41:38 +0100
+Processing by RegistrationsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 0.1ms | Allocations: 15)
+ Rendered shared/_navbar.html.erb (Duration: 0.2ms | Allocations: 113)
+ Rendered layout layouts/application.html.erb (Duration: 4.2ms | Allocations: 2578)
+Completed 200 OK in 6ms (Views: 4.7ms | Allocations: 2910)
+
+
+Started GET "/sign_up" for ::1 at 2022-01-22 16:41:40 +0100
+Processing by RegistrationsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 0.1ms | Allocations: 15)
+ Rendered shared/_navbar.html.erb (Duration: 0.2ms | Allocations: 113)
+ Rendered layout layouts/application.html.erb (Duration: 3.9ms | Allocations: 2572)
+Completed 200 OK in 5ms (Views: 4.4ms | Allocations: 2903)
+
+
+Started GET "/sign_up" for ::1 at 2022-01-22 16:41:52 +0100
+Processing by RegistrationsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 3.0ms | Allocations: 3236)
+ Rendered layout layouts/application.html.erb (Duration: 3.2ms | Allocations: 3315)
+Completed 500 Internal Server Error in 7ms (Allocations: 4330)
+
+
+
+ActionView::Template::Error (undefined method `all' for #):
+ 6: Sign up to see photos and videos from your friends
+ 7:
+ 8:
+ 9: <%= @user.all[0] %>
+
+app/views/registrations/new.html.erb:9
+Started GET "/sign_up" for ::1 at 2022-01-22 16:42:37 +0100
+Processing by RegistrationsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 0.6ms | Allocations: 154)
+ Rendered shared/_navbar.html.erb (Duration: 1.2ms | Allocations: 357)
+ Rendered layout layouts/application.html.erb (Duration: 17.8ms | Allocations: 14909)
+Completed 200 OK in 26ms (Views: 20.7ms | Allocations: 16826)
+
+
+Started GET "/sign_up" for ::1 at 2022-01-22 16:42:44 +0100
+Processing by RegistrationsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 1.9ms | Allocations: 350)
+ Rendered shared/_navbar.html.erb (Duration: 0.8ms | Allocations: 355)
+ Rendered layout layouts/application.html.erb (Duration: 7.4ms | Allocations: 3523)
+Completed 200 OK in 10ms (Views: 9.3ms | Allocations: 4562)
+
+
+Started GET "/sign_up" for ::1 at 2022-01-22 16:42:54 +0100
+Processing by RegistrationsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ [1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
+ ↳ app/views/registrations/new.html.erb:9
+ [1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
+ ↳ app/views/registrations/new.html.erb:9
+ Rendered registrations/new.html.erb within layouts/application (Duration: 4.6ms | Allocations: 2552)
+ Rendered shared/_navbar.html.erb (Duration: 1.0ms | Allocations: 355)
+ Rendered layout layouts/application.html.erb (Duration: 10.2ms | Allocations: 5731)
+Completed 200 OK in 14ms (Views: 12.5ms | ActiveRecord: 0.4ms | Allocations: 6773)
+
+
+Started GET "/sign_up" for ::1 at 2022-01-22 16:42:59 +0100
+Processing by RegistrationsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ [1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
+ ↳ app/views/registrations/new.html.erb:9
+ Rendered registrations/new.html.erb within layouts/application (Duration: 1.7ms | Allocations: 684)
+ Rendered shared/_navbar.html.erb (Duration: 0.8ms | Allocations: 355)
+ Rendered layout layouts/application.html.erb (Duration: 8.0ms | Allocations: 3847)
+Completed 200 OK in 12ms (Views: 10.3ms | ActiveRecord: 0.1ms | Allocations: 4894)
+
+
+Started GET "/" for ::1 at 2022-01-22 16:47:11 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 1.1ms | Allocations: 214)
+ Rendered shared/_navbar.html.erb (Duration: 0.6ms | Allocations: 329)
+ Rendered layout layouts/application.html.erb (Duration: 16.8ms | Allocations: 14936)
+Completed 200 OK in 20ms (Views: 18.3ms | Allocations: 15996)
+
+
+Started GET "/sign_up" for ::1 at 2022-01-22 16:47:12 +0100
+Processing by RegistrationsController#new as HTML
+ [1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
+ ↳ app/controllers/registrations_controller.rb:3:in `new'
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 0.8ms | Allocations: 1161)
+ Rendered layout layouts/application.html.erb (Duration: 1.0ms | Allocations: 1241)
+Completed 500 Internal Server Error in 13ms (ActiveRecord: 1.3ms | Allocations: 4965)
+
+
+
+ActionView::SyntaxErrorInTemplate (Encountered a syntax error while rendering template: check
+
Instagram
+
+
+
+
Sign up to see photos and videos from your friends
+
+
+
+ <%= form_with model: @user, url: sign_up_path do |form| %>
+ <%= form.text_field :name %>
+ <%= form.text_field :email %>
+ <%= form.password_field :password %>
+ <%= form.password_field :password_confirmation %>
+
+
+<%= @user[0].name %>
+):
+1:
+2:
Instagram
+3:
+4:
+5:
+6:
Sign up to see photos and videos from your friends
+7:
+8:
+9:
+10: <%= form_with model: @user, url: sign_up_path do |form| %>
+11: <%= form.text_field :name %>
+12: <%= form.text_field :email %>
+13: <%= form.password_field :password %>
+14: <%= form.password_field :password_confirmation %>
+15:
+16:
+17: <%= @user[0].name %>
+
+app/views/registrations/new.html.erb:19: syntax error, unexpected end-of-input, expecting `end'
+app/views/registrations/new.html.erb:19: syntax error, unexpected end-of-input, expecting `end'
+app/views/registrations/new.html.erb:19: syntax error, unexpected end-of-input, expecting `end'
+app/views/registrations/new.html.erb:19: syntax error, unexpected end-of-input, expecting `end'
+app/views/registrations/new.html.erb:19: syntax error, unexpected end-of-input, expecting `end'
+app/views/registrations/new.html.erb:19: syntax error, unexpected end-of-input, expecting `end'
+Started GET "/sign_up" for ::1 at 2022-01-22 16:47:34 +0100
+Processing by RegistrationsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 0.7ms | Allocations: 1193)
+ Rendered layout layouts/application.html.erb (Duration: 0.9ms | Allocations: 1273)
+Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms | Allocations: 2284)
+
+
+
+ActionView::SyntaxErrorInTemplate (Encountered a syntax error while rendering template: check
+
Instagram
+
+
+
+
Sign up to see photos and videos from your friends
+
+
+
+ <%= form_with model: @user, url: sign_up_path do |form| %>
+ <%= form.text_field :name %>
+ <%= form.text_field :email %>
+ <%= form.password_field :password %>
+ <%= form.password_field :password_confirmation %>
+
+
+):
+1:
+2:
Instagram
+3:
+4:
+5:
+6:
Sign up to see photos and videos from your friends
+7:
+8:
+9:
+10: <%= form_with model: @user, url: sign_up_path do |form| %>
+11: <%= form.text_field :name %>
+12: <%= form.text_field :email %>
+13: <%= form.password_field :password %>
+14: <%= form.password_field :password_confirmation %>
+15:
+
+app/views/registrations/new.html.erb:18: syntax error, unexpected end-of-input, expecting `end'
+app/views/registrations/new.html.erb:18: syntax error, unexpected end-of-input, expecting `end'
+app/views/registrations/new.html.erb:18: syntax error, unexpected end-of-input, expecting `end'
+app/views/registrations/new.html.erb:18: syntax error, unexpected end-of-input, expecting `end'
+app/views/registrations/new.html.erb:18: syntax error, unexpected end-of-input, expecting `end'
+app/views/registrations/new.html.erb:18: syntax error, unexpected end-of-input, expecting `end'
+Started GET "/sign_up" for ::1 at 2022-01-22 16:47:56 +0100
+Processing by RegistrationsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 11.8ms | Allocations: 4512)
+ Rendered shared/_navbar.html.erb (Duration: 1.5ms | Allocations: 333)
+ Rendered layout layouts/application.html.erb (Duration: 18.3ms | Allocations: 7393)
+Completed 200 OK in 21ms (Views: 20.2ms | ActiveRecord: 0.0ms | Allocations: 8439)
+
+
+Started GET "/sign_up" for ::1 at 2022-01-22 16:52:19 +0100
+Processing by RegistrationsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 1.7ms | Allocations: 875)
+ Rendered shared/_navbar.html.erb (Duration: 1.1ms | Allocations: 333)
+ Rendered layout layouts/application.html.erb (Duration: 10.6ms | Allocations: 3740)
+Completed 200 OK in 15ms (Views: 14.1ms | ActiveRecord: 0.0ms | Allocations: 4786)
+
+
+Started GET "/sign_up" for ::1 at 2022-01-22 16:52:42 +0100
+Processing by RegistrationsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 2.3ms | Allocations: 882)
+ Rendered shared/_navbar.html.erb (Duration: 0.9ms | Allocations: 333)
+ Rendered layout layouts/application.html.erb (Duration: 7.6ms | Allocations: 3747)
+Completed 200 OK in 11ms (Views: 9.5ms | Allocations: 4790)
+
+
+Started GET "/sign_up" for ::1 at 2022-01-22 16:52:55 +0100
+Processing by RegistrationsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 1.8ms | Allocations: 884)
+ Rendered shared/_navbar.html.erb (Duration: 0.7ms | Allocations: 333)
+ Rendered layout layouts/application.html.erb (Duration: 6.6ms | Allocations: 3749)
+Completed 200 OK in 10ms (Views: 8.5ms | Allocations: 4792)
+
+
+Started GET "/" for ::1 at 2022-01-22 16:53:21 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 1.4ms | Allocations: 215)
+ Rendered shared/_navbar.html.erb (Duration: 1.0ms | Allocations: 329)
+ Rendered layout layouts/application.html.erb (Duration: 11.8ms | Allocations: 3372)
+Completed 200 OK in 22ms (Views: 15.3ms | Allocations: 4403)
+
+
+Started GET "/sign_up" for ::1 at 2022-01-22 16:53:22 +0100
+Processing by RegistrationsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 3.8ms | Allocations: 869)
+ Rendered shared/_navbar.html.erb (Duration: 0.4ms | Allocations: 112)
+ Rendered layout layouts/application.html.erb (Duration: 10.9ms | Allocations: 3212)
+Completed 200 OK in 23ms (Views: 21.4ms | Allocations: 4077)
+
+
+Started GET "/sign_up" for ::1 at 2022-01-22 16:53:42 +0100
+Processing by RegistrationsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 1.9ms | Allocations: 872)
+ Rendered shared/_navbar.html.erb (Duration: 0.7ms | Allocations: 333)
+ Rendered layout layouts/application.html.erb (Duration: 6.8ms | Allocations: 3737)
+Completed 200 OK in 10ms (Views: 8.7ms | Allocations: 4780)
+
+
+Started GET "/sign_up" for ::1 at 2022-01-22 16:54:56 +0100
+Processing by RegistrationsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 2.4ms | Allocations: 908)
+ Rendered shared/_navbar.html.erb (Duration: 1.2ms | Allocations: 333)
+ Rendered layout layouts/application.html.erb (Duration: 8.1ms | Allocations: 3773)
+Completed 200 OK in 11ms (Views: 10.3ms | Allocations: 4816)
+
+
+Started GET "/sign_up" for ::1 at 2022-01-22 16:57:16 +0100
+Processing by RegistrationsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 2.0ms | Allocations: 933)
+ Rendered shared/_navbar.html.erb (Duration: 1.2ms | Allocations: 333)
+ Rendered layout layouts/application.html.erb (Duration: 9.2ms | Allocations: 3798)
+Completed 200 OK in 13ms (Views: 11.4ms | Allocations: 4841)
+
+
+Started GET "/sign_up" for ::1 at 2022-01-22 16:58:22 +0100
+Processing by RegistrationsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 17.3ms | Allocations: 3848)
+ Rendered shared/_navbar.html.erb (Duration: 1.3ms | Allocations: 334)
+ Rendered layout layouts/application.html.erb (Duration: 23.0ms | Allocations: 6713)
+Completed 200 OK in 27ms (Views: 25.7ms | Allocations: 7756)
+
+
+Started GET "/sign_up" for ::1 at 2022-01-22 16:58:40 +0100
+Processing by RegistrationsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 2.3ms | Allocations: 1087)
+ Rendered shared/_navbar.html.erb (Duration: 0.7ms | Allocations: 333)
+ Rendered layout layouts/application.html.erb (Duration: 7.1ms | Allocations: 3951)
+Completed 200 OK in 10ms (Views: 9.0ms | Allocations: 4997)
+
+
+Started GET "/sign_up" for ::1 at 2022-01-22 16:58:46 +0100
+Processing by RegistrationsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 2.4ms | Allocations: 1091)
+ Rendered shared/_navbar.html.erb (Duration: 0.9ms | Allocations: 333)
+ Rendered layout layouts/application.html.erb (Duration: 8.5ms | Allocations: 3955)
+Completed 200 OK in 11ms (Views: 10.3ms | Allocations: 4998)
+
+
+Started GET "/sign_up" for ::1 at 2022-01-22 16:58:47 +0100
+Processing by RegistrationsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 1.2ms | Allocations: 744)
+ Rendered shared/_navbar.html.erb (Duration: 0.2ms | Allocations: 99)
+ Rendered layout layouts/application.html.erb (Duration: 4.6ms | Allocations: 2998)
+Completed 200 OK in 6ms (Views: 5.1ms | Allocations: 3330)
+
+
+Started GET "/sign_up" for ::1 at 2022-01-22 16:58:48 +0100
+Processing by RegistrationsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 1.3ms | Allocations: 736)
+ Rendered shared/_navbar.html.erb (Duration: 0.2ms | Allocations: 99)
+ Rendered layout layouts/application.html.erb (Duration: 4.9ms | Allocations: 2990)
+Completed 200 OK in 6ms (Views: 5.4ms | Allocations: 3321)
+
+
+Started GET "/sign_up" for ::1 at 2022-01-22 16:58:55 +0100
+Processing by RegistrationsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 2.3ms | Allocations: 1097)
+ Rendered shared/_navbar.html.erb (Duration: 0.8ms | Allocations: 333)
+ Rendered layout layouts/application.html.erb (Duration: 8.5ms | Allocations: 3961)
+Completed 200 OK in 12ms (Views: 10.5ms | Allocations: 5003)
+
+
+Started GET "/sign_up" for ::1 at 2022-01-22 16:59:00 +0100
+Processing by RegistrationsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 2.3ms | Allocations: 1089)
+ Rendered shared/_navbar.html.erb (Duration: 0.8ms | Allocations: 333)
+ Rendered layout layouts/application.html.erb (Duration: 7.6ms | Allocations: 3953)
+Completed 200 OK in 11ms (Views: 9.6ms | Allocations: 4996)
+
+
+Started GET "/sign_up" for ::1 at 2022-01-22 16:59:01 +0100
+Processing by RegistrationsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 1.3ms | Allocations: 744)
+ Rendered shared/_navbar.html.erb (Duration: 0.2ms | Allocations: 99)
+ Rendered layout layouts/application.html.erb (Duration: 5.2ms | Allocations: 2998)
+Completed 200 OK in 6ms (Views: 5.6ms | Allocations: 3330)
+
+
+Started GET "/sign_up" for ::1 at 2022-01-22 16:59:15 +0100
+Processing by RegistrationsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 2.4ms | Allocations: 1093)
+ Rendered shared/_navbar.html.erb (Duration: 0.6ms | Allocations: 333)
+ Rendered layout layouts/application.html.erb (Duration: 7.1ms | Allocations: 3957)
+Completed 200 OK in 11ms (Views: 9.4ms | Allocations: 4999)
+
+
+Started GET "/sign_up" for ::1 at 2022-01-22 16:59:20 +0100
+Processing by RegistrationsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 2.3ms | Allocations: 1093)
+ Rendered shared/_navbar.html.erb (Duration: 0.8ms | Allocations: 333)
+ Rendered layout layouts/application.html.erb (Duration: 7.8ms | Allocations: 3957)
+Completed 200 OK in 11ms (Views: 9.7ms | Allocations: 5000)
+
+
+Started GET "/sign_up" for ::1 at 2022-01-22 16:59:42 +0100
+Processing by RegistrationsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 2.0ms | Allocations: 1091)
+ Rendered shared/_navbar.html.erb (Duration: 1.0ms | Allocations: 333)
+ Rendered layout layouts/application.html.erb (Duration: 7.7ms | Allocations: 3955)
+Completed 200 OK in 11ms (Views: 9.5ms | Allocations: 4998)
+
+
+Started GET "/sign_up" for ::1 at 2022-01-22 17:00:49 +0100
+Processing by RegistrationsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 1.0ms | Allocations: 1260)
+ Rendered layout layouts/application.html.erb (Duration: 1.2ms | Allocations: 1340)
+Completed 500 Internal Server Error in 5ms (Allocations: 2350)
+
+
+
+ActionView::SyntaxErrorInTemplate (Encountered a syntax error while rendering template: check
+
Instagram
+
+
+
+
Sign up to see photos and videos from your friends
+
+
+
+ <%= form_with model: @user, url: sign_up_path do |form| %>
+
+ <%= form.text_field :name, class: "form-control", placeholder: "Full name"%>
+
+
+ <%= form.text_field :email, class: "form-control", placeholder: "Email"%>
+
+
+ <%= form.password_field :password, class: "form-control", placeholder: "Password"%>
+
+
+ <%= form.password_field :password_confirmation, class: "form-control", placeholder: "Password confirmation" %>
+
+
+
+ <%= form.submit, "Next" %>
+
+
+ <% end %>
+
+
+):
+1:
+2:
Instagram
+3:
+4:
+5:
+6:
Sign up to see photos and videos from your friends
+7:
+8:
+9:
+10: <%= form_with model: @user, url: sign_up_path do |form| %>
+11:
+12: <%= form.text_field :name, class: "form-control", placeholder: "Full name"%>
+13:
+14:
+15: <%= form.text_field :email, class: "form-control", placeholder: "Email"%>
+16:
+17:
+18: <%= form.password_field :password, class: "form-control", placeholder: "Password"%>
+19:
+20:
+21: <%= form.password_field :password_confirmation, class: "form-control", placeholder: "Password confirmation" %>
+22:
+23:
+24:
+25: <%= form.submit, "Next" %>
+26:
+27:
+28: <% end %>
+29:
+
+app/views/registrations/new.html.erb:25: syntax error, unexpected ')', expecting '.' or &. or :: or '['
+app/views/registrations/new.html.erb:28: syntax error, unexpected `end', expecting ')'
+app/views/registrations/new.html.erb:32: syntax error, unexpected `end', expecting ')'
+app/views/registrations/new.html.erb:25: syntax error, unexpected ')', expecting '.' or &. or :: or '['
+app/views/registrations/new.html.erb:28: syntax error, unexpected `end', expecting ')'
+app/views/registrations/new.html.erb:32: syntax error, unexpected `end', expecting ')'
+app/views/registrations/new.html.erb:25: syntax error, unexpected ')', expecting '.' or &. or :: or '['
+app/views/registrations/new.html.erb:28: syntax error, unexpected `end', expecting ')'
+app/views/registrations/new.html.erb:32: syntax error, unexpected `end', expecting ')'
+app/views/registrations/new.html.erb:25: syntax error, unexpected ')', expecting '.' or &. or :: or '['
+app/views/registrations/new.html.erb:28: syntax error, unexpected `end', expecting ')'
+app/views/registrations/new.html.erb:32: syntax error, unexpected `end', expecting ')'
+app/views/registrations/new.html.erb:25: syntax error, unexpected ')', expecting '.' or &. or :: or '['
+app/views/registrations/new.html.erb:28: syntax error, unexpected `end', expecting ')'
+app/views/registrations/new.html.erb:32: syntax error, unexpected `end', expecting ')'
+app/views/registrations/new.html.erb:25: syntax error, unexpected ')', expecting '.' or &. or :: or '['
+app/views/registrations/new.html.erb:28: syntax error, unexpected `end', expecting ')'
+app/views/registrations/new.html.erb:32: syntax error, unexpected `end', expecting ')'
+Started GET "/sign_up" for ::1 at 2022-01-22 17:01:10 +0100
+Processing by RegistrationsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 2.1ms | Allocations: 997)
+ Rendered shared/_navbar.html.erb (Duration: 0.7ms | Allocations: 333)
+ Rendered layout layouts/application.html.erb (Duration: 6.7ms | Allocations: 3877)
+Completed 200 OK in 10ms (Views: 8.5ms | Allocations: 4920)
+
+
+Started GET "/sign_up" for ::1 at 2022-01-22 17:01:37 +0100
+Processing by RegistrationsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 1.9ms | Allocations: 1013)
+ Rendered shared/_navbar.html.erb (Duration: 0.7ms | Allocations: 333)
+ Rendered layout layouts/application.html.erb (Duration: 6.7ms | Allocations: 3877)
+Completed 200 OK in 11ms (Views: 8.6ms | Allocations: 4920)
+
+
+Started GET "/sign_up" for ::1 at 2022-01-22 17:01:49 +0100
+Processing by RegistrationsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 1.9ms | Allocations: 1003)
+ Rendered shared/_navbar.html.erb (Duration: 0.6ms | Allocations: 333)
+ Rendered layout layouts/application.html.erb (Duration: 6.6ms | Allocations: 3867)
+Completed 200 OK in 10ms (Views: 8.4ms | Allocations: 4910)
+
+
+Started GET "/sign_up" for ::1 at 2022-01-22 17:02:14 +0100
+Processing by RegistrationsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 2.0ms | Allocations: 999)
+ Rendered shared/_navbar.html.erb (Duration: 0.8ms | Allocations: 333)
+ Rendered layout layouts/application.html.erb (Duration: 7.3ms | Allocations: 3863)
+Completed 200 OK in 10ms (Views: 9.2ms | Allocations: 4906)
+
+
+Started GET "/sign_up" for ::1 at 2022-01-22 17:02:38 +0100
+Processing by RegistrationsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 1.8ms | Allocations: 1013)
+ Rendered shared/_navbar.html.erb (Duration: 0.7ms | Allocations: 333)
+ Rendered layout layouts/application.html.erb (Duration: 6.6ms | Allocations: 3877)
+Completed 200 OK in 10ms (Views: 8.4ms | Allocations: 4920)
+
+
+Started GET "/sign_up" for ::1 at 2022-01-22 17:02:49 +0100
+Processing by RegistrationsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 1.7ms | Allocations: 1011)
+ Rendered shared/_navbar.html.erb (Duration: 0.9ms | Allocations: 333)
+ Rendered layout layouts/application.html.erb (Duration: 6.8ms | Allocations: 3875)
+Completed 200 OK in 10ms (Views: 8.7ms | Allocations: 4918)
+
+
+Started GET "/sign_up" for ::1 at 2022-01-22 17:02:52 +0100
+Processing by RegistrationsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 1.7ms | Allocations: 994)
+ Rendered shared/_navbar.html.erb (Duration: 0.8ms | Allocations: 333)
+ Rendered layout layouts/application.html.erb (Duration: 6.5ms | Allocations: 3858)
+Completed 200 OK in 10ms (Views: 8.6ms | Allocations: 4901)
+
+
+Started GET "/sign_up" for ::1 at 2022-01-22 17:02:57 +0100
+Processing by RegistrationsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 2.0ms | Allocations: 997)
+ Rendered shared/_navbar.html.erb (Duration: 0.9ms | Allocations: 333)
+ Rendered layout layouts/application.html.erb (Duration: 7.1ms | Allocations: 3861)
+Completed 200 OK in 11ms (Views: 9.7ms | Allocations: 4904)
+
+
+Started GET "/sign_up" for ::1 at 2022-01-22 17:03:03 +0100
+Processing by RegistrationsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 1.7ms | Allocations: 998)
+ Rendered shared/_navbar.html.erb (Duration: 0.7ms | Allocations: 333)
+ Rendered layout layouts/application.html.erb (Duration: 6.6ms | Allocations: 3862)
+Completed 200 OK in 10ms (Views: 8.7ms | Allocations: 4905)
+
+
+Started GET "/" for ::1 at 2022-01-22 17:03:09 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 1.5ms | Allocations: 211)
+ Rendered shared/_navbar.html.erb (Duration: 0.2ms | Allocations: 108)
+ Rendered layout layouts/application.html.erb (Duration: 7.5ms | Allocations: 2832)
+Completed 200 OK in 13ms (Views: 10.5ms | Allocations: 3682)
+
+
+Started GET "/sign_up" for ::1 at 2022-01-22 17:03:11 +0100
+Processing by RegistrationsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 5.3ms | Allocations: 634)
+ Rendered shared/_navbar.html.erb (Duration: 0.2ms | Allocations: 99)
+ Rendered layout layouts/application.html.erb (Duration: 11.1ms | Allocations: 2888)
+Completed 200 OK in 13ms (Views: 11.9ms | Allocations: 3224)
+
+
+Started GET "/" for ::1 at 2022-01-22 17:03:17 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 0.5ms | Allocations: 53)
+ Rendered shared/_navbar.html.erb (Duration: 0.4ms | Allocations: 99)
+ Rendered layout layouts/application.html.erb (Duration: 9.8ms | Allocations: 2593)
+Completed 200 OK in 12ms (Views: 11.3ms | Allocations: 2913)
+
+
+Started GET "/" for ::1 at 2022-01-22 17:03:19 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 0.6ms | Allocations: 53)
+ Rendered shared/_navbar.html.erb (Duration: 0.1ms | Allocations: 99)
+ Rendered layout layouts/application.html.erb (Duration: 5.0ms | Allocations: 2581)
+Completed 200 OK in 6ms (Views: 5.6ms | Allocations: 2900)
+
+
+Started GET "/homepage" for ::1 at 2022-01-22 17:03:21 +0100
+Processing by HomepageController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 1.3ms | Allocations: 125)
+ Rendered shared/_navbar.html.erb (Duration: 0.2ms | Allocations: 135)
+ Rendered layout layouts/application.html.erb (Duration: 4.9ms | Allocations: 2773)
+Completed 200 OK in 7ms (Views: 6.4ms | Allocations: 3648)
+
+
+Started GET "/" for ::1 at 2022-01-22 17:03:22 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 0.3ms | Allocations: 53)
+ Rendered shared/_navbar.html.erb (Duration: 0.2ms | Allocations: 99)
+ Rendered layout layouts/application.html.erb (Duration: 6.1ms | Allocations: 2571)
+Completed 200 OK in 8ms (Views: 6.8ms | Allocations: 2891)
+
+
+Started GET "/sign_up" for ::1 at 2022-01-22 17:03:23 +0100
+Processing by RegistrationsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 1.5ms | Allocations: 644)
+ Rendered shared/_navbar.html.erb (Duration: 0.3ms | Allocations: 99)
+ Rendered layout layouts/application.html.erb (Duration: 8.1ms | Allocations: 2898)
+Completed 200 OK in 10ms (Views: 9.1ms | Allocations: 3233)
+
+
+Started POST "/sign_up" for ::1 at 2022-01-22 17:04:52 +0100
+Processing by RegistrationsController#new as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "user"=>{"name"=>"", "email"=>"", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Next"}
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 1.5ms | Allocations: 375)
+ Rendered shared/_navbar.html.erb (Duration: 0.2ms | Allocations: 99)
+ Rendered layout layouts/application.html.erb (Duration: 11.0ms | Allocations: 2671)
+Completed 200 OK in 13ms (Views: 11.6ms | Allocations: 3411)
+
+
+Started POST "/sign_up" for ::1 at 2022-01-22 17:04:54 +0100
+Processing by RegistrationsController#new as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "user"=>{"name"=>"", "email"=>"", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Next"}
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 0.8ms | Allocations: 375)
+ Rendered shared/_navbar.html.erb (Duration: 0.2ms | Allocations: 99)
+ Rendered layout layouts/application.html.erb (Duration: 5.5ms | Allocations: 2624)
+Completed 200 OK in 8ms (Views: 6.1ms | Allocations: 3272)
+
+
+Started POST "/sign_up" for ::1 at 2022-01-22 17:05:38 +0100
+Processing by RegistrationsController#new as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "user"=>{"name"=>"Elena Ortiz", "email"=>"elena@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Next"}
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 0.9ms | Allocations: 375)
+ Rendered shared/_navbar.html.erb (Duration: 0.2ms | Allocations: 99)
+ Rendered layout layouts/application.html.erb (Duration: 6.1ms | Allocations: 2624)
+Completed 200 OK in 8ms (Views: 6.7ms | Allocations: 3268)
+
+
+Started POST "/sign_up" for ::1 at 2022-01-22 17:05:41 +0100
+Processing by RegistrationsController#new as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "user"=>{"name"=>"Elena Ortiz", "email"=>"elena@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Next"}
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 1.0ms | Allocations: 375)
+ Rendered shared/_navbar.html.erb (Duration: 0.3ms | Allocations: 99)
+ Rendered layout layouts/application.html.erb (Duration: 5.5ms | Allocations: 2624)
+Completed 200 OK in 7ms (Views: 6.1ms | Allocations: 3266)
+
+
+Started POST "/sign_up" for ::1 at 2022-01-22 17:06:16 +0100
+Processing by RegistrationsController#new as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "user"=>{"name"=>"Elena Ortiz", "email"=>"elena@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Next"}
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 0.8ms | Allocations: 375)
+ Rendered shared/_navbar.html.erb (Duration: 0.1ms | Allocations: 99)
+ Rendered layout layouts/application.html.erb (Duration: 4.0ms | Allocations: 2624)
+Completed 200 OK in 6ms (Views: 4.5ms | Allocations: 3260)
+
+
+Started POST "/sign_up" for ::1 at 2022-01-22 17:07:54 +0100
+
+AbstractController::ActionNotFound (The action 'create' could not be found for RegistrationsController):
+
+actionpack (7.0.1) lib/abstract_controller/base.rb:146:in `process'
+actionview (7.0.1) lib/action_view/rendering.rb:39:in `process'
+actionpack (7.0.1) lib/action_controller/metal.rb:188:in `dispatch'
+actionpack (7.0.1) lib/action_controller/metal.rb:251:in `dispatch'
+actionpack (7.0.1) lib/action_dispatch/routing/route_set.rb:49:in `dispatch'
+actionpack (7.0.1) lib/action_dispatch/routing/route_set.rb:32:in `serve'
+actionpack (7.0.1) lib/action_dispatch/journey/router.rb:50:in `block in serve'
+actionpack (7.0.1) lib/action_dispatch/journey/router.rb:32:in `each'
+actionpack (7.0.1) lib/action_dispatch/journey/router.rb:32:in `serve'
+actionpack (7.0.1) lib/action_dispatch/routing/route_set.rb:850:in `call'
+rack (2.2.3) lib/rack/tempfile_reaper.rb:15:in `call'
+rack (2.2.3) lib/rack/etag.rb:27:in `call'
+rack (2.2.3) lib/rack/conditional_get.rb:40:in `call'
+rack (2.2.3) lib/rack/head.rb:12:in `call'
+actionpack (7.0.1) lib/action_dispatch/http/permissions_policy.rb:22:in `call'
+actionpack (7.0.1) lib/action_dispatch/http/content_security_policy.rb:18:in `call'
+rack (2.2.3) lib/rack/session/abstract/id.rb:266:in `context'
+rack (2.2.3) lib/rack/session/abstract/id.rb:260:in `call'
+actionpack (7.0.1) lib/action_dispatch/middleware/cookies.rb:693:in `call'
+activerecord (7.0.1) lib/active_record/migration.rb:603:in `call'
+actionpack (7.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `block in call'
+activesupport (7.0.1) lib/active_support/callbacks.rb:99:in `run_callbacks'
+actionpack (7.0.1) lib/action_dispatch/middleware/callbacks.rb:26:in `call'
+actionpack (7.0.1) lib/action_dispatch/middleware/executor.rb:14:in `call'
+actionpack (7.0.1) lib/action_dispatch/middleware/actionable_exceptions.rb:17:in `call'
+actionpack (7.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:28:in `call'
+web-console (4.2.0) lib/web_console/middleware.rb:132:in `call_app'
+web-console (4.2.0) lib/web_console/middleware.rb:28:in `block in call'
+web-console (4.2.0) lib/web_console/middleware.rb:17:in `catch'
+web-console (4.2.0) lib/web_console/middleware.rb:17:in `call'
+actionpack (7.0.1) lib/action_dispatch/middleware/show_exceptions.rb:26:in `call'
+railties (7.0.1) lib/rails/rack/logger.rb:36:in `call_app'
+railties (7.0.1) lib/rails/rack/logger.rb:25:in `block in call'
+activesupport (7.0.1) lib/active_support/tagged_logging.rb:99:in `block in tagged'
+activesupport (7.0.1) lib/active_support/tagged_logging.rb:37:in `tagged'
+activesupport (7.0.1) lib/active_support/tagged_logging.rb:99:in `tagged'
+railties (7.0.1) lib/rails/rack/logger.rb:25:in `call'
+sprockets-rails (3.4.2) lib/sprockets/rails/quiet_assets.rb:13:in `call'
+actionpack (7.0.1) lib/action_dispatch/middleware/remote_ip.rb:93:in `call'
+actionpack (7.0.1) lib/action_dispatch/middleware/request_id.rb:26:in `call'
+rack (2.2.3) lib/rack/method_override.rb:24:in `call'
+rack (2.2.3) lib/rack/runtime.rb:22:in `call'
+activesupport (7.0.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
+actionpack (7.0.1) lib/action_dispatch/middleware/server_timing.rb:20:in `call'
+actionpack (7.0.1) lib/action_dispatch/middleware/executor.rb:14:in `call'
+actionpack (7.0.1) lib/action_dispatch/middleware/static.rb:23:in `call'
+rack (2.2.3) lib/rack/sendfile.rb:110:in `call'
+actionpack (7.0.1) lib/action_dispatch/middleware/host_authorization.rb:137:in `call'
+railties (7.0.1) lib/rails/engine.rb:530:in `call'
+puma (5.5.2) lib/puma/configuration.rb:249:in `call'
+puma (5.5.2) lib/puma/request.rb:77:in `block in handle_request'
+puma (5.5.2) lib/puma/thread_pool.rb:340:in `with_force_shutdown'
+puma (5.5.2) lib/puma/request.rb:76:in `handle_request'
+puma (5.5.2) lib/puma/server.rb:447:in `process_client'
+puma (5.5.2) lib/puma/thread_pool.rb:147:in `block in spawn_thread'
+Started GET "/sign_up" for ::1 at 2022-01-22 17:07:54 +0100
+Processing by RegistrationsController#new as HTML
+ [1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
+ ↳ app/controllers/registrations_controller.rb:3:in `new'
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 1.1ms | Allocations: 711)
+ Rendered shared/_navbar.html.erb (Duration: 0.2ms | Allocations: 112)
+ Rendered layout layouts/application.html.erb (Duration: 18.1ms | Allocations: 14637)
+Completed 200 OK in 27ms (Views: 19.5ms | ActiveRecord: 0.4ms | Allocations: 17935)
+
+
+Started POST "/sign_up" for ::1 at 2022-01-22 17:08:24 +0100
+
+AbstractController::ActionNotFound (The action 'create' could not be found for RegistrationsController):
+
+actionpack (7.0.1) lib/abstract_controller/base.rb:146:in `process'
+actionview (7.0.1) lib/action_view/rendering.rb:39:in `process'
+actionpack (7.0.1) lib/action_controller/metal.rb:188:in `dispatch'
+actionpack (7.0.1) lib/action_controller/metal.rb:251:in `dispatch'
+actionpack (7.0.1) lib/action_dispatch/routing/route_set.rb:49:in `dispatch'
+actionpack (7.0.1) lib/action_dispatch/routing/route_set.rb:32:in `serve'
+actionpack (7.0.1) lib/action_dispatch/journey/router.rb:50:in `block in serve'
+actionpack (7.0.1) lib/action_dispatch/journey/router.rb:32:in `each'
+actionpack (7.0.1) lib/action_dispatch/journey/router.rb:32:in `serve'
+actionpack (7.0.1) lib/action_dispatch/routing/route_set.rb:850:in `call'
+rack (2.2.3) lib/rack/tempfile_reaper.rb:15:in `call'
+rack (2.2.3) lib/rack/etag.rb:27:in `call'
+rack (2.2.3) lib/rack/conditional_get.rb:40:in `call'
+rack (2.2.3) lib/rack/head.rb:12:in `call'
+actionpack (7.0.1) lib/action_dispatch/http/permissions_policy.rb:22:in `call'
+actionpack (7.0.1) lib/action_dispatch/http/content_security_policy.rb:18:in `call'
+rack (2.2.3) lib/rack/session/abstract/id.rb:266:in `context'
+rack (2.2.3) lib/rack/session/abstract/id.rb:260:in `call'
+actionpack (7.0.1) lib/action_dispatch/middleware/cookies.rb:693:in `call'
+activerecord (7.0.1) lib/active_record/migration.rb:603:in `call'
+actionpack (7.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `block in call'
+activesupport (7.0.1) lib/active_support/callbacks.rb:99:in `run_callbacks'
+actionpack (7.0.1) lib/action_dispatch/middleware/callbacks.rb:26:in `call'
+actionpack (7.0.1) lib/action_dispatch/middleware/executor.rb:14:in `call'
+actionpack (7.0.1) lib/action_dispatch/middleware/actionable_exceptions.rb:17:in `call'
+actionpack (7.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:28:in `call'
+web-console (4.2.0) lib/web_console/middleware.rb:132:in `call_app'
+web-console (4.2.0) lib/web_console/middleware.rb:28:in `block in call'
+web-console (4.2.0) lib/web_console/middleware.rb:17:in `catch'
+web-console (4.2.0) lib/web_console/middleware.rb:17:in `call'
+actionpack (7.0.1) lib/action_dispatch/middleware/show_exceptions.rb:26:in `call'
+railties (7.0.1) lib/rails/rack/logger.rb:36:in `call_app'
+railties (7.0.1) lib/rails/rack/logger.rb:25:in `block in call'
+activesupport (7.0.1) lib/active_support/tagged_logging.rb:99:in `block in tagged'
+activesupport (7.0.1) lib/active_support/tagged_logging.rb:37:in `tagged'
+activesupport (7.0.1) lib/active_support/tagged_logging.rb:99:in `tagged'
+railties (7.0.1) lib/rails/rack/logger.rb:25:in `call'
+sprockets-rails (3.4.2) lib/sprockets/rails/quiet_assets.rb:13:in `call'
+actionpack (7.0.1) lib/action_dispatch/middleware/remote_ip.rb:93:in `call'
+actionpack (7.0.1) lib/action_dispatch/middleware/request_id.rb:26:in `call'
+rack (2.2.3) lib/rack/method_override.rb:24:in `call'
+rack (2.2.3) lib/rack/runtime.rb:22:in `call'
+activesupport (7.0.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
+actionpack (7.0.1) lib/action_dispatch/middleware/server_timing.rb:20:in `call'
+actionpack (7.0.1) lib/action_dispatch/middleware/executor.rb:14:in `call'
+actionpack (7.0.1) lib/action_dispatch/middleware/static.rb:23:in `call'
+rack (2.2.3) lib/rack/sendfile.rb:110:in `call'
+actionpack (7.0.1) lib/action_dispatch/middleware/host_authorization.rb:137:in `call'
+railties (7.0.1) lib/rails/engine.rb:530:in `call'
+puma (5.5.2) lib/puma/configuration.rb:249:in `call'
+puma (5.5.2) lib/puma/request.rb:77:in `block in handle_request'
+puma (5.5.2) lib/puma/thread_pool.rb:340:in `with_force_shutdown'
+puma (5.5.2) lib/puma/request.rb:76:in `handle_request'
+puma (5.5.2) lib/puma/server.rb:447:in `process_client'
+puma (5.5.2) lib/puma/thread_pool.rb:147:in `block in spawn_thread'
+Started GET "/sign_up" for ::1 at 2022-01-22 17:08:24 +0100
+Processing by RegistrationsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 1.1ms | Allocations: 656)
+ Rendered shared/_navbar.html.erb (Duration: 0.1ms | Allocations: 99)
+ Rendered layout layouts/application.html.erb (Duration: 4.1ms | Allocations: 2910)
+Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.0ms | Allocations: 3244)
+
+
+Started POST "/sign_up" for ::1 at 2022-01-22 17:09:22 +0100
+Processing by RegistrationsController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "user"=>{"name"=>"Elena Ortiz", "email"=>"elena@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Next"}
+ Rendering text template
+ Rendered text template (Duration: 0.0ms | Allocations: 4)
+Completed 200 OK in 5ms (Views: 3.9ms | Allocations: 1228)
+
+
+Started POST "/sign_up" for ::1 at 2022-01-22 17:09:25 +0100
+Processing by RegistrationsController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "user"=>{"name"=>"Elena Ortiz", "email"=>"elena@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Next"}
+ Rendering text template
+ Rendered text template (Duration: 0.0ms | Allocations: 2)
+Completed 200 OK in 2ms (Views: 0.5ms | Allocations: 557)
+
+
+Started POST "/sign_up" for ::1 at 2022-01-22 17:09:26 +0100
+Processing by RegistrationsController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "user"=>{"name"=>"Elena Ortiz", "email"=>"elena@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Next"}
+ Rendering text template
+ Rendered text template (Duration: 0.0ms | Allocations: 2)
+Completed 200 OK in 2ms (Views: 0.5ms | Allocations: 549)
+
+
+Started POST "/sign_up" for ::1 at 2022-01-22 17:09:27 +0100
+Processing by RegistrationsController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "user"=>{"name"=>"Elena Ortiz", "email"=>"elena@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Next"}
+ Rendering text template
+ Rendered text template (Duration: 0.0ms | Allocations: 2)
+Completed 200 OK in 2ms (Views: 0.4ms | Allocations: 547)
+
+
+Started POST "/sign_up" for ::1 at 2022-01-22 17:09:27 +0100
+Processing by RegistrationsController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "user"=>{"name"=>"Elena Ortiz", "email"=>"elena@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Next"}
+ Rendering text template
+ Rendered text template (Duration: 0.0ms | Allocations: 2)
+Completed 200 OK in 2ms (Views: 0.4ms | Allocations: 551)
+
+
+Started POST "/sign_up" for ::1 at 2022-01-22 17:09:27 +0100
+Processing by RegistrationsController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "user"=>{"name"=>"Elena Ortiz", "email"=>"elena@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Next"}
+ Rendering text template
+ Rendered text template (Duration: 0.0ms | Allocations: 2)
+Completed 200 OK in 2ms (Views: 0.4ms | Allocations: 553)
+
+
+Started POST "/sign_up" for ::1 at 2022-01-22 17:09:27 +0100
+Processing by RegistrationsController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "user"=>{"name"=>"Elena Ortiz", "email"=>"elena@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Next"}
+ Rendering text template
+ Rendered text template (Duration: 0.0ms | Allocations: 2)
+Completed 200 OK in 2ms (Views: 0.5ms | Allocations: 551)
+
+
+Started POST "/sign_up" for ::1 at 2022-01-22 17:10:35 +0100
+ [1m[35m (2.0ms)[0m [1m[34mSELECT sqlite_version(*)[0m
+ [1m[36mActiveRecord::SchemaMigration Pluck (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
+Processing by RegistrationsController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "user"=>{"name"=>"Elena Ortiz", "email"=>"elena@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Next"}
+No template found for RegistrationsController#create, rendering head :no_content
+Completed 204 No Content in 15ms (ActiveRecord: 0.0ms | Allocations: 3707)
+
+
+Started POST "/sign_up" for ::1 at 2022-01-22 17:10:38 +0100
+Processing by RegistrationsController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "user"=>{"name"=>"Elena Ortiz", "email"=>"elena@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Next"}
+No template found for RegistrationsController#create, rendering head :no_content
+Completed 204 No Content in 2ms (ActiveRecord: 0.0ms | Allocations: 696)
+
+
+Started POST "/sign_up" for ::1 at 2022-01-22 17:10:49 +0100
+Processing by RegistrationsController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "user"=>{"name"=>"Elena Ortiz", "email"=>"elena@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Next"}
+No template found for RegistrationsController#create, rendering head :no_content
+Completed 204 No Content in 2ms (ActiveRecord: 0.0ms | Allocations: 474)
+
+
+Started POST "/sign_up" for ::1 at 2022-01-22 17:18:55 +0100
+Processing by RegistrationsController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "user"=>{"name"=>"Elena Ortiz", "email"=>"elena@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Next"}
+ [1m[35m (0.2ms)[0m [1m[34mSELECT sqlite_version(*)[0m
+ ↳ app/controllers/registrations_controller.rb:7:in `create'
+ [1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
+ ↳ app/controllers/registrations_controller.rb:8:in `create'
+ [1m[36mUser Create (0.6ms)[0m [1m[32mINSERT INTO "users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Elena Ortiz"], ["email", "elena@gmail.com"], ["password_digest", "[FILTERED]"], ["created_at", "2022-01-22 16:18:55.590481"], ["updated_at", "2022-01-22 16:18:55.590481"]]
+ ↳ app/controllers/registrations_controller.rb:8:in `create'
+ [1m[36mTRANSACTION (1.4ms)[0m [1m[36mcommit transaction[0m
+ ↳ app/controllers/registrations_controller.rb:8:in `create'
+Redirected to http://localhost:3000/homepage
+Completed 302 Found in 284ms (ActiveRecord: 3.4ms | Allocations: 9924)
+
+
+Started GET "/homepage" for ::1 at 2022-01-22 17:18:55 +0100
+Processing by HomepageController#index as TURBO_STREAM
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 2.8ms | Allocations: 371)
+ Rendered shared/_navbar.html.erb (Duration: 3.1ms | Allocations: 378)
+ Rendered layout layouts/application.html.erb (Duration: 146.9ms | Allocations: 35562)
+Completed 200 OK in 160ms (Views: 154.2ms | ActiveRecord: 0.0ms | Allocations: 38116)
+
+
+Started GET "/" for ::1 at 2022-01-22 17:20:08 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 1.4ms | Allocations: 215)
+ Rendered shared/_navbar.html.erb (Duration: 0.2ms | Allocations: 108)
+ Rendered layout layouts/application.html.erb (Duration: 7.3ms | Allocations: 2859)
+Completed 200 OK in 11ms (Views: 10.0ms | ActiveRecord: 0.0ms | Allocations: 3739)
+
+
+Started GET "/sign_up" for ::1 at 2022-01-22 17:20:09 +0100
+Processing by RegistrationsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 7.3ms | Allocations: 1442)
+ Rendered shared/_navbar.html.erb (Duration: 0.2ms | Allocations: 112)
+ Rendered layout layouts/application.html.erb (Duration: 11.9ms | Allocations: 3785)
+Completed 200 OK in 22ms (Views: 20.2ms | ActiveRecord: 0.0ms | Allocations: 4668)
+
+
+Started POST "/sign_up" for ::1 at 2022-01-22 17:20:20 +0100
+Processing by RegistrationsController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "user"=>{"name"=>"Dani", "email"=>"asd", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Next"}
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 1.5ms | Allocations: 975)
+ Rendered shared/_navbar.html.erb (Duration: 0.3ms | Allocations: 113)
+ Rendered layout layouts/application.html.erb (Duration: 6.2ms | Allocations: 3299)
+Completed 200 OK in 272ms (Views: 6.8ms | ActiveRecord: 0.0ms | Allocations: 5719)
+
+
+Started POST "/sign_up" for ::1 at 2022-01-22 17:24:50 +0100
+Processing by RegistrationsController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "user"=>{"name"=>"Dani", "email"=>"asd", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Next"}
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 12.7ms | Allocations: 5103)
+ Rendered layout layouts/application.html.erb (Duration: 13.0ms | Allocations: 5183)
+Completed 500 Internal Server Error in 281ms (ActiveRecord: 0.0ms | Allocations: 7279)
+
+
+
+ActionView::Template::Error (wrong number of arguments (given 0, expected 2)):
+ 9:
+ 10: <% if @user.errors.any? %>
+ 11:
+ 12: <% @user.errors.full_message.each do |message| %>
+ 13:
<%= message %>
+ 14: <% end %>
+ 15:
+
+app/views/registrations/new.html.erb:12
+app/controllers/registrations_controller.rb:11:in `create'
+Started GET "/" for ::1 at 2022-01-22 17:25:45 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 1.4ms | Allocations: 212)
+ Rendered shared/_navbar.html.erb (Duration: 1.5ms | Allocations: 329)
+ Rendered layout layouts/application.html.erb (Duration: 11.1ms | Allocations: 3384)
+Completed 200 OK in 15ms (Views: 13.3ms | ActiveRecord: 0.0ms | Allocations: 4419)
+
+
+Started GET "/" for ::1 at 2022-01-22 17:25:45 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 53)
+ Rendered shared/_navbar.html.erb (Duration: 0.2ms | Allocations: 99)
+ Rendered layout layouts/application.html.erb (Duration: 5.5ms | Allocations: 2597)
+Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.0ms | Allocations: 2917)
+
+
+Started GET "/sign_up" for ::1 at 2022-01-22 17:25:47 +0100
+Processing by RegistrationsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 2.5ms | Allocations: 1107)
+ Rendered shared/_navbar.html.erb (Duration: 0.2ms | Allocations: 112)
+ Rendered layout layouts/application.html.erb (Duration: 6.7ms | Allocations: 3449)
+Completed 200 OK in 10ms (Views: 8.6ms | ActiveRecord: 0.0ms | Allocations: 4317)
+
+
+Started POST "/sign_up" for ::1 at 2022-01-22 17:25:55 +0100
+Processing by RegistrationsController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "user"=>{"name"=>"d", "email"=>"asdgsdg", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Next"}
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 2.2ms | Allocations: 1444)
+ Rendered shared/_navbar.html.erb (Duration: 0.5ms | Allocations: 113)
+ Rendered layout layouts/application.html.erb (Duration: 6.1ms | Allocations: 3814)
+Completed 200 OK in 272ms (Views: 6.7ms | ActiveRecord: 0.0ms | Allocations: 5193)
+
+
+Started POST "/sign_up" for ::1 at 2022-01-22 17:25:57 +0100
+Processing by RegistrationsController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "user"=>{"name"=>"d", "email"=>"asdgsdg", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Next"}
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 2.7ms | Allocations: 1427)
+ Rendered shared/_navbar.html.erb (Duration: 0.2ms | Allocations: 113)
+ Rendered layout layouts/application.html.erb (Duration: 6.9ms | Allocations: 3750)
+Completed 200 OK in 273ms (Views: 7.4ms | ActiveRecord: 0.0ms | Allocations: 5091)
+
+
+Started POST "/sign_up" for ::1 at 2022-01-22 17:27:24 +0100
+Processing by RegistrationsController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "user"=>{"name"=>"d", "email"=>"asdgsdg", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Next"}
+ [1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
+ ↳ app/controllers/registrations_controller.rb:7:in `create'
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 2.4ms | Allocations: 1469)
+ Rendered shared/_navbar.html.erb (Duration: 0.2ms | Allocations: 115)
+ Rendered layout layouts/application.html.erb (Duration: 21.4ms | Allocations: 15391)
+Completed 200 OK in 296ms (Views: 24.7ms | ActiveRecord: 0.9ms | Allocations: 20217)
+
+
+Started POST "/sign_up" for ::1 at 2022-01-22 17:27:25 +0100
+Processing by RegistrationsController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "user"=>{"name"=>"d", "email"=>"asdgsdg", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Next"}
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 5.0ms | Allocations: 1427)
+ Rendered shared/_navbar.html.erb (Duration: 0.3ms | Allocations: 113)
+ Rendered layout layouts/application.html.erb (Duration: 10.6ms | Allocations: 3750)
+Completed 200 OK in 277ms (Views: 11.3ms | ActiveRecord: 0.0ms | Allocations: 5113)
+
+
+Started GET "/sign_up" for ::1 at 2022-01-22 17:27:34 +0100
+Processing by RegistrationsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 1.7ms | Allocations: 1038)
+ Rendered shared/_navbar.html.erb (Duration: 1.1ms | Allocations: 333)
+ Rendered layout layouts/application.html.erb (Duration: 9.7ms | Allocations: 3902)
+Completed 200 OK in 14ms (Views: 12.6ms | ActiveRecord: 0.0ms | Allocations: 4949)
+
+
+Started POST "/sign_up" for ::1 at 2022-01-22 17:27:35 +0100
+Processing by RegistrationsController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "user"=>{"name"=>"", "email"=>"", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Next"}
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 2.7ms | Allocations: 1428)
+ Rendered shared/_navbar.html.erb (Duration: 0.2ms | Allocations: 113)
+ Rendered layout layouts/application.html.erb (Duration: 6.2ms | Allocations: 3798)
+Completed 200 OK in 9ms (Views: 6.7ms | ActiveRecord: 0.0ms | Allocations: 5111)
+
+
+Started POST "/sign_up" for ::1 at 2022-01-22 17:27:38 +0100
+Processing by RegistrationsController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "user"=>{"name"=>"arg", "email"=>"", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Next"}
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 2.5ms | Allocations: 1059)
+ Rendered shared/_navbar.html.erb (Duration: 0.2ms | Allocations: 113)
+ Rendered layout layouts/application.html.erb (Duration: 6.2ms | Allocations: 3382)
+Completed 200 OK in 9ms (Views: 6.8ms | ActiveRecord: 0.0ms | Allocations: 4635)
+
+
+Started POST "/sign_up" for ::1 at 2022-01-22 17:27:39 +0100
+Processing by RegistrationsController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "user"=>{"name"=>"arg", "email"=>"sadv", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Next"}
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 3.2ms | Allocations: 817)
+ Rendered shared/_navbar.html.erb (Duration: 0.2ms | Allocations: 113)
+ Rendered layout layouts/application.html.erb (Duration: 7.8ms | Allocations: 3140)
+Completed 200 OK in 12ms (Views: 8.6ms | ActiveRecord: 0.0ms | Allocations: 4429)
+
+
+Started POST "/sign_up" for ::1 at 2022-01-22 17:27:42 +0100
+Processing by RegistrationsController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "user"=>{"name"=>"arg", "email"=>"sadv", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Next"}
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 1.5ms | Allocations: 825)
+ Rendered shared/_navbar.html.erb (Duration: 0.2ms | Allocations: 113)
+ Rendered layout layouts/application.html.erb (Duration: 5.2ms | Allocations: 3148)
+Completed 200 OK in 270ms (Views: 6.2ms | ActiveRecord: 0.0ms | Allocations: 4504)
+
+
+Started POST "/sign_up" for ::1 at 2022-01-22 17:27:44 +0100
+Processing by RegistrationsController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "user"=>{"name"=>"arg", "email"=>"sadv", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Next"}
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 1.6ms | Allocations: 825)
+ Rendered shared/_navbar.html.erb (Duration: 0.2ms | Allocations: 113)
+ Rendered layout layouts/application.html.erb (Duration: 5.2ms | Allocations: 3148)
+Completed 200 OK in 272ms (Views: 5.8ms | ActiveRecord: 0.0ms | Allocations: 4509)
+
+
+Started GET "/sign_up" for ::1 at 2022-01-22 17:28:03 +0100
+Processing by RegistrationsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 1.3ms | Allocations: 664)
+ Rendered shared/_navbar.html.erb (Duration: 0.2ms | Allocations: 99)
+ Rendered layout layouts/application.html.erb (Duration: 5.5ms | Allocations: 2918)
+Completed 200 OK in 8ms (Views: 6.2ms | ActiveRecord: 0.0ms | Allocations: 3252)
+
+
+Started POST "/sign_up" for ::1 at 2022-01-22 17:28:07 +0100
+Processing by RegistrationsController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "user"=>{"name"=>"", "email"=>"", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Next"}
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 1.9ms | Allocations: 1320)
+ Rendered shared/_navbar.html.erb (Duration: 0.2ms | Allocations: 113)
+ Rendered layout layouts/application.html.erb (Duration: 5.2ms | Allocations: 3643)
+Completed 200 OK in 268ms (Views: 5.7ms | ActiveRecord: 0.0ms | Allocations: 5012)
+
+
+Started POST "/sign_up" for ::1 at 2022-01-22 17:28:07 +0100
+Processing by RegistrationsController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "user"=>{"name"=>"", "email"=>"", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Next"}
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 2.3ms | Allocations: 1320)
+ Rendered shared/_navbar.html.erb (Duration: 0.2ms | Allocations: 113)
+ Rendered layout layouts/application.html.erb (Duration: 5.7ms | Allocations: 3643)
+Completed 200 OK in 271ms (Views: 6.1ms | ActiveRecord: 0.0ms | Allocations: 5006)
+
+
+Started GET "/sign_up" for ::1 at 2022-01-22 17:28:17 +0100
+Processing by RegistrationsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 1.8ms | Allocations: 1109)
+ Rendered shared/_navbar.html.erb (Duration: 1.1ms | Allocations: 333)
+ Rendered layout layouts/application.html.erb (Duration: 7.2ms | Allocations: 3973)
+Completed 200 OK in 12ms (Views: 10.3ms | ActiveRecord: 0.0ms | Allocations: 5018)
+
+
+Started POST "/sign_up" for ::1 at 2022-01-22 17:28:20 +0100
+Processing by RegistrationsController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "user"=>{"name"=>"fabafb", "email"=>"", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Next"}
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 3.6ms | Allocations: 1990)
+ Rendered shared/_navbar.html.erb (Duration: 0.2ms | Allocations: 113)
+ Rendered layout layouts/application.html.erb (Duration: 9.4ms | Allocations: 4360)
+Completed 200 OK in 12ms (Views: 10.0ms | ActiveRecord: 0.0ms | Allocations: 5667)
+
+
+Started POST "/sign_up" for ::1 at 2022-01-22 17:32:51 +0100
+Processing by RegistrationsController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "user"=>{"name"=>"asvsa", "email"=>"", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Next"}
+ [1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
+ ↳ app/controllers/registrations_controller.rb:7:in `create'
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 5.3ms | Allocations: 2440)
+ Rendered layout layouts/application.html.erb (Duration: 20.5ms | Allocations: 7639)
+Completed 500 Internal Server Error in 36ms (ActiveRecord: 0.9ms | Allocations: 12629)
+
+
+
+ActionView::Template::Error (undefined method `javascript_pack_tag' for #
+Did you mean? javascript_path
+ javascript_tag):
+ 11:
+ 12:
+ 13: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %>
+ 14: <%= javascript_pack_tag 'application', 'data-turbolinks-track': 'reload' %>
+ 15:
+ 16:
+ 17:
+
+app/views/layouts/application.html.erb:14
+app/controllers/registrations_controller.rb:11:in `create'
+Started GET "/sign_up" for ::1 at 2022-01-22 17:33:10 +0100
+Processing by RegistrationsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 2.4ms | Allocations: 1146)
+ Rendered shared/_navbar.html.erb (Duration: 1.2ms | Allocations: 333)
+ Rendered layout layouts/application.html.erb (Duration: 21.2ms | Allocations: 15604)
+Completed 200 OK in 26ms (Views: 23.6ms | ActiveRecord: 0.0ms | Allocations: 16651)
+
+
+Started POST "/sign_up" for ::1 at 2022-01-22 17:33:13 +0100
+Processing by RegistrationsController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "user"=>{"name"=>"vs", "email"=>"", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Next"}
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 6.2ms | Allocations: 2437)
+ Rendered shared/_navbar.html.erb (Duration: 1.3ms | Allocations: 336)
+ Rendered layout layouts/application.html.erb (Duration: 14.4ms | Allocations: 5358)
+Completed 200 OK in 21ms (Views: 17.8ms | ActiveRecord: 0.0ms | Allocations: 7360)
+
+
+Started POST "/sign_up" for ::1 at 2022-01-22 17:33:36 +0100
+Processing by RegistrationsController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "user"=>{"name"=>"Dani", "email"=>"dani@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Next"}
+ [1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
+ ↳ app/controllers/registrations_controller.rb:8:in `create'
+ [1m[36mUser Create (1.4ms)[0m [1m[32mINSERT INTO "users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Dani"], ["email", "dani@gmail.com"], ["password_digest", "[FILTERED]"], ["created_at", "2022-01-22 16:33:36.953904"], ["updated_at", "2022-01-22 16:33:36.953904"]]
+ ↳ app/controllers/registrations_controller.rb:8:in `create'
+ [1m[36mTRANSACTION (1.4ms)[0m [1m[36mcommit transaction[0m
+ ↳ app/controllers/registrations_controller.rb:8:in `create'
+Redirected to http://localhost:3000/homepage
+Completed 302 Found in 280ms (ActiveRecord: 2.9ms | Allocations: 2312)
+
+
+Started GET "/homepage" for ::1 at 2022-01-22 17:33:36 +0100
+Processing by HomepageController#index as TURBO_STREAM
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 1.2ms | Allocations: 125)
+ Rendered shared/_navbar.html.erb (Duration: 0.4ms | Allocations: 135)
+ Rendered layout layouts/application.html.erb (Duration: 7.6ms | Allocations: 2792)
+Completed 200 OK in 12ms (Views: 10.4ms | ActiveRecord: 0.0ms | Allocations: 3673)
+
+
+Started POST "/sign_up" for ::1 at 2022-01-22 17:34:39 +0100
+Processing by RegistrationsController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "user"=>{"name"=>"Dani", "email"=>"dani@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Next"}
+ [1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
+ ↳ app/controllers/registrations_controller.rb:8:in `create'
+ [1m[36mUser Create (0.4ms)[0m [1m[32mINSERT INTO "users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Dani"], ["email", "dani@gmail.com"], ["password_digest", "[FILTERED]"], ["created_at", "2022-01-22 16:34:40.170796"], ["updated_at", "2022-01-22 16:34:40.170796"]]
+ ↳ app/controllers/registrations_controller.rb:8:in `create'
+ [1m[36mTRANSACTION (1.3ms)[0m [1m[36mcommit transaction[0m
+ ↳ app/controllers/registrations_controller.rb:8:in `create'
+Redirected to http://localhost:3000/homepage
+Completed 302 Found in 269ms (ActiveRecord: 1.8ms | Allocations: 2275)
+
+
+Started GET "/homepage" for ::1 at 2022-01-22 17:34:40 +0100
+Processing by HomepageController#index as TURBO_STREAM
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 0.5ms | Allocations: 127)
+ Rendered shared/_navbar.html.erb (Duration: 1.5ms | Allocations: 358)
+ Rendered layout layouts/application.html.erb (Duration: 10.0ms | Allocations: 3382)
+Completed 200 OK in 13ms (Views: 11.7ms | ActiveRecord: 0.0ms | Allocations: 4466)
+
+
+Started GET "/sign_up" for ::1 at 2022-01-22 18:26:33 +0100
+Processing by RegistrationsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 3.4ms | Allocations: 1111)
+ Rendered shared/_navbar.html.erb (Duration: 1.2ms | Allocations: 333)
+ Rendered layout layouts/application.html.erb (Duration: 24.1ms | Allocations: 4922)
+Completed 200 OK in 29ms (Views: 27.6ms | Allocations: 5965)
+
+
+Started POST "/sign_up" for ::1 at 2022-01-22 18:26:58 +0100
+Processing by RegistrationsController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "user"=>{"name"=>"Elisa Garcia", "email"=>"elisa@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Next"}
+ [1m[35m (0.0ms)[0m [1m[34mSELECT sqlite_version(*)[0m
+ ↳ app/controllers/registrations_controller.rb:8:in `create'
+ [1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
+ ↳ app/controllers/registrations_controller.rb:8:in `create'
+ [1m[36mUser Create (0.5ms)[0m [1m[32mINSERT INTO "users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Elisa Garcia"], ["email", "elisa@gmail.com"], ["password_digest", "[FILTERED]"], ["created_at", "2022-01-22 17:26:58.610616"], ["updated_at", "2022-01-22 17:26:58.610616"]]
+ ↳ app/controllers/registrations_controller.rb:8:in `create'
+ [1m[36mTRANSACTION (2.2ms)[0m [1m[36mcommit transaction[0m
+ ↳ app/controllers/registrations_controller.rb:8:in `create'
+Redirected to http://localhost:3000/homepage
+Completed 302 Found in 270ms (ActiveRecord: 3.0ms | Allocations: 2767)
+
+
+Started GET "/homepage" for ::1 at 2022-01-22 18:26:58 +0100
+Processing by HomepageController#index as TURBO_STREAM
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 0.9ms | Allocations: 125)
+ Rendered shared/_navbar.html.erb (Duration: 0.2ms | Allocations: 134)
+ Rendered layout layouts/application.html.erb (Duration: 6.5ms | Allocations: 2846)
+Completed 200 OK in 10ms (Views: 8.8ms | ActiveRecord: 0.0ms | Allocations: 3749)
+
+
+Started GET "/homepage" for ::1 at 2022-01-22 18:27:52 +0100
+Processing by HomepageController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 0.1ms | Allocations: 15)
+ Rendered shared/_navbar.html.erb (Duration: 0.4ms | Allocations: 113)
+ Rendered layout layouts/application.html.erb (Duration: 8.1ms | Allocations: 2580)
+Completed 200 OK in 10ms (Views: 8.8ms | ActiveRecord: 0.0ms | Allocations: 2900)
+
+
+Started GET "/homepage" for ::1 at 2022-01-22 18:27:53 +0100
+Processing by HomepageController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 0.1ms | Allocations: 15)
+ Rendered shared/_navbar.html.erb (Duration: 0.2ms | Allocations: 113)
+ Rendered layout layouts/application.html.erb (Duration: 5.5ms | Allocations: 2592)
+Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.0ms | Allocations: 2914)
+
+
+Started GET "/" for ::1 at 2022-01-22 18:27:54 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 1.4ms | Allocations: 212)
+ Rendered shared/_navbar.html.erb (Duration: 0.3ms | Allocations: 108)
+ Rendered layout layouts/application.html.erb (Duration: 6.8ms | Allocations: 2847)
+Completed 200 OK in 11ms (Views: 9.3ms | ActiveRecord: 0.0ms | Allocations: 3726)
+
+
+Started GET "/sign_up" for ::1 at 2022-01-22 18:27:56 +0100
+Processing by RegistrationsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 5.5ms | Allocations: 661)
+ Rendered shared/_navbar.html.erb (Duration: 0.3ms | Allocations: 99)
+ Rendered layout layouts/application.html.erb (Duration: 12.9ms | Allocations: 2919)
+Completed 200 OK in 15ms (Views: 13.8ms | ActiveRecord: 0.0ms | Allocations: 3258)
+
+
+Started GET "/" for ::1 at 2022-01-22 18:27:58 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 1.0ms | Allocations: 53)
+ Rendered shared/_navbar.html.erb (Duration: 1.0ms | Allocations: 99)
+ Rendered layout layouts/application.html.erb (Duration: 8.1ms | Allocations: 2599)
+Completed 200 OK in 10ms (Views: 9.0ms | ActiveRecord: 0.0ms | Allocations: 2921)
+
+
+Started GET "/" for ::1 at 2022-01-22 18:50:21 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 53)
+ Rendered shared/_navbar.html.erb (Duration: 0.2ms | Allocations: 99)
+ Rendered layout layouts/application.html.erb (Duration: 11.1ms | Allocations: 2593)
+Completed 200 OK in 14ms (Views: 11.7ms | Allocations: 2912)
+
+
+Started GET "/sign_up" for ::1 at 2022-01-22 18:50:24 +0100
+Processing by RegistrationsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 3.9ms | Allocations: 663)
+ Rendered shared/_navbar.html.erb (Duration: 0.4ms | Allocations: 99)
+ Rendered layout layouts/application.html.erb (Duration: 10.9ms | Allocations: 2921)
+Completed 200 OK in 13ms (Views: 11.8ms | Allocations: 3255)
+
+
+Started POST "/sign_up" for ::1 at 2022-01-22 19:45:31 +0100
+Processing by RegistrationsController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "user"=>{"name"=>"Mauricio", "email"=>"mauricio@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Next"}
+ [1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
+ ↳ app/controllers/registrations_controller.rb:8:in `create'
+ [1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
+ ↳ app/controllers/registrations_controller.rb:8:in `create'
+ [1m[36mUser Create (1.4ms)[0m [1m[32mINSERT INTO "users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Mauricio"], ["email", "mauricio@gmail.com"], ["password_digest", "[FILTERED]"], ["created_at", "2022-01-22 18:45:31.801464"], ["updated_at", "2022-01-22 18:45:31.801464"]]
+ ↳ app/controllers/registrations_controller.rb:8:in `create'
+ [1m[36mTRANSACTION (1.7ms)[0m [1m[36mcommit transaction[0m
+ ↳ app/controllers/registrations_controller.rb:8:in `create'
+Redirected to http://localhost:3000/homepage
+Completed 302 Found in 270ms (ActiveRecord: 3.4ms | Allocations: 2770)
+
+
+Started GET "/homepage" for ::1 at 2022-01-22 19:45:31 +0100
+Processing by HomepageController#index as TURBO_STREAM
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 0.1ms | Allocations: 15)
+ Rendered shared/_navbar.html.erb (Duration: 0.2ms | Allocations: 113)
+ Rendered layout layouts/application.html.erb (Duration: 10.6ms | Allocations: 2579)
+Completed 200 OK in 12ms (Views: 11.2ms | ActiveRecord: 0.0ms | Allocations: 2905)
+
+
+Started GET "/" for ::1 at 2022-01-22 19:45:37 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 0.4ms | Allocations: 53)
+ Rendered shared/_navbar.html.erb (Duration: 0.2ms | Allocations: 99)
+ Rendered layout layouts/application.html.erb (Duration: 7.5ms | Allocations: 2601)
+Completed 200 OK in 11ms (Views: 8.7ms | ActiveRecord: 0.0ms | Allocations: 2923)
+
+
+Started GET "/" for ::1 at 2022-01-22 19:45:39 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 53)
+ Rendered shared/_navbar.html.erb (Duration: 0.2ms | Allocations: 99)
+ Rendered layout layouts/application.html.erb (Duration: 5.3ms | Allocations: 2605)
+Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.0ms | Allocations: 2927)
+
+
+Started GET "/homepage" for ::1 at 2022-01-22 19:45:40 +0100
+Processing by HomepageController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 0.1ms | Allocations: 15)
+ Rendered shared/_navbar.html.erb (Duration: 0.3ms | Allocations: 113)
+ Rendered layout layouts/application.html.erb (Duration: 12.2ms | Allocations: 2582)
+Completed 200 OK in 14ms (Views: 13.1ms | ActiveRecord: 0.0ms | Allocations: 2904)
+
+
+Started GET "/" for ::1 at 2022-01-22 19:45:41 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 0.3ms | Allocations: 53)
+ Rendered shared/_navbar.html.erb (Duration: 0.4ms | Allocations: 99)
+ Rendered layout layouts/application.html.erb (Duration: 6.9ms | Allocations: 2601)
+Completed 200 OK in 10ms (Views: 8.8ms | ActiveRecord: 0.0ms | Allocations: 2923)
+
+
+Started GET "/" for ::1 at 2022-01-22 19:45:44 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 53)
+ Rendered shared/_navbar.html.erb (Duration: 0.3ms | Allocations: 99)
+ Rendered layout layouts/application.html.erb (Duration: 4.6ms | Allocations: 2605)
+Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.0ms | Allocations: 2927)
+
+
+Started GET "/homepage" for ::1 at 2022-01-22 19:45:52 +0100
+Processing by HomepageController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 0.1ms | Allocations: 15)
+ Rendered shared/_navbar.html.erb (Duration: 0.4ms | Allocations: 113)
+ Rendered layout layouts/application.html.erb (Duration: 11.9ms | Allocations: 2566)
+Completed 200 OK in 14ms (Views: 12.8ms | ActiveRecord: 0.0ms | Allocations: 2888)
+
+
+Started GET "/" for ::1 at 2022-01-23 00:10:07 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 3.2ms | Allocations: 53)
+ Rendered shared/_navbar.html.erb (Duration: 0.5ms | Allocations: 99)
+ Rendered layout layouts/application.html.erb (Duration: 32.7ms | Allocations: 2617)
+Completed 200 OK in 43ms (Views: 36.3ms | Allocations: 2937)
+
+
+Started GET "/sign_up" for ::1 at 2022-01-23 00:10:09 +0100
+Processing by RegistrationsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 5.3ms | Allocations: 655)
+ Rendered shared/_navbar.html.erb (Duration: 0.8ms | Allocations: 99)
+ Rendered layout layouts/application.html.erb (Duration: 15.7ms | Allocations: 2913)
+Completed 200 OK in 22ms (Views: 17.1ms | Allocations: 3247)
+
+
+Started GET "/" for ::1 at 2022-01-23 11:09:32 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 2.9ms | Allocations: 260)
+ Rendered shared/_navbar.html.erb (Duration: 1.2ms | Allocations: 329)
+ Rendered layout layouts/application.html.erb (Duration: 45.3ms | Allocations: 14729)
+Completed 200 OK in 53ms (Views: 49.3ms | Allocations: 16063)
+
+
+Started GET "/sign_up" for ::1 at 2022-01-23 11:09:34 +0100
+Processing by RegistrationsController#new as HTML
+ [1m[35m (0.2ms)[0m [1m[34mSELECT sqlite_version(*)[0m
+ ↳ app/controllers/registrations_controller.rb:3:in `new'
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 6.4ms | Allocations: 1134)
+ Rendered shared/_navbar.html.erb (Duration: 0.3ms | Allocations: 112)
+ Rendered layout layouts/application.html.erb (Duration: 14.0ms | Allocations: 3481)
+Completed 200 OK in 54ms (Views: 19.1ms | ActiveRecord: 2.3ms | Allocations: 6881)
+
+
+Started POST "/sign_up" for ::1 at 2022-01-23 11:10:03 +0100
+Processing by RegistrationsController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "user"=>{"name"=>"Tomas Tocornal", "email"=>"samotgt@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Next"}
+ [1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
+ ↳ app/controllers/registrations_controller.rb:8:in `create'
+ [1m[36mUser Create (0.5ms)[0m [1m[32mINSERT INTO "users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Tomas Tocornal"], ["email", "samotgt@gmail.com"], ["password_digest", "[FILTERED]"], ["created_at", "2022-01-23 10:10:03.871850"], ["updated_at", "2022-01-23 10:10:03.871850"]]
+ ↳ app/controllers/registrations_controller.rb:8:in `create'
+ [1m[36mTRANSACTION (1.4ms)[0m [1m[36mcommit transaction[0m
+ ↳ app/controllers/registrations_controller.rb:8:in `create'
+Redirected to http://localhost:3000/homepage
+Completed 302 Found in 273ms (ActiveRecord: 2.0ms | Allocations: 2463)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 11:10:03 +0100
+Processing by HomepageController#index as TURBO_STREAM
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 1.5ms | Allocations: 125)
+ Rendered shared/_navbar.html.erb (Duration: 0.2ms | Allocations: 135)
+ Rendered layout layouts/application.html.erb (Duration: 6.7ms | Allocations: 2854)
+Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.0ms | Allocations: 3782)
+
+
+Started GET "/" for ::1 at 2022-01-23 11:10:08 +0100
+Processing by MainController#index as HTML
+ [1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 7], ["LIMIT", 1]]
+ ↳ app/controllers/main_controller.rb:4:in `index'
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 0.3ms | Allocations: 60)
+ Rendered shared/_navbar.html.erb (Duration: 0.3ms | Allocations: 99)
+ Rendered layout layouts/application.html.erb (Duration: 7.7ms | Allocations: 2331)
+Completed 200 OK in 24ms (Views: 8.6ms | ActiveRecord: 0.4ms | Allocations: 5290)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 11:10:48 +0100
+Processing by HomepageController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 1.0ms | Allocations: 180)
+ Rendered shared/_navbar.html.erb (Duration: 1.8ms | Allocations: 355)
+ Rendered layout layouts/application.html.erb (Duration: 9.9ms | Allocations: 3380)
+Completed 200 OK in 14ms (Views: 12.2ms | ActiveRecord: 0.0ms | Allocations: 4410)
+
+
+Started GET "/" for ::1 at 2022-01-23 11:10:50 +0100
+Processing by MainController#index as HTML
+ [1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 7], ["LIMIT", 1]]
+ ↳ app/controllers/main_controller.rb:4:in `index'
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 1.5ms | Allocations: 252)
+ Rendered shared/_navbar.html.erb (Duration: 0.5ms | Allocations: 108)
+ Rendered layout layouts/application.html.erb (Duration: 10.5ms | Allocations: 2612)
+Completed 200 OK in 18ms (Views: 13.2ms | ActiveRecord: 0.3ms | Allocations: 4207)
+
+
+Started GET "/" for ::1 at 2022-01-23 11:10:51 +0100
+Processing by MainController#index as HTML
+ [1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 7], ["LIMIT", 1]]
+ ↳ app/controllers/main_controller.rb:4:in `index'
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 0.3ms | Allocations: 55)
+ Rendered shared/_navbar.html.erb (Duration: 0.2ms | Allocations: 99)
+ Rendered layout layouts/application.html.erb (Duration: 4.6ms | Allocations: 2326)
+Completed 200 OK in 8ms (Views: 5.3ms | ActiveRecord: 0.2ms | Allocations: 3376)
+
+
+Started GET "/" for ::1 at 2022-01-23 11:10:52 +0100
+Processing by MainController#index as HTML
+ [1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 7], ["LIMIT", 1]]
+ ↳ app/controllers/main_controller.rb:4:in `index'
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 0.3ms | Allocations: 55)
+ Rendered shared/_navbar.html.erb (Duration: 0.2ms | Allocations: 99)
+ Rendered layout layouts/application.html.erb (Duration: 4.8ms | Allocations: 2326)
+Completed 200 OK in 8ms (Views: 5.5ms | ActiveRecord: 0.2ms | Allocations: 3370)
+
+
+Started GET "/" for ::1 at 2022-01-23 11:11:11 +0100
+Processing by MainController#index as HTML
+ [1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 7], ["LIMIT", 1]]
+ ↳ app/controllers/main_controller.rb:4:in `index'
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 2.0ms | Allocations: 212)
+ Rendered shared/_navbar.html.erb (Duration: 1.0ms | Allocations: 329)
+ Rendered layout layouts/application.html.erb (Duration: 9.1ms | Allocations: 3098)
+Completed 200 OK in 15ms (Views: 11.2ms | ActiveRecord: 0.2ms | Allocations: 4855)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 11:11:15 +0100
+Processing by HomepageController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 1.3ms | Allocations: 177)
+ Rendered shared/_navbar.html.erb (Duration: 1.5ms | Allocations: 355)
+ Rendered layout layouts/application.html.erb (Duration: 12.7ms | Allocations: 3381)
+Completed 200 OK in 19ms (Views: 16.9ms | ActiveRecord: 0.0ms | Allocations: 4415)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 11:11:16 +0100
+Processing by HomepageController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 0.1ms | Allocations: 15)
+ Rendered shared/_navbar.html.erb (Duration: 0.2ms | Allocations: 113)
+ Rendered layout layouts/application.html.erb (Duration: 5.2ms | Allocations: 2579)
+Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.0ms | Allocations: 2899)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 11:11:48 +0100
+Processing by HomepageController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 0.1ms | Allocations: 17)
+ Rendered shared/_navbar.html.erb (Duration: 0.4ms | Allocations: 136)
+ Rendered layout layouts/application.html.erb (Duration: 20.7ms | Allocations: 14184)
+Completed 200 OK in 23ms (Views: 22.1ms | Allocations: 14953)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 11:11:49 +0100
+Processing by HomepageController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 0.1ms | Allocations: 15)
+ Rendered shared/_navbar.html.erb (Duration: 0.4ms | Allocations: 113)
+ Rendered layout layouts/application.html.erb (Duration: 6.1ms | Allocations: 2587)
+Completed 200 OK in 8ms (Views: 6.9ms | Allocations: 2903)
+
+
+Started GET "/" for ::1 at 2022-01-23 11:11:50 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 1.3ms | Allocations: 212)
+ Rendered shared/_navbar.html.erb (Duration: 0.3ms | Allocations: 108)
+ Rendered layout layouts/application.html.erb (Duration: 8.8ms | Allocations: 2851)
+Completed 200 OK in 13ms (Views: 11.7ms | Allocations: 3726)
+
+
+Started GET "/sign_up" for ::1 at 2022-01-23 11:11:56 +0100
+
+NameError (undefined local variable or method `session' for RegistrationsController:Class):
+
+app/controllers/registrations_controller.rb:2:in `'
+app/controllers/registrations_controller.rb:1:in `'
+Started GET "/sign_up" for ::1 at 2022-01-23 11:12:15 +0100
+Processing by RegistrationsController#new as HTML
+ [1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
+ ↳ app/controllers/registrations_controller.rb:9:in `new'
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 2.5ms | Allocations: 1138)
+ Rendered shared/_navbar.html.erb (Duration: 0.3ms | Allocations: 112)
+ Rendered layout layouts/application.html.erb (Duration: 18.3ms | Allocations: 15068)
+Completed 200 OK in 31ms (Views: 20.8ms | ActiveRecord: 1.2ms | Allocations: 18870)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 11:12:17 +0100
+Processing by HomepageController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 0.1ms | Allocations: 17)
+ Rendered shared/_navbar.html.erb (Duration: 0.4ms | Allocations: 135)
+ Rendered layout layouts/application.html.erb (Duration: 8.1ms | Allocations: 2690)
+Completed 200 OK in 11ms (Views: 10.2ms | ActiveRecord: 0.0ms | Allocations: 3458)
+
+
+Started GET "/" for ::1 at 2022-01-23 11:12:18 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 74)
+ Rendered shared/_navbar.html.erb (Duration: 0.2ms | Allocations: 108)
+ Rendered layout layouts/application.html.erb (Duration: 4.1ms | Allocations: 2720)
+Completed 200 OK in 7ms (Views: 5.4ms | ActiveRecord: 0.0ms | Allocations: 3488)
+
+
+Started GET "/sign_up" for ::1 at 2022-01-23 11:12:20 +0100
+Processing by RegistrationsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 1.8ms | Allocations: 656)
+ Rendered shared/_navbar.html.erb (Duration: 0.4ms | Allocations: 99)
+ Rendered layout layouts/application.html.erb (Duration: 9.4ms | Allocations: 2914)
+Completed 200 OK in 11ms (Views: 10.1ms | ActiveRecord: 0.0ms | Allocations: 3252)
+
+
+Started POST "/sign_up" for ::1 at 2022-01-23 11:12:44 +0100
+Processing by RegistrationsController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "user"=>{"name"=>"Tomas", "email"=>"tomas@mail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Next"}
+ [1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
+ ↳ app/controllers/registrations_controller.rb:14:in `create'
+ [1m[36mUser Create (0.5ms)[0m [1m[32mINSERT INTO "users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Tomas"], ["email", "tomas@mail.com"], ["password_digest", "[FILTERED]"], ["created_at", "2022-01-23 10:12:44.958222"], ["updated_at", "2022-01-23 10:12:44.958222"]]
+ ↳ app/controllers/registrations_controller.rb:14:in `create'
+ [1m[36mTRANSACTION (1.4ms)[0m [1m[36mcommit transaction[0m
+ ↳ app/controllers/registrations_controller.rb:14:in `create'
+Redirected to http://localhost:3000/homepage
+Completed 302 Found in 268ms (ActiveRecord: 1.9ms | Allocations: 2469)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 11:12:44 +0100
+Processing by HomepageController#index as TURBO_STREAM
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 0.1ms | Allocations: 15)
+ Rendered shared/_navbar.html.erb (Duration: 0.2ms | Allocations: 113)
+ Rendered layout layouts/application.html.erb (Duration: 4.2ms | Allocations: 2637)
+Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.0ms | Allocations: 3010)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 11:13:27 +0100
+Processing by HomepageController#index as HTML
+ [1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
+ ↳ app/controllers/homepage_controller.rb:4:in `index'
+ [1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
+ ↳ app/controllers/homepage_controller.rb:4:in `index'
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 0.1ms | Allocations: 22)
+ Rendered shared/_navbar.html.erb (Duration: 0.2ms | Allocations: 136)
+ Rendered layout layouts/application.html.erb (Duration: 16.5ms | Allocations: 13906)
+Completed 200 OK in 30ms (Views: 18.4ms | ActiveRecord: 1.2ms | Allocations: 18830)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 11:14:01 +0100
+Processing by HomepageController#index as HTML
+ [1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
+ ↳ app/controllers/homepage_controller.rb:4:in `index'
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 0.8ms | Allocations: 170)
+ Rendered shared/_navbar.html.erb (Duration: 1.6ms | Allocations: 355)
+ Rendered layout layouts/application.html.erb (Duration: 8.5ms | Allocations: 3086)
+Completed 200 OK in 15ms (Views: 10.7ms | ActiveRecord: 0.1ms | Allocations: 4836)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 11:14:24 +0100
+Processing by HomepageController#index as HTML
+ [1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
+ ↳ app/controllers/homepage_controller.rb:4:in `index'
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 1.1ms | Allocations: 185)
+ Rendered shared/_navbar.html.erb (Duration: 0.9ms | Allocations: 358)
+ Rendered layout layouts/application.html.erb (Duration: 12.3ms | Allocations: 3112)
+Completed 200 OK in 19ms (Views: 15.1ms | ActiveRecord: 0.2ms | Allocations: 4878)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 11:14:35 +0100
+Processing by HomepageController#index as HTML
+ [1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
+ ↳ app/controllers/homepage_controller.rb:4:in `index'
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 0.7ms | Allocations: 184)
+ Rendered shared/_navbar.html.erb (Duration: 0.9ms | Allocations: 355)
+ Rendered layout layouts/application.html.erb (Duration: 7.0ms | Allocations: 3106)
+Completed 200 OK in 13ms (Views: 9.8ms | ActiveRecord: 0.1ms | Allocations: 4861)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 11:14:42 +0100
+Processing by HomepageController#index as HTML
+ [1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
+ ↳ app/controllers/homepage_controller.rb:4:in `index'
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 0.5ms | Allocations: 184)
+ Rendered shared/_navbar.html.erb (Duration: 0.8ms | Allocations: 355)
+ Rendered layout layouts/application.html.erb (Duration: 5.7ms | Allocations: 3100)
+Completed 200 OK in 11ms (Views: 8.0ms | ActiveRecord: 0.1ms | Allocations: 4849)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 11:14:50 +0100
+Processing by HomepageController#index as HTML
+ [1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
+ ↳ app/controllers/homepage_controller.rb:4:in `index'
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 0.7ms | Allocations: 184)
+ Rendered shared/_navbar.html.erb (Duration: 0.7ms | Allocations: 355)
+ Rendered layout layouts/application.html.erb (Duration: 7.0ms | Allocations: 3100)
+Completed 200 OK in 13ms (Views: 9.3ms | ActiveRecord: 0.1ms | Allocations: 4863)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 11:14:57 +0100
+Processing by HomepageController#index as HTML
+ [1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
+ ↳ app/controllers/homepage_controller.rb:4:in `index'
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 0.9ms | Allocations: 184)
+ Rendered shared/_navbar.html.erb (Duration: 0.9ms | Allocations: 355)
+ Rendered layout layouts/application.html.erb (Duration: 6.6ms | Allocations: 3100)
+Completed 200 OK in 12ms (Views: 8.7ms | ActiveRecord: 0.1ms | Allocations: 4877)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 11:15:03 +0100
+Processing by HomepageController#index as HTML
+ [1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
+ ↳ app/controllers/homepage_controller.rb:4:in `index'
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 0.8ms | Allocations: 184)
+ Rendered shared/_navbar.html.erb (Duration: 1.1ms | Allocations: 355)
+ Rendered layout layouts/application.html.erb (Duration: 6.8ms | Allocations: 3100)
+Completed 200 OK in 12ms (Views: 9.2ms | ActiveRecord: 0.1ms | Allocations: 4859)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 11:15:12 +0100
+Processing by HomepageController#index as HTML
+ [1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
+ ↳ app/controllers/homepage_controller.rb:4:in `index'
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 3.6ms | Allocations: 184)
+ Rendered shared/_navbar.html.erb (Duration: 4.1ms | Allocations: 356)
+ Rendered layout layouts/application.html.erb (Duration: 21.5ms | Allocations: 3101)
+Completed 200 OK in 30ms (Views: 26.4ms | ActiveRecord: 0.2ms | Allocations: 4859)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 11:15:13 +0100
+Processing by HomepageController#index as HTML
+ [1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
+ ↳ app/controllers/homepage_controller.rb:4:in `index'
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 0.1ms | Allocations: 17)
+ Rendered shared/_navbar.html.erb (Duration: 0.2ms | Allocations: 113)
+ Rendered layout layouts/application.html.erb (Duration: 3.6ms | Allocations: 2303)
+Completed 200 OK in 7ms (Views: 4.3ms | ActiveRecord: 0.2ms | Allocations: 3360)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 11:15:18 +0100
+Processing by HomepageController#index as HTML
+ [1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
+ ↳ app/controllers/homepage_controller.rb:4:in `index'
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 0.7ms | Allocations: 184)
+ Rendered shared/_navbar.html.erb (Duration: 1.0ms | Allocations: 355)
+ Rendered layout layouts/application.html.erb (Duration: 7.1ms | Allocations: 3100)
+Completed 200 OK in 12ms (Views: 8.9ms | ActiveRecord: 0.2ms | Allocations: 4860)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 11:15:25 +0100
+Processing by HomepageController#index as HTML
+ [1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
+ ↳ app/controllers/homepage_controller.rb:4:in `index'
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 0.7ms | Allocations: 184)
+ Rendered shared/_navbar.html.erb (Duration: 0.9ms | Allocations: 355)
+ Rendered layout layouts/application.html.erb (Duration: 7.0ms | Allocations: 3100)
+Completed 200 OK in 12ms (Views: 9.0ms | ActiveRecord: 0.1ms | Allocations: 4871)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 11:15:34 +0100
+Processing by HomepageController#index as HTML
+ [1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
+ ↳ app/controllers/homepage_controller.rb:4:in `index'
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 0.7ms | Allocations: 185)
+ Rendered shared/_navbar.html.erb (Duration: 0.8ms | Allocations: 355)
+ Rendered layout layouts/application.html.erb (Duration: 6.9ms | Allocations: 3101)
+Completed 200 OK in 12ms (Views: 8.6ms | ActiveRecord: 0.2ms | Allocations: 4866)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 11:15:41 +0100
+Processing by HomepageController#index as HTML
+ [1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
+ ↳ app/controllers/homepage_controller.rb:4:in `index'
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 0.9ms | Allocations: 183)
+ Rendered shared/_navbar.html.erb (Duration: 1.0ms | Allocations: 355)
+ Rendered layout layouts/application.html.erb (Duration: 7.0ms | Allocations: 3099)
+Completed 200 OK in 12ms (Views: 9.4ms | ActiveRecord: 0.1ms | Allocations: 4866)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 11:20:21 +0100
+Processing by HomepageController#index as HTML
+ [1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
+ ↳ app/controllers/homepage_controller.rb:4:in `index'
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 1.1ms | Allocations: 185)
+ Rendered shared/_navbar.html.erb (Duration: 1.5ms | Allocations: 355)
+ Rendered layout layouts/application.html.erb (Duration: 10.9ms | Allocations: 3111)
+Completed 200 OK in 17ms (Views: 14.5ms | ActiveRecord: 0.1ms | Allocations: 4880)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 11:20:23 +0100
+Processing by HomepageController#index as HTML
+ [1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
+ ↳ app/controllers/homepage_controller.rb:4:in `index'
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 0.1ms | Allocations: 15)
+ Rendered shared/_navbar.html.erb (Duration: 0.2ms | Allocations: 113)
+ Rendered layout layouts/application.html.erb (Duration: 3.8ms | Allocations: 2301)
+Completed 200 OK in 8ms (Views: 4.6ms | ActiveRecord: 0.1ms | Allocations: 3345)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 11:20:34 +0100
+Processing by HomepageController#index as HTML
+ [1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
+ ↳ app/controllers/homepage_controller.rb:4:in `index'
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 0.8ms | Allocations: 185)
+ Rendered shared/_navbar.html.erb (Duration: 1.2ms | Allocations: 355)
+ Rendered layout layouts/application.html.erb (Duration: 7.7ms | Allocations: 3107)
+Completed 200 OK in 14ms (Views: 10.8ms | ActiveRecord: 0.1ms | Allocations: 4889)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 11:21:47 +0100
+Processing by HomepageController#index as HTML
+ [1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
+ ↳ app/controllers/homepage_controller.rb:4:in `index'
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 0.8ms | Allocations: 186)
+ Rendered shared/_navbar.html.erb (Duration: 1.4ms | Allocations: 355)
+ Rendered layout layouts/application.html.erb (Duration: 7.9ms | Allocations: 3102)
+Completed 200 OK in 15ms (Views: 11.0ms | ActiveRecord: 0.2ms | Allocations: 4853)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 11:21:49 +0100
+Processing by HomepageController#index as HTML
+ [1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
+ ↳ app/controllers/homepage_controller.rb:4:in `index'
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 0.1ms | Allocations: 17)
+ Rendered shared/_navbar.html.erb (Duration: 0.2ms | Allocations: 113)
+ Rendered layout layouts/application.html.erb (Duration: 4.6ms | Allocations: 2303)
+Completed 200 OK in 7ms (Views: 5.1ms | ActiveRecord: 0.1ms | Allocations: 3353)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 11:22:41 +0100
+Processing by HomepageController#index as HTML
+ [1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
+ ↳ app/controllers/homepage_controller.rb:4:in `index'
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 0.8ms | Allocations: 186)
+ Rendered shared/_navbar.html.erb (Duration: 1.4ms | Allocations: 355)
+ Rendered layout layouts/application.html.erb (Duration: 8.3ms | Allocations: 3102)
+Completed 200 OK in 13ms (Views: 10.6ms | ActiveRecord: 0.1ms | Allocations: 4858)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 11:22:50 +0100
+Processing by HomepageController#index as HTML
+ [1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
+ ↳ app/controllers/homepage_controller.rb:4:in `index'
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 0.9ms | Allocations: 186)
+ Rendered shared/_navbar.html.erb (Duration: 0.8ms | Allocations: 355)
+ Rendered layout layouts/application.html.erb (Duration: 8.1ms | Allocations: 3102)
+Completed 200 OK in 14ms (Views: 10.7ms | ActiveRecord: 0.1ms | Allocations: 4863)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 11:22:51 +0100
+Processing by HomepageController#index as HTML
+ [1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
+ ↳ app/controllers/homepage_controller.rb:4:in `index'
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 0.1ms | Allocations: 17)
+ Rendered shared/_navbar.html.erb (Duration: 0.2ms | Allocations: 113)
+ Rendered layout layouts/application.html.erb (Duration: 3.7ms | Allocations: 2303)
+Completed 200 OK in 7ms (Views: 4.5ms | ActiveRecord: 0.3ms | Allocations: 3353)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 11:27:45 +0100
+Processing by HomepageController#index as HTML
+Completed 500 Internal Server Error in 8ms (Allocations: 1625)
+
+
+
+ArgumentError (Unsupported argument type: 8 (Integer)):
+
+app/controllers/homepage_controller.rb:4:in `index'
+Started GET "/homepage" for ::1 at 2022-01-23 11:28:06 +0100
+Processing by HomepageController#index as HTML
+Completed 500 Internal Server Error in 1ms (Allocations: 785)
+
+
+
+ArgumentError (Unsupported argument type: 8 (Integer)):
+
+app/controllers/homepage_controller.rb:4:in `index'
+Started GET "/homepage" for ::1 at 2022-01-23 11:28:44 +0100
+Processing by HomepageController#index as HTML
+ [1m[35m (0.0ms)[0m [1m[34mSELECT sqlite_version(*)[0m
+ ↳ app/controllers/homepage_controller.rb:4:in `index'
+ [1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
+ ↳ app/controllers/homepage_controller.rb:4:in `index'
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 1.2ms | Allocations: 188)
+ Rendered shared/_navbar.html.erb (Duration: 1.3ms | Allocations: 358)
+ Rendered layout layouts/application.html.erb (Duration: 27.4ms | Allocations: 14691)
+Completed 200 OK in 44ms (Views: 30.1ms | ActiveRecord: 1.2ms | Allocations: 19949)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 18:00:30 +0100
+Processing by HomepageController#index as HTML
+ [1m[35m (0.2ms)[0m [1m[34mSELECT sqlite_version(*)[0m
+ ↳ app/controllers/homepage_controller.rb:4:in `index'
+ [1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
+ ↳ app/controllers/homepage_controller.rb:4:in `index'
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 2.3ms | Allocations: 185)
+ Rendered shared/_navbar.html.erb (Duration: 3.1ms | Allocations: 356)
+ Rendered layout layouts/application.html.erb (Duration: 20.3ms | Allocations: 3103)
+Completed 200 OK in 42ms (Views: 26.7ms | ActiveRecord: 1.1ms | Allocations: 5364)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 18:00:31 +0100
+Processing by HomepageController#index as HTML
+ [1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
+ ↳ app/controllers/homepage_controller.rb:4:in `index'
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 17)
+ Rendered shared/_navbar.html.erb (Duration: 0.2ms | Allocations: 113)
+ Rendered layout layouts/application.html.erb (Duration: 4.5ms | Allocations: 2303)
+Completed 200 OK in 10ms (Views: 5.1ms | ActiveRecord: 0.2ms | Allocations: 3350)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 18:00:51 +0100
+Processing by HomepageController#index as HTML
+ [1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
+ ↳ app/controllers/homepage_controller.rb:4:in `index'
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 0.8ms | Allocations: 186)
+ Rendered shared/_navbar.html.erb (Duration: 0.8ms | Allocations: 355)
+ Rendered layout layouts/application.html.erb (Duration: 7.6ms | Allocations: 3102)
+Completed 200 OK in 14ms (Views: 10.4ms | ActiveRecord: 0.2ms | Allocations: 4863)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 18:00:52 +0100
+Processing by HomepageController#index as HTML
+ [1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
+ ↳ app/controllers/homepage_controller.rb:4:in `index'
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 17)
+ Rendered shared/_navbar.html.erb (Duration: 0.2ms | Allocations: 113)
+ Rendered layout layouts/application.html.erb (Duration: 5.2ms | Allocations: 2319)
+Completed 200 OK in 10ms (Views: 5.9ms | ActiveRecord: 0.2ms | Allocations: 3369)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 18:01:01 +0100
+Processing by HomepageController#index as HTML
+ [1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
+ ↳ app/controllers/homepage_controller.rb:4:in `index'
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 1.0ms | Allocations: 189)
+ Rendered shared/_navbar.html.erb (Duration: 1.3ms | Allocations: 355)
+ Rendered layout layouts/application.html.erb (Duration: 10.3ms | Allocations: 3105)
+Completed 200 OK in 18ms (Views: 14.0ms | ActiveRecord: 0.2ms | Allocations: 4877)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 18:01:38 +0100
+Processing by HomepageController#index as HTML
+ [1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
+ ↳ app/controllers/homepage_controller.rb:4:in `index'
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 1.1ms | Allocations: 186)
+ Rendered shared/_navbar.html.erb (Duration: 1.0ms | Allocations: 356)
+ Rendered layout layouts/application.html.erb (Duration: 9.1ms | Allocations: 3103)
+Completed 200 OK in 17ms (Views: 12.4ms | ActiveRecord: 0.2ms | Allocations: 4897)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 18:01:39 +0100
+Processing by HomepageController#index as HTML
+ [1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
+ ↳ app/controllers/homepage_controller.rb:4:in `index'
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 0.1ms | Allocations: 17)
+ Rendered shared/_navbar.html.erb (Duration: 0.4ms | Allocations: 113)
+ Rendered layout layouts/application.html.erb (Duration: 5.2ms | Allocations: 2303)
+Completed 200 OK in 9ms (Views: 6.0ms | ActiveRecord: 0.2ms | Allocations: 3363)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 18:01:45 +0100
+Processing by HomepageController#index as HTML
+ [1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
+ ↳ app/controllers/homepage_controller.rb:4:in `index'
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 1.0ms | Allocations: 185)
+ Rendered shared/_navbar.html.erb (Duration: 1.2ms | Allocations: 356)
+ Rendered layout layouts/application.html.erb (Duration: 8.7ms | Allocations: 3102)
+Completed 200 OK in 15ms (Views: 11.6ms | ActiveRecord: 0.2ms | Allocations: 4876)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 18:01:46 +0100
+Processing by HomepageController#index as HTML
+ [1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
+ ↳ app/controllers/homepage_controller.rb:4:in `index'
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 0.1ms | Allocations: 17)
+ Rendered shared/_navbar.html.erb (Duration: 0.2ms | Allocations: 113)
+ Rendered layout layouts/application.html.erb (Duration: 5.3ms | Allocations: 2303)
+Completed 200 OK in 9ms (Views: 5.9ms | ActiveRecord: 0.2ms | Allocations: 3373)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 18:01:47 +0100
+Processing by HomepageController#index as HTML
+ [1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
+ ↳ app/controllers/homepage_controller.rb:4:in `index'
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 0.1ms | Allocations: 17)
+ Rendered shared/_navbar.html.erb (Duration: 0.2ms | Allocations: 113)
+ Rendered layout layouts/application.html.erb (Duration: 4.0ms | Allocations: 2303)
+Completed 200 OK in 8ms (Views: 4.6ms | ActiveRecord: 0.3ms | Allocations: 3366)
+
+
+Started GET "/" for ::1 at 2022-01-23 18:01:58 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 1.0ms | Allocations: 213)
+ Rendered shared/_navbar.html.erb (Duration: 1.1ms | Allocations: 329)
+ Rendered layout layouts/application.html.erb (Duration: 8.7ms | Allocations: 3389)
+Completed 200 OK in 13ms (Views: 11.3ms | ActiveRecord: 0.0ms | Allocations: 4448)
+
+
+Started GET "/" for ::1 at 2022-01-23 18:02:00 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 0.3ms | Allocations: 53)
+ Rendered shared/_navbar.html.erb (Duration: 0.5ms | Allocations: 99)
+ Rendered layout layouts/application.html.erb (Duration: 7.9ms | Allocations: 2606)
+Completed 200 OK in 10ms (Views: 8.8ms | ActiveRecord: 0.0ms | Allocations: 2928)
+
+
+Started GET "/" for ::1 at 2022-01-23 18:02:02 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 0.3ms | Allocations: 53)
+ Rendered shared/_navbar.html.erb (Duration: 0.5ms | Allocations: 99)
+ Rendered layout layouts/application.html.erb (Duration: 7.9ms | Allocations: 2612)
+Completed 200 OK in 10ms (Views: 8.6ms | ActiveRecord: 0.0ms | Allocations: 2934)
+
+
+Started GET "/sign_up" for ::1 at 2022-01-23 18:02:03 +0100
+Processing by RegistrationsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 7.1ms | Allocations: 1150)
+ Rendered shared/_navbar.html.erb (Duration: 0.2ms | Allocations: 112)
+ Rendered layout layouts/application.html.erb (Duration: 13.4ms | Allocations: 3501)
+Completed 200 OK in 20ms (Views: 17.4ms | ActiveRecord: 0.0ms | Allocations: 4403)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 18:02:52 +0100
+Processing by HomepageController#index as HTML
+ [1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
+ ↳ app/controllers/homepage_controller.rb:4:in `index'
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 1.2ms | Allocations: 186)
+ Rendered shared/_navbar.html.erb (Duration: 1.5ms | Allocations: 355)
+ Rendered layout layouts/application.html.erb (Duration: 12.7ms | Allocations: 3103)
+Completed 200 OK in 26ms (Views: 21.6ms | ActiveRecord: 0.2ms | Allocations: 4877)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 18:03:08 +0100
+Processing by HomepageController#index as HTML
+ [1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
+ ↳ app/controllers/homepage_controller.rb:4:in `index'
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 1.2ms | Allocations: 185)
+ Rendered shared/_navbar.html.erb (Duration: 1.3ms | Allocations: 355)
+ Rendered layout layouts/application.html.erb (Duration: 8.7ms | Allocations: 3101)
+Completed 200 OK in 16ms (Views: 11.9ms | ActiveRecord: 0.2ms | Allocations: 4874)
+
+
+Started GET "/" for ::1 at 2022-01-23 18:09:45 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 0.9ms | Allocations: 215)
+ Rendered shared/_navbar.html.erb (Duration: 1.5ms | Allocations: 343)
+ Rendered layout layouts/application.html.erb (Duration: 29.0ms | Allocations: 14974)
+Completed 200 OK in 34ms (Views: 32.5ms | Allocations: 16037)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 18:09:47 +0100
+Processing by HomepageController#index as HTML
+ [1m[35m (0.4ms)[0m [1m[34mSELECT sqlite_version(*)[0m
+ ↳ app/controllers/homepage_controller.rb:4:in `index'
+ [1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
+ ↳ app/controllers/homepage_controller.rb:4:in `index'
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 2.3ms | Allocations: 187)
+ Rendered shared/_navbar.html.erb (Duration: 0.3ms | Allocations: 147)
+ Rendered layout layouts/application.html.erb (Duration: 8.0ms | Allocations: 2591)
+Completed 200 OK in 35ms (Views: 11.0ms | ActiveRecord: 1.3ms | Allocations: 7311)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 18:09:48 +0100
+Processing by HomepageController#index as HTML
+ [1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
+ ↳ app/controllers/homepage_controller.rb:4:in `index'
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 0.1ms | Allocations: 17)
+ Rendered shared/_navbar.html.erb (Duration: 0.3ms | Allocations: 121)
+ Rendered layout layouts/application.html.erb (Duration: 5.8ms | Allocations: 2311)
+Completed 200 OK in 11ms (Views: 6.7ms | ActiveRecord: 0.3ms | Allocations: 3377)
+
+
+Started GET "/logout" for ::1 at 2022-01-23 18:09:50 +0100
+
+ActionController::RoutingError (No route matches [GET] "/logout"):
+
+Started GET "/homepage" for ::1 at 2022-01-23 18:10:41 +0100
+Processing by HomepageController#index as HTML
+ [1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
+ ↳ app/controllers/homepage_controller.rb:4:in `index'
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 1.0ms | Allocations: 185)
+ Rendered shared/_navbar.html.erb (Duration: 2.2ms | Allocations: 470)
+ Rendered layout layouts/application.html.erb (Duration: 8.7ms | Allocations: 3232)
+Completed 200 OK in 19ms (Views: 13.9ms | ActiveRecord: 0.2ms | Allocations: 4991)
+
+
+Started DELETE "/logout" for ::1 at 2022-01-23 18:10:43 +0100
+
+ActionController::RoutingError (No route matches [DELETE] "/logout"):
+
+Started GET "/homepage" for ::1 at 2022-01-23 18:10:43 +0100
+Processing by HomepageController#index as HTML
+ [1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
+ ↳ app/controllers/homepage_controller.rb:4:in `index'
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 17)
+ Rendered shared/_navbar.html.erb (Duration: 0.4ms | Allocations: 215)
+ Rendered layout layouts/application.html.erb (Duration: 4.5ms | Allocations: 2421)
+Completed 200 OK in 8ms (Views: 5.6ms | ActiveRecord: 0.1ms | Allocations: 3481)
+
+
+Started DELETE "/logout" for ::1 at 2022-01-23 18:10:45 +0100
+
+ActionController::RoutingError (No route matches [DELETE] "/logout"):
+
+Started GET "/homepage" for ::1 at 2022-01-23 18:10:45 +0100
+Processing by HomepageController#index as HTML
+ [1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
+ ↳ app/controllers/homepage_controller.rb:4:in `index'
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 0.1ms | Allocations: 17)
+ Rendered shared/_navbar.html.erb (Duration: 0.8ms | Allocations: 215)
+ Rendered layout layouts/application.html.erb (Duration: 5.2ms | Allocations: 2405)
+Completed 200 OK in 8ms (Views: 5.8ms | ActiveRecord: 0.1ms | Allocations: 3463)
+
+
+Started DELETE "/logout" for ::1 at 2022-01-23 18:11:14 +0100
+Processing by SessionsController#destroy as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]"}
+Redirected to http://localhost:3000/
+Completed 302 Found in 2ms (Allocations: 584)
+
+
+Started GET "/" for ::1 at 2022-01-23 18:11:15 +0100
+Processing by MainController#index as TURBO_STREAM
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 1.3ms | Allocations: 217)
+ Rendered shared/_navbar.html.erb (Duration: 0.4ms | Allocations: 218)
+ Rendered layout layouts/application.html.erb (Duration: 24.4ms | Allocations: 14608)
+Completed 200 OK in 29ms (Views: 27.4ms | Allocations: 15537)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 18:11:17 +0100
+Processing by HomepageController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 0.1ms | Allocations: 17)
+ Rendered shared/_navbar.html.erb (Duration: 1.5ms | Allocations: 245)
+ Rendered layout layouts/application.html.erb (Duration: 8.1ms | Allocations: 2518)
+Completed 200 OK in 19ms (Views: 16.9ms | Allocations: 3578)
+
+
+Started DELETE "/logout" for ::1 at 2022-01-23 18:11:18 +0100
+Processing by SessionsController#destroy as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]"}
+Redirected to http://localhost:3000/
+Completed 302 Found in 2ms (Allocations: 533)
+
+
+Started GET "/" for ::1 at 2022-01-23 18:11:18 +0100
+Processing by MainController#index as TURBO_STREAM
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 53)
+ Rendered shared/_navbar.html.erb (Duration: 0.8ms | Allocations: 201)
+ Rendered layout layouts/application.html.erb (Duration: 4.7ms | Allocations: 2734)
+Completed 200 OK in 6ms (Views: 5.4ms | Allocations: 3057)
+
+
+Started GET "/sign_up" for ::1 at 2022-01-23 18:11:21 +0100
+Processing by RegistrationsController#new as HTML
+ [1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
+ ↳ app/controllers/registrations_controller.rb:3:in `new'
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 3.1ms | Allocations: 1143)
+ Rendered shared/_navbar.html.erb (Duration: 0.5ms | Allocations: 218)
+ Rendered layout layouts/application.html.erb (Duration: 8.1ms | Allocations: 3596)
+Completed 200 OK in 25ms (Views: 11.1ms | ActiveRecord: 1.5ms | Allocations: 7395)
+
+
+Started POST "/sign_up" for ::1 at 2022-01-23 18:11:38 +0100
+Processing by RegistrationsController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "user"=>{"name"=>"Tomas Garcia", "email"=>"samotgt@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Next"}
+ [1m[36mTRANSACTION (0.3ms)[0m [1m[36mbegin transaction[0m
+ ↳ app/controllers/registrations_controller.rb:8:in `create'
+ [1m[36mUser Create (0.5ms)[0m [1m[32mINSERT INTO "users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Tomas Garcia"], ["email", "samotgt@gmail.com"], ["password_digest", "[FILTERED]"], ["created_at", "2022-01-23 17:11:38.692013"], ["updated_at", "2022-01-23 17:11:38.692013"]]
+ ↳ app/controllers/registrations_controller.rb:8:in `create'
+ [1m[36mTRANSACTION (2.0ms)[0m [1m[36mcommit transaction[0m
+ ↳ app/controllers/registrations_controller.rb:8:in `create'
+Redirected to http://localhost:3000/homepage
+Completed 302 Found in 269ms (ActiveRecord: 2.8ms | Allocations: 2468)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 18:11:38 +0100
+Processing by HomepageController#index as TURBO_STREAM
+ [1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
+ ↳ app/controllers/homepage_controller.rb:4:in `index'
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 0.1ms | Allocations: 18)
+ Rendered shared/_navbar.html.erb (Duration: 0.6ms | Allocations: 215)
+ Rendered layout layouts/application.html.erb (Duration: 4.7ms | Allocations: 2409)
+Completed 200 OK in 9ms (Views: 5.4ms | ActiveRecord: 0.2ms | Allocations: 4112)
+
+
+Started DELETE "/logout" for ::1 at 2022-01-23 18:11:45 +0100
+Processing by SessionsController#destroy as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]"}
+Redirected to http://localhost:3000/
+Completed 302 Found in 3ms (ActiveRecord: 0.0ms | Allocations: 529)
+
+
+Started GET "/" for ::1 at 2022-01-23 18:11:45 +0100
+Processing by MainController#index as TURBO_STREAM
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 53)
+ Rendered shared/_navbar.html.erb (Duration: 0.4ms | Allocations: 201)
+ Rendered layout layouts/application.html.erb (Duration: 4.9ms | Allocations: 2714)
+Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms | Allocations: 3040)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 18:11:46 +0100
+Processing by HomepageController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 0.1ms | Allocations: 15)
+ Rendered shared/_navbar.html.erb (Duration: 0.8ms | Allocations: 215)
+ Rendered layout layouts/application.html.erb (Duration: 9.4ms | Allocations: 2403)
+Completed 200 OK in 12ms (Views: 10.2ms | ActiveRecord: 0.0ms | Allocations: 3018)
+
+
+Started DELETE "/logout" for ::1 at 2022-01-23 18:12:31 +0100
+Processing by SessionsController#destroy as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]"}
+Redirected to http://localhost:3000/
+Completed 302 Found in 3ms (ActiveRecord: 0.0ms | Allocations: 532)
+
+
+Started GET "/" for ::1 at 2022-01-23 18:12:31 +0100
+Processing by MainController#index as TURBO_STREAM
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 0.7ms | Allocations: 53)
+ Rendered shared/_navbar.html.erb (Duration: 0.8ms | Allocations: 201)
+ Rendered layout layouts/application.html.erb (Duration: 7.0ms | Allocations: 2715)
+Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.0ms | Allocations: 3040)
+
+
+Started GET "/" for ::1 at 2022-01-23 18:13:25 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 1.7ms | Allocations: 213)
+ Rendered shared/_navbar.html.erb (Duration: 1.1ms | Allocations: 341)
+ Rendered layout layouts/application.html.erb (Duration: 10.3ms | Allocations: 3407)
+Completed 200 OK in 16ms (Views: 14.0ms | ActiveRecord: 0.0ms | Allocations: 4438)
+
+
+Started GET "/sign_up" for ::1 at 2022-01-23 18:13:27 +0100
+Processing by RegistrationsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 3.9ms | Allocations: 1116)
+ Rendered shared/_navbar.html.erb (Duration: 0.5ms | Allocations: 124)
+ Rendered layout layouts/application.html.erb (Duration: 11.7ms | Allocations: 3474)
+Completed 200 OK in 17ms (Views: 15.4ms | ActiveRecord: 0.0ms | Allocations: 4341)
+
+
+Started POST "/sign_up" for ::1 at 2022-01-23 18:14:04 +0100
+Processing by RegistrationsController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "user"=>{"name"=>"Tomas", "email"=>"tomas@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Next"}
+ [1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
+ ↳ app/controllers/registrations_controller.rb:8:in `create'
+ [1m[36mUser Create (0.6ms)[0m [1m[32mINSERT INTO "users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Tomas"], ["email", "tomas@gmail.com"], ["password_digest", "[FILTERED]"], ["created_at", "2022-01-23 17:14:05.149500"], ["updated_at", "2022-01-23 17:14:05.149500"]]
+ ↳ app/controllers/registrations_controller.rb:8:in `create'
+ [1m[36mTRANSACTION (1.4ms)[0m [1m[36mcommit transaction[0m
+ ↳ app/controllers/registrations_controller.rb:8:in `create'
+Redirected to http://localhost:3000/homepage
+Completed 302 Found in 270ms (ActiveRecord: 2.0ms | Allocations: 2281)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 18:14:05 +0100
+Processing by HomepageController#index as TURBO_STREAM
+ [1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
+ ↳ app/controllers/homepage_controller.rb:4:in `index'
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 1.3ms | Allocations: 184)
+ Rendered shared/_navbar.html.erb (Duration: 1.3ms | Allocations: 146)
+ Rendered layout layouts/application.html.erb (Duration: 7.1ms | Allocations: 2636)
+Completed 200 OK in 12ms (Views: 8.9ms | ActiveRecord: 0.2ms | Allocations: 4286)
+
+
+Started GET "/logout" for ::1 at 2022-01-23 18:14:11 +0100
+
+ActionController::RoutingError (No route matches [GET] "/logout"):
+
+Started GET "/logout" for ::1 at 2022-01-23 18:14:35 +0100
+
+ActionController::RoutingError (No route matches [GET] "/logout"):
+
+Started GET "/homepage" for ::1 at 2022-01-23 18:14:38 +0100
+Processing by HomepageController#index as HTML
+ [1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
+ ↳ app/controllers/homepage_controller.rb:4:in `index'
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 0.7ms | Allocations: 185)
+ Rendered shared/_navbar.html.erb (Duration: 1.5ms | Allocations: 465)
+ Rendered layout layouts/application.html.erb (Duration: 7.2ms | Allocations: 3227)
+Completed 200 OK in 13ms (Views: 9.6ms | ActiveRecord: 0.2ms | Allocations: 4953)
+
+
+Started DELETE "/logout" for ::1 at 2022-01-23 18:14:39 +0100
+Processing by SessionsController#destroy as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]"}
+Redirected to http://localhost:3000/
+Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 533)
+
+
+Started GET "/" for ::1 at 2022-01-23 18:14:39 +0100
+Processing by MainController#index as TURBO_STREAM
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 0.8ms | Allocations: 211)
+ Rendered shared/_navbar.html.erb (Duration: 0.4ms | Allocations: 218)
+ Rendered layout layouts/application.html.erb (Duration: 4.9ms | Allocations: 3012)
+Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.0ms | Allocations: 3915)
+
+
+Started DELETE "/logout" for ::1 at 2022-01-23 18:14:41 +0100
+Processing by SessionsController#destroy as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]"}
+Redirected to http://localhost:3000/
+Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 524)
+
+
+Started GET "/" for ::1 at 2022-01-23 18:14:42 +0100
+Processing by MainController#index as TURBO_STREAM
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 53)
+ Rendered shared/_navbar.html.erb (Duration: 0.6ms | Allocations: 201)
+ Rendered layout layouts/application.html.erb (Duration: 6.3ms | Allocations: 2710)
+Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.0ms | Allocations: 3036)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 18:14:42 +0100
+Processing by HomepageController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 0.1ms | Allocations: 15)
+ Rendered shared/_navbar.html.erb (Duration: 0.8ms | Allocations: 215)
+ Rendered layout layouts/application.html.erb (Duration: 7.3ms | Allocations: 2403)
+Completed 200 OK in 10ms (Views: 8.2ms | ActiveRecord: 0.0ms | Allocations: 3018)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 18:24:37 +0100
+Processing by HomepageController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 1.6ms | Allocations: 184)
+ Rendered shared/_navbar.html.erb (Duration: 2.3ms | Allocations: 467)
+ Rendered layout layouts/application.html.erb (Duration: 34.5ms | Allocations: 14795)
+Completed 200 OK in 41ms (Views: 37.8ms | Allocations: 16149)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 18:24:38 +0100
+Processing by HomepageController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 0.1ms | Allocations: 15)
+ Rendered shared/_navbar.html.erb (Duration: 0.4ms | Allocations: 215)
+ Rendered layout layouts/application.html.erb (Duration: 4.7ms | Allocations: 2403)
+Completed 200 OK in 7ms (Views: 5.2ms | Allocations: 3003)
+
+
+Started GET "/" for ::1 at 2022-01-23 18:24:39 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 5.8ms | Allocations: 1711)
+ Rendered shared/_navbar.html.erb (Duration: 0.8ms | Allocations: 214)
+ Rendered layout layouts/application.html.erb (Duration: 14.9ms | Allocations: 4160)
+Completed 200 OK in 21ms (Views: 19.5ms | Allocations: 5035)
+
+
+Started GET "/" for ::1 at 2022-01-23 18:25:21 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 2.9ms | Allocations: 1765)
+ Rendered shared/_navbar.html.erb (Duration: 1.1ms | Allocations: 438)
+ Rendered layout layouts/application.html.erb (Duration: 14.6ms | Allocations: 4753)
+Completed 200 OK in 19ms (Views: 16.8ms | Allocations: 5781)
+
+
+Started GET "/" for ::1 at 2022-01-23 18:25:33 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 2.4ms | Allocations: 1757)
+ Rendered shared/_navbar.html.erb (Duration: 1.2ms | Allocations: 435)
+ Rendered layout layouts/application.html.erb (Duration: 10.8ms | Allocations: 4732)
+Completed 200 OK in 16ms (Views: 13.2ms | Allocations: 5760)
+
+
+Started GET "/" for ::1 at 2022-01-23 18:25:34 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 2.5ms | Allocations: 1464)
+ Rendered shared/_navbar.html.erb (Duration: 0.6ms | Allocations: 199)
+ Rendered layout layouts/application.html.erb (Duration: 8.9ms | Allocations: 3822)
+Completed 200 OK in 11ms (Views: 10.0ms | Allocations: 4139)
+
+
+Started GET "/" for ::1 at 2022-01-23 18:25:35 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 2.8ms | Allocations: 1756)
+ Rendered shared/_navbar.html.erb (Duration: 1.6ms | Allocations: 435)
+ Rendered layout layouts/application.html.erb (Duration: 10.3ms | Allocations: 4731)
+Completed 200 OK in 16ms (Views: 13.7ms | Allocations: 5759)
+
+
+Started GET "/" for ::1 at 2022-01-23 18:25:55 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 2.7ms | Allocations: 1760)
+ Rendered shared/_navbar.html.erb (Duration: 1.5ms | Allocations: 435)
+ Rendered layout layouts/application.html.erb (Duration: 10.1ms | Allocations: 4735)
+Completed 200 OK in 15ms (Views: 12.9ms | Allocations: 5763)
+
+
+Started GET "/" for ::1 at 2022-01-23 18:26:43 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 2.9ms | Allocations: 1819)
+ Rendered shared/_navbar.html.erb (Duration: 1.7ms | Allocations: 435)
+ Rendered layout layouts/application.html.erb (Duration: 11.1ms | Allocations: 4797)
+Completed 200 OK in 15ms (Views: 13.7ms | Allocations: 5825)
+
+
+Started GET "/" for ::1 at 2022-01-23 18:27:03 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 2.5ms | Allocations: 1815)
+ Rendered shared/_navbar.html.erb (Duration: 1.4ms | Allocations: 435)
+ Rendered layout layouts/application.html.erb (Duration: 9.1ms | Allocations: 4802)
+Completed 200 OK in 13ms (Views: 11.7ms | Allocations: 5830)
+
+
+Started GET "/" for ::1 at 2022-01-23 18:27:14 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 2.3ms | Allocations: 1818)
+ Rendered shared/_navbar.html.erb (Duration: 1.2ms | Allocations: 435)
+ Rendered layout layouts/application.html.erb (Duration: 8.6ms | Allocations: 4792)
+Completed 200 OK in 13ms (Views: 11.2ms | Allocations: 5820)
+
+
+Started GET "/" for ::1 at 2022-01-23 18:27:25 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 2.4ms | Allocations: 1831)
+ Rendered shared/_navbar.html.erb (Duration: 1.5ms | Allocations: 435)
+ Rendered layout layouts/application.html.erb (Duration: 9.1ms | Allocations: 4805)
+Completed 200 OK in 13ms (Views: 11.9ms | Allocations: 5833)
+
+
+Started GET "/" for ::1 at 2022-01-23 18:27:26 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 1.7ms | Allocations: 1489)
+ Rendered shared/_navbar.html.erb (Duration: 0.5ms | Allocations: 199)
+ Rendered layout layouts/application.html.erb (Duration: 6.1ms | Allocations: 3847)
+Completed 200 OK in 8ms (Views: 6.8ms | Allocations: 4164)
+
+
+Started GET "/" for ::1 at 2022-01-23 18:27:38 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 5.9ms | Allocations: 1833)
+ Rendered shared/_navbar.html.erb (Duration: 2.7ms | Allocations: 435)
+ Rendered layout layouts/application.html.erb (Duration: 19.0ms | Allocations: 4807)
+Completed 200 OK in 26ms (Views: 24.2ms | Allocations: 5834)
+
+
+Started POST "/sign_in" for ::1 at 2022-01-23 18:28:09 +0100
+Processing by MainController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "email"=>"elisa@gmail.com", "password"=>"[FILTERED]", "commit"=>"Next"}
+No template found for MainController#create, rendering head :no_content
+Completed 204 No Content in 6ms (Allocations: 736)
+
+
+Started POST "/sign_in" for ::1 at 2022-01-23 18:28:09 +0100
+Processing by MainController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "email"=>"elisa@gmail.com", "password"=>"[FILTERED]", "commit"=>"Next"}
+No template found for MainController#create, rendering head :no_content
+Completed 204 No Content in 3ms (Allocations: 485)
+
+
+Started POST "/sign_in" for ::1 at 2022-01-23 18:28:14 +0100
+Processing by MainController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "email"=>"elisa@gmail.com", "password"=>"[FILTERED]", "commit"=>"Next"}
+No template found for MainController#create, rendering head :no_content
+Completed 204 No Content in 3ms (Allocations: 499)
+
+
+Started POST "/sign_in" for ::1 at 2022-01-23 18:34:00 +0100
+Processing by MainController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "email"=>"elisa@gmail.com", "password"=>"[FILTERED]", "commit"=>"Next"}
+No template found for MainController#create, rendering head :no_content
+Completed 204 No Content in 2ms (Allocations: 519)
+
+
+Started POST "/sign_in" for ::1 at 2022-01-23 18:34:01 +0100
+Processing by MainController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "email"=>"elisa@gmail.com", "password"=>"[FILTERED]", "commit"=>"Next"}
+No template found for MainController#create, rendering head :no_content
+Completed 204 No Content in 2ms (Allocations: 481)
+
+
+Started GET "/sign_up" for ::1 at 2022-01-23 18:34:02 +0100
+Processing by RegistrationsController#new as HTML
+ [1m[35m (0.2ms)[0m [1m[34mSELECT sqlite_version(*)[0m
+ ↳ app/controllers/registrations_controller.rb:3:in `new'
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 3.7ms | Allocations: 1139)
+ Rendered shared/_navbar.html.erb (Duration: 2.2ms | Allocations: 439)
+ Rendered layout layouts/application.html.erb (Duration: 33.9ms | Allocations: 15705)
+Completed 200 OK in 57ms (Views: 36.7ms | ActiveRecord: 0.5ms | Allocations: 19307)
+
+
+Started GET "/" for ::1 at 2022-01-23 18:34:08 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 5.7ms | Allocations: 1817)
+ Rendered shared/_navbar.html.erb (Duration: 0.8ms | Allocations: 214)
+ Rendered layout layouts/application.html.erb (Duration: 13.3ms | Allocations: 4265)
+Completed 200 OK in 28ms (Views: 26.5ms | ActiveRecord: 0.0ms | Allocations: 5125)
+
+
+Started POST "/sign_in" for ::1 at 2022-01-23 18:34:38 +0100
+Processing by MainController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "email"=>"tomas@gmail.com", "password"=>"[FILTERED]", "commit"=>"Sig in"}
+No template found for MainController#create, rendering head :no_content
+Completed 204 No Content in 2ms (ActiveRecord: 0.0ms | Allocations: 496)
+
+
+Started POST "/sign_in" for ::1 at 2022-01-23 18:34:40 +0100
+Processing by MainController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "email"=>"tomas@gmail.com", "password"=>"[FILTERED]", "commit"=>"Sig in"}
+No template found for MainController#create, rendering head :no_content
+Completed 204 No Content in 2ms (ActiveRecord: 0.0ms | Allocations: 490)
+
+
+Started POST "/sign_in" for ::1 at 2022-01-23 18:34:40 +0100
+Processing by MainController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "email"=>"tomas@gmail.com", "password"=>"[FILTERED]", "commit"=>"Sig in"}
+No template found for MainController#create, rendering head :no_content
+Completed 204 No Content in 2ms (ActiveRecord: 0.0ms | Allocations: 490)
+
+
+Started POST "/sign_in" for ::1 at 2022-01-23 18:34:49 +0100
+Processing by MainController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "email"=>"tomas@gmail.com", "password"=>"[FILTERED]", "commit"=>"Sig in"}
+No template found for MainController#create, rendering head :no_content
+Completed 204 No Content in 2ms (ActiveRecord: 0.0ms | Allocations: 486)
+
+
+Started POST "/sign_in" for ::1 at 2022-01-23 18:34:49 +0100
+Processing by MainController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "email"=>"tomas@gmail.com", "password"=>"[FILTERED]", "commit"=>"Sig in"}
+No template found for MainController#create, rendering head :no_content
+Completed 204 No Content in 2ms (ActiveRecord: 0.0ms | Allocations: 490)
+
+
+Started POST "/sign_in" for ::1 at 2022-01-23 18:34:50 +0100
+Processing by MainController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "email"=>"tomas@gmail.com", "password"=>"[FILTERED]", "commit"=>"Sig in"}
+No template found for MainController#create, rendering head :no_content
+Completed 204 No Content in 2ms (ActiveRecord: 0.0ms | Allocations: 500)
+
+
+Started GET "/sign_up" for ::1 at 2022-01-23 18:34:52 +0100
+Processing by RegistrationsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 1.3ms | Allocations: 671)
+ Rendered shared/_navbar.html.erb (Duration: 0.6ms | Allocations: 199)
+ Rendered layout layouts/application.html.erb (Duration: 7.2ms | Allocations: 3032)
+Completed 200 OK in 10ms (Views: 8.4ms | ActiveRecord: 0.0ms | Allocations: 3370)
+
+
+Started POST "/sign_up" for ::1 at 2022-01-23 18:35:21 +0100
+Processing by RegistrationsController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "user"=>{"name"=>"Elena", "email"=>"elena@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Next"}
+ [1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
+ ↳ app/controllers/registrations_controller.rb:8:in `create'
+ [1m[36mUser Create (0.5ms)[0m [1m[32mINSERT INTO "users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Elena"], ["email", "elena@gmail.com"], ["password_digest", "[FILTERED]"], ["created_at", "2022-01-23 17:35:22.106125"], ["updated_at", "2022-01-23 17:35:22.106125"]]
+ ↳ app/controllers/registrations_controller.rb:8:in `create'
+ [1m[36mTRANSACTION (1.4ms)[0m [1m[36mcommit transaction[0m
+ ↳ app/controllers/registrations_controller.rb:8:in `create'
+Redirected to http://localhost:3000/homepage
+Completed 302 Found in 268ms (ActiveRecord: 1.9ms | Allocations: 2486)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 18:35:22 +0100
+Processing by HomepageController#index as TURBO_STREAM
+ [1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 11], ["LIMIT", 1]]
+ ↳ app/controllers/homepage_controller.rb:4:in `index'
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 1.2ms | Allocations: 186)
+ Rendered shared/_navbar.html.erb (Duration: 0.4ms | Allocations: 245)
+ Rendered layout layouts/application.html.erb (Duration: 5.3ms | Allocations: 2750)
+Completed 200 OK in 10ms (Views: 7.5ms | ActiveRecord: 0.2ms | Allocations: 4956)
+
+
+Started GET "/" for ::1 at 2022-01-23 18:35:26 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 1.8ms | Allocations: 1498)
+ Rendered shared/_navbar.html.erb (Duration: 0.7ms | Allocations: 199)
+ Rendered layout layouts/application.html.erb (Duration: 12.0ms | Allocations: 3856)
+Completed 200 OK in 14ms (Views: 12.9ms | ActiveRecord: 0.0ms | Allocations: 4179)
+
+
+Started DELETE "/logout" for ::1 at 2022-01-23 18:35:27 +0100
+Processing by SessionsController#destroy as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]"}
+Redirected to http://localhost:3000/
+Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 557)
+
+
+Started GET "/" for ::1 at 2022-01-23 18:35:27 +0100
+Processing by MainController#index as TURBO_STREAM
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 1.4ms | Allocations: 1483)
+ Rendered shared/_navbar.html.erb (Duration: 0.4ms | Allocations: 199)
+ Rendered layout layouts/application.html.erb (Duration: 5.6ms | Allocations: 3844)
+Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.0ms | Allocations: 4169)
+
+
+Started DELETE "/logout" for ::1 at 2022-01-23 18:35:30 +0100
+Processing by SessionsController#destroy as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]"}
+Redirected to http://localhost:3000/
+Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 528)
+
+
+Started GET "/" for ::1 at 2022-01-23 18:35:30 +0100
+Processing by MainController#index as TURBO_STREAM
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 1.9ms | Allocations: 1495)
+ Rendered shared/_navbar.html.erb (Duration: 0.4ms | Allocations: 199)
+ Rendered layout layouts/application.html.erb (Duration: 5.9ms | Allocations: 3856)
+Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms | Allocations: 4181)
+
+
+Started POST "/sign_in" for ::1 at 2022-01-23 18:35:47 +0100
+Processing by MainController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "email"=>"elena@gmail.com", "password"=>"[FILTERED]", "commit"=>"Sig in"}
+No template found for MainController#create, rendering head :no_content
+Completed 204 No Content in 2ms (ActiveRecord: 0.0ms | Allocations: 486)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 18:35:54 +0100
+Processing by HomepageController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 0.1ms | Allocations: 15)
+ Rendered shared/_navbar.html.erb (Duration: 0.7ms | Allocations: 215)
+ Rendered layout layouts/application.html.erb (Duration: 6.6ms | Allocations: 2409)
+Completed 200 OK in 9ms (Views: 7.4ms | ActiveRecord: 0.0ms | Allocations: 3022)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 18:35:58 +0100
+Processing by HomepageController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 0.1ms | Allocations: 15)
+ Rendered shared/_navbar.html.erb (Duration: 0.4ms | Allocations: 215)
+ Rendered layout layouts/application.html.erb (Duration: 4.0ms | Allocations: 2403)
+Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.0ms | Allocations: 3002)
+
+
+Started GET "/" for ::1 at 2022-01-23 18:36:00 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 3.1ms | Allocations: 1481)
+ Rendered shared/_navbar.html.erb (Duration: 0.9ms | Allocations: 199)
+ Rendered layout layouts/application.html.erb (Duration: 9.6ms | Allocations: 3839)
+Completed 200 OK in 12ms (Views: 10.5ms | ActiveRecord: 0.0ms | Allocations: 4161)
+
+
+Started POST "/sign_in" for ::1 at 2022-01-23 18:36:03 +0100
+Processing by MainController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "email"=>"tomas@gmail.com", "password"=>"[FILTERED]", "commit"=>"Sig in"}
+No template found for MainController#create, rendering head :no_content
+Completed 204 No Content in 2ms (ActiveRecord: 0.0ms | Allocations: 482)
+
+
+Started POST "/sign_in" for ::1 at 2022-01-23 18:36:04 +0100
+Processing by MainController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "email"=>"tomas@gmail.com", "password"=>"[FILTERED]", "commit"=>"Sig in"}
+No template found for MainController#create, rendering head :no_content
+Completed 204 No Content in 2ms (ActiveRecord: 0.0ms | Allocations: 504)
+
+
+Started POST "/sign_in" for ::1 at 2022-01-23 18:36:04 +0100
+Processing by MainController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "email"=>"tomas@gmail.com", "password"=>"[FILTERED]", "commit"=>"Sig in"}
+No template found for MainController#create, rendering head :no_content
+Completed 204 No Content in 2ms (ActiveRecord: 0.0ms | Allocations: 484)
+
+
+Started POST "/sign_in" for ::1 at 2022-01-23 18:36:05 +0100
+Processing by MainController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "email"=>"tomas@gmail.com", "password"=>"[FILTERED]", "commit"=>"Sig in"}
+No template found for MainController#create, rendering head :no_content
+Completed 204 No Content in 2ms (ActiveRecord: 0.0ms | Allocations: 484)
+
+
+Started POST "/sign_in" for ::1 at 2022-01-23 18:43:58 +0100
+Processing by MainController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "email"=>"tomas@gmail.com", "password"=>"[FILTERED]", "commit"=>"Sig in"}
+No template found for MainController#create, rendering head :no_content
+Completed 204 No Content in 4ms (Allocations: 715)
+
+
+Started POST "/sign_in" for ::1 at 2022-01-23 18:58:26 +0100
+Processing by MainController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "email"=>"tomas@gmail.com", "password"=>"[FILTERED]", "commit"=>"Sig in"}
+No template found for MainController#create, rendering head :no_content
+Completed 204 No Content in 2ms (Allocations: 529)
+
+
+Started POST "/sign_in" for ::1 at 2022-01-23 18:59:18 +0100
+Processing by MainController#new as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "email"=>"tomas@gmail.com", "password"=>"[FILTERED]", "commit"=>"Sig in"}
+ [1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
+ ↳ app/controllers/main_controller.rb:6:in `new'
+ [1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "tomas@gmail.com"], ["LIMIT", 1]]
+ ↳ app/controllers/main_controller.rb:6:in `new'
+Completed 500 Internal Server Error in 279ms (ActiveRecord: 0.5ms | Allocations: 5506)
+
+
+
+ActionView::MissingTemplate (Missing template main/new, application/new with {:locale=>[:en], :formats=>[:turbo_stream, :html], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby, :jbuilder]}.
+
+Searched in:
+ * "/Users/tomasgarciamusic/Desktop/Makers/Week_8/instagram-challenge/app/views"
+ * "/Users/tomasgarciamusic/.rvm/gems/ruby-3.0.0/gems/actiontext-7.0.1/app/views"
+ * "/Users/tomasgarciamusic/.rvm/gems/ruby-3.0.0/gems/actionmailbox-7.0.1/app/views"
+
+Did you mean? registrations/new
+ rails/conductor/action_mailbox/inbound_emails/new
+ rails/conductor/action_mailbox/inbound_emails/sources/new
+ main/index
+ rails/conductor/action_mailbox/inbound_emails/show
+ rails/conductor/action_mailbox/inbound_emails/index):
+
+app/controllers/main_controller.rb:12:in `new'
+Started GET "/homepage" for ::1 at 2022-01-23 19:02:02 +0100
+Processing by HomepageController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 1.1ms | Allocations: 186)
+ Rendered shared/_navbar.html.erb (Duration: 2.0ms | Allocations: 467)
+ Rendered layout layouts/application.html.erb (Duration: 26.7ms | Allocations: 14800)
+Completed 200 OK in 31ms (Views: 29.3ms | Allocations: 16149)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 19:02:03 +0100
+Processing by HomepageController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 0.1ms | Allocations: 15)
+ Rendered shared/_navbar.html.erb (Duration: 0.4ms | Allocations: 215)
+ Rendered layout layouts/application.html.erb (Duration: 5.9ms | Allocations: 2403)
+Completed 200 OK in 8ms (Views: 6.6ms | Allocations: 3008)
+
+
+Started GET "/" for ::1 at 2022-01-23 19:02:05 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 5.8ms | Allocations: 1771)
+ Rendered shared/_navbar.html.erb (Duration: 1.9ms | Allocations: 214)
+ Rendered layout layouts/application.html.erb (Duration: 30.8ms | Allocations: 4219)
+Completed 200 OK in 38ms (Views: 35.5ms | Allocations: 5095)
+
+
+Started POST "/sign_in" for ::1 at 2022-01-23 19:02:06 +0100
+Processing by MainController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "email"=>"tomas@gmail.com", "password"=>"[FILTERED]", "commit"=>"Sign in"}
+No template found for MainController#create, rendering head :no_content
+Completed 204 No Content in 2ms (Allocations: 741)
+
+
+Started POST "/sign_in" for ::1 at 2022-01-23 19:03:18 +0100
+Started POST "/sign_in" for ::1 at 2022-01-23 19:04:00 +0100
+ [1m[35m (2.0ms)[0m [1m[34mSELECT sqlite_version(*)[0m
+ [1m[36mActiveRecord::SchemaMigration Pluck (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
+Processing by MainController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "email"=>"tomas@gmail.com", "password"=>"[FILTERED]", "commit"=>"Sign in"}
+ [1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "tomas@gmail.com"], ["LIMIT", 1]]
+ ↳ app/controllers/main_controller.rb:9:in `create'
+Completed 500 Internal Server Error in 296ms (ActiveRecord: 0.7ms | Allocations: 14753)
+
+
+
+ActionView::MissingTemplate (Missing template main/new, application/new with {:locale=>[:en], :formats=>[:turbo_stream, :html], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby, :jbuilder]}.
+
+Searched in:
+ * "/Users/tomasgarciamusic/Desktop/Makers/Week_8/instagram-challenge/app/views"
+ * "/Users/tomasgarciamusic/.rvm/gems/ruby-3.0.0/gems/actiontext-7.0.1/app/views"
+ * "/Users/tomasgarciamusic/.rvm/gems/ruby-3.0.0/gems/actionmailbox-7.0.1/app/views"
+
+Did you mean? registrations/new
+ rails/conductor/action_mailbox/inbound_emails/new
+ rails/conductor/action_mailbox/inbound_emails/sources/new
+ main/index
+ rails/conductor/action_mailbox/inbound_emails/show
+ rails/conductor/action_mailbox/inbound_emails/index):
+
+app/controllers/main_controller.rb:15:in `create'
+Started GET "/homepage" for ::1 at 2022-01-23 19:05:57 +0100
+Processing by HomepageController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 1.1ms | Allocations: 187)
+ Rendered shared/_navbar.html.erb (Duration: 2.1ms | Allocations: 516)
+ Rendered layout layouts/application.html.erb (Duration: 80.8ms | Allocations: 35859)
+Completed 200 OK in 85ms (Views: 83.8ms | Allocations: 37264)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 19:05:57 +0100
+Processing by HomepageController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 15)
+ Rendered shared/_navbar.html.erb (Duration: 0.9ms | Allocations: 215)
+ Rendered layout layouts/application.html.erb (Duration: 7.0ms | Allocations: 2403)
+Completed 200 OK in 10ms (Views: 7.9ms | Allocations: 2998)
+
+
+Started GET "/" for ::1 at 2022-01-23 19:05:59 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 10.0ms | Allocations: 2146)
+ Rendered shared/_navbar.html.erb (Duration: 0.8ms | Allocations: 214)
+ Rendered layout layouts/application.html.erb (Duration: 16.6ms | Allocations: 4595)
+Completed 200 OK in 21ms (Views: 19.5ms | Allocations: 5476)
+
+
+Started POST "/sign_in" for ::1 at 2022-01-23 19:06:00 +0100
+Processing by MainController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "email"=>"tomas@gmail.com", "password"=>"[FILTERED]", "commit"=>"Sign in"}
+ [1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
+ ↳ app/controllers/main_controller.rb:9:in `create'
+ [1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "tomas@gmail.com"], ["LIMIT", 1]]
+ ↳ app/controllers/main_controller.rb:9:in `create'
+Completed 500 Internal Server Error in 276ms (ActiveRecord: 1.5ms | Allocations: 5457)
+
+
+
+ActionView::MissingTemplate (Missing template main/new, application/new with {:locale=>[:en], :formats=>[:turbo_stream, :html], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby, :jbuilder]}.
+
+Searched in:
+ * "/Users/tomasgarciamusic/Desktop/Makers/Week_8/instagram-challenge/app/views"
+ * "/Users/tomasgarciamusic/.rvm/gems/ruby-3.0.0/gems/actiontext-7.0.1/app/views"
+ * "/Users/tomasgarciamusic/.rvm/gems/ruby-3.0.0/gems/actionmailbox-7.0.1/app/views"
+
+Did you mean? registrations/new
+ rails/conductor/action_mailbox/inbound_emails/new
+ rails/conductor/action_mailbox/inbound_emails/sources/new
+ main/index
+ rails/conductor/action_mailbox/inbound_emails/show
+ rails/conductor/action_mailbox/inbound_emails/index):
+
+app/controllers/main_controller.rb:15:in `create'
+Started GET "/" for ::1 at 2022-01-23 19:06:27 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 2.3ms | Allocations: 1764)
+ Rendered shared/_navbar.html.erb (Duration: 1.5ms | Allocations: 436)
+ Rendered layout layouts/application.html.erb (Duration: 21.1ms | Allocations: 16322)
+Completed 200 OK in 24ms (Views: 22.9ms | Allocations: 17381)
+
+
+Started POST "/sign_in" for ::1 at 2022-01-23 19:06:29 +0100
+Processing by MainController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "email"=>"tomas@gmail.com", "password"=>"[FILTERED]", "commit"=>"Sign in"}
+ [1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
+ ↳ app/controllers/main_controller.rb:9:in `create'
+ [1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "tomas@gmail.com"], ["LIMIT", 1]]
+ ↳ app/controllers/main_controller.rb:9:in `create'
+Completed 500 Internal Server Error in 284ms (ActiveRecord: 1.6ms | Allocations: 8395)
+
+
+
+ActionView::MissingTemplate (Missing template main/new, application/new with {:locale=>[:en], :formats=>[:turbo_stream, :html], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby, :jbuilder]}.
+
+Searched in:
+ * "/Users/tomasgarciamusic/Desktop/Makers/Week_8/instagram-challenge/app/views"
+ * "/Users/tomasgarciamusic/.rvm/gems/ruby-3.0.0/gems/actiontext-7.0.1/app/views"
+ * "/Users/tomasgarciamusic/.rvm/gems/ruby-3.0.0/gems/actionmailbox-7.0.1/app/views"
+
+Did you mean? registrations/new
+ rails/conductor/action_mailbox/inbound_emails/new
+ rails/conductor/action_mailbox/inbound_emails/sources/new
+ main/index
+ rails/conductor/action_mailbox/inbound_emails/show
+ rails/conductor/action_mailbox/inbound_emails/index):
+
+app/controllers/main_controller.rb:15:in `create'
+Started GET "/" for ::1 at 2022-01-23 19:06:54 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 1.7ms | Allocations: 1508)
+ Rendered shared/_navbar.html.erb (Duration: 0.8ms | Allocations: 214)
+ Rendered layout layouts/application.html.erb (Duration: 22.1ms | Allocations: 15540)
+Completed 200 OK in 24ms (Views: 23.5ms | Allocations: 16311)
+
+
+Started POST "/sign_in" for ::1 at 2022-01-23 19:06:56 +0100
+Processing by MainController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "email"=>"tomas@gmail.com", "password"=>"[FILTERED]", "commit"=>"Sign in"}
+ [1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
+ ↳ app/controllers/main_controller.rb:9:in `create'
+ [1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "tomas@gmail.com"], ["LIMIT", 1]]
+ ↳ app/controllers/main_controller.rb:9:in `create'
+Completed 500 Internal Server Error in 281ms (ActiveRecord: 1.8ms | Allocations: 5416)
+
+
+
+ActionView::MissingTemplate (Missing template main/main, application/main with {:locale=>[:en], :formats=>[:turbo_stream, :html], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby, :jbuilder]}.
+
+Searched in:
+ * "/Users/tomasgarciamusic/Desktop/Makers/Week_8/instagram-challenge/app/views"
+ * "/Users/tomasgarciamusic/.rvm/gems/ruby-3.0.0/gems/actiontext-7.0.1/app/views"
+ * "/Users/tomasgarciamusic/.rvm/gems/ruby-3.0.0/gems/actionmailbox-7.0.1/app/views"
+
+Did you mean? layouts/mailer
+ layouts/application
+ main/index
+ layouts/rails/conductor
+ registrations/new
+ rails/conductor/action_mailbox/inbound_emails/index):
+
+app/controllers/main_controller.rb:15:in `create'
+Started GET "/" for ::1 at 2022-01-23 19:07:05 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 1.2ms | Allocations: 1498)
+ Rendered shared/_navbar.html.erb (Duration: 0.7ms | Allocations: 214)
+ Rendered layout layouts/application.html.erb (Duration: 27.4ms | Allocations: 15530)
+Completed 200 OK in 30ms (Views: 28.7ms | Allocations: 16298)
+
+
+Started POST "/sign_in" for ::1 at 2022-01-23 19:07:07 +0100
+Processing by MainController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "email"=>"tomas@gmail.com", "password"=>"[FILTERED]", "commit"=>"Sign in"}
+ [1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
+ ↳ app/controllers/main_controller.rb:9:in `create'
+ [1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "tomas@gmail.com"], ["LIMIT", 1]]
+ ↳ app/controllers/main_controller.rb:9:in `create'
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 1.0ms | Allocations: 1194)
+ Rendered shared/_navbar.html.erb (Duration: 0.4ms | Allocations: 199)
+ Rendered layout layouts/application.html.erb (Duration: 5.1ms | Allocations: 3596)
+Completed 200 OK in 278ms (Views: 5.7ms | ActiveRecord: 1.6ms | Allocations: 7820)
+
+
+Started POST "/sign_in" for ::1 at 2022-01-23 19:07:41 +0100
+Processing by MainController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "email"=>"tomas@gmail.com", "password"=>"[FILTERED]", "commit"=>"Sign in"}
+ [1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "tomas@gmail.com"], ["LIMIT", 1]]
+ ↳ app/controllers/main_controller.rb:9:in `create'
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 0.8ms | Allocations: 1193)
+ Rendered shared/_navbar.html.erb (Duration: 0.4ms | Allocations: 199)
+ Rendered layout layouts/application.html.erb (Duration: 4.6ms | Allocations: 3546)
+Completed 200 OK in 270ms (Views: 5.1ms | ActiveRecord: 0.2ms | Allocations: 4664)
+
+
+Started POST "/sign_in" for ::1 at 2022-01-23 19:09:15 +0100
+Processing by MainController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "email"=>"tomas@gmail.com", "password"=>"[FILTERED]", "commit"=>"Sign in"}
+ [1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
+ ↳ app/controllers/main_controller.rb:9:in `create'
+ [1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "tomas@gmail.com"], ["LIMIT", 1]]
+ ↳ app/controllers/main_controller.rb:9:in `create'
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 1.0ms | Allocations: 1199)
+ Rendered shared/_navbar.html.erb (Duration: 0.4ms | Allocations: 214)
+ Rendered layout layouts/application.html.erb (Duration: 15.9ms | Allocations: 15161)
+Completed 200 OK in 284ms (Views: 17.3ms | ActiveRecord: 1.0ms | Allocations: 19829)
+
+
+Started POST "/sign_in" for ::1 at 2022-01-23 19:09:26 +0100
+Processing by MainController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "email"=>"tomas@gmail.com", "password"=>"[FILTERED]", "commit"=>"Sign in"}
+ [1m[35m (0.0ms)[0m [1m[34mSELECT sqlite_version(*)[0m
+ ↳ app/controllers/main_controller.rb:9:in `create'
+ [1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "tomas@gmail.com"], ["LIMIT", 1]]
+ ↳ app/controllers/main_controller.rb:9:in `create'
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 1.3ms | Allocations: 1200)
+ Rendered shared/_navbar.html.erb (Duration: 0.7ms | Allocations: 214)
+ Rendered layout layouts/application.html.erb (Duration: 19.5ms | Allocations: 15189)
+Completed 200 OK in 289ms (Views: 21.3ms | ActiveRecord: 1.0ms | Allocations: 19851)
+
+
+Started POST "/sign_in" for ::1 at 2022-01-23 19:09:28 +0100
+Processing by MainController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "email"=>"tomas@gmail.com", "password"=>"[FILTERED]", "commit"=>"Sign in"}
+ [1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "tomas@gmail.com"], ["LIMIT", 1]]
+ ↳ app/controllers/main_controller.rb:9:in `create'
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 0.9ms | Allocations: 1193)
+ Rendered shared/_navbar.html.erb (Duration: 0.3ms | Allocations: 199)
+ Rendered layout layouts/application.html.erb (Duration: 4.9ms | Allocations: 3546)
+Completed 200 OK in 272ms (Views: 5.4ms | ActiveRecord: 0.1ms | Allocations: 4666)
+
+
+Started POST "/sign_in" for ::1 at 2022-01-23 19:10:47 +0100
+Processing by MainController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "email"=>"tomas@gmail.com", "password"=>"[FILTERED]", "commit"=>"Sign in"}
+ [1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
+ ↳ app/controllers/main_controller.rb:9:in `create'
+ [1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "tomas@gmail.com"], ["LIMIT", 1]]
+ ↳ app/controllers/main_controller.rb:9:in `create'
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 1.0ms | Allocations: 1199)
+ Rendered shared/_navbar.html.erb (Duration: 0.5ms | Allocations: 214)
+ Rendered layout layouts/application.html.erb (Duration: 17.9ms | Allocations: 15123)
+Completed 200 OK in 287ms (Views: 19.3ms | ActiveRecord: 1.3ms | Allocations: 19786)
+
+
+Started GET "/" for ::1 at 2022-01-23 19:17:49 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 1.0ms | Allocations: 222)
+ Rendered shared/_navbar.html.erb (Duration: 1.2ms | Allocations: 440)
+ Rendered layout layouts/application.html.erb (Duration: 23.3ms | Allocations: 14977)
+Completed 200 OK in 27ms (Views: 25.2ms | Allocations: 16036)
+
+
+Started GET "/new" for ::1 at 2022-01-23 19:17:52 +0100
+
+ActionController::RoutingError (No route matches [GET] "/new"):
+
+Started GET "/sessions" for ::1 at 2022-01-23 19:18:49 +0100
+
+ActionController::RoutingError (No route matches [GET] "/sessions"):
+
+Started GET "/sign_in" for ::1 at 2022-01-23 19:19:18 +0100
+Processing by SessionsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering sessions/new.html.erb within layouts/application
+ Rendered sessions/new.html.erb within layouts/application (Duration: 1.2ms | Allocations: 1161)
+ Rendered layout layouts/application.html.erb (Duration: 1.5ms | Allocations: 1241)
+Completed 500 Internal Server Error in 6ms (Allocations: 2272)
+
+
+
+ActionView::SyntaxErrorInTemplate (Encountered a syntax error while rendering template: check Sign in
+
+<%= form_with, url: sign_in_path do |form| %>
+
+ <%= form.text_field :email, class: "form-control", placeholder: "Email"%>
+
+
+ <%= form.password_field :password, class: "form-control", placeholder: "Password"%>
+
+
+
+ <%= form.submit "Sign in", class: "btn btn-primary" %>
+
+<% end %>
+):
+1: Sign in
+2:
+3: <%= form_with, url: sign_in_path do |form| %>
+4:
+5: <%= form.text_field :email, class: "form-control", placeholder: "Email"%>
+6:
+7:
+8: <%= form.password_field :password, class: "form-control", placeholder: "Password"%>
+9:
+10:
+11:
+12: <%= form.submit "Sign in", class: "btn btn-primary" %>
+13:
+14: <% end %>
+
+app/views/sessions/new.html.erb:3: syntax error, unexpected label
+app/views/sessions/new.html.erb:3: syntax error, unexpected label
+app/views/sessions/new.html.erb:3: syntax error, unexpected label
+app/views/sessions/new.html.erb:3: syntax error, unexpected label
+app/views/sessions/new.html.erb:3: syntax error, unexpected label
+app/views/sessions/new.html.erb:3: syntax error, unexpected label
+Started GET "/sign_in" for ::1 at 2022-01-23 19:19:48 +0100
+Processing by SessionsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering sessions/new.html.erb within layouts/application
+ Rendered sessions/new.html.erb within layouts/application (Duration: 2.3ms | Allocations: 1765)
+ Rendered shared/_navbar.html.erb (Duration: 1.8ms | Allocations: 439)
+ Rendered layout layouts/application.html.erb (Duration: 12.9ms | Allocations: 4761)
+Completed 200 OK in 17ms (Views: 15.4ms | Allocations: 5787)
+
+
+Started POST "/sign_in" for ::1 at 2022-01-23 19:19:50 +0100
+Processing by SessionsController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "email"=>"tomas@gmail.com", "password"=>"[FILTERED]", "commit"=>"Sign in"}
+No template found for SessionsController#create, rendering head :no_content
+Completed 204 No Content in 3ms (Allocations: 763)
+
+
+Started POST "/sign_in" for ::1 at 2022-01-23 19:23:22 +0100
+Processing by SessionsController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "email"=>"tomas@gmail.com", "password"=>"[FILTERED]", "commit"=>"Sign in"}
+ [1m[35m (0.0ms)[0m [1m[34mSELECT sqlite_version(*)[0m
+ ↳ app/controllers/sessions_controller.rb:7:in `create'
+ [1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "tomas@gmail.com"], ["LIMIT", 1]]
+ ↳ app/controllers/sessions_controller.rb:7:in `create'
+ Rendering layout layouts/application.html.erb
+ Rendering sessions/new.html.erb within layouts/application
+ Rendered sessions/new.html.erb within layouts/application (Duration: 2.2ms | Allocations: 1396)
+ Rendered shared/_navbar.html.erb (Duration: 1.5ms | Allocations: 439)
+ Rendered layout layouts/application.html.erb (Duration: 20.3ms | Allocations: 15983)
+Completed 200 OK in 290ms (Views: 22.9ms | ActiveRecord: 0.4ms | Allocations: 20634)
+
+
+Started POST "/sign_in" for ::1 at 2022-01-23 19:23:23 +0100
+Processing by SessionsController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "email"=>"tomas@gmail.com", "password"=>"[FILTERED]", "commit"=>"Sign in"}
+ [1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "tomas@gmail.com"], ["LIMIT", 1]]
+ ↳ app/controllers/sessions_controller.rb:7:in `create'
+ Rendering layout layouts/application.html.erb
+ Rendering sessions/new.html.erb within layouts/application
+ Rendered sessions/new.html.erb within layouts/application (Duration: 1.5ms | Allocations: 1170)
+ Rendered shared/_navbar.html.erb (Duration: 0.3ms | Allocations: 199)
+ Rendered layout layouts/application.html.erb (Duration: 5.5ms | Allocations: 3523)
+Completed 200 OK in 314ms (Views: 6.1ms | ActiveRecord: 0.2ms | Allocations: 4635)
+
+
+Started POST "/sign_in" for ::1 at 2022-01-23 19:23:25 +0100
+Processing by SessionsController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "email"=>"tomas@gmail.com", "password"=>"[FILTERED]", "commit"=>"Sign in"}
+ [1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "tomas@gmail.com"], ["LIMIT", 1]]
+ ↳ app/controllers/sessions_controller.rb:7:in `create'
+ Rendering layout layouts/application.html.erb
+ Rendering sessions/new.html.erb within layouts/application
+ Rendered sessions/new.html.erb within layouts/application (Duration: 1.3ms | Allocations: 1170)
+ Rendered shared/_navbar.html.erb (Duration: 0.3ms | Allocations: 199)
+ Rendered layout layouts/application.html.erb (Duration: 5.1ms | Allocations: 3523)
+Completed 200 OK in 273ms (Views: 5.6ms | ActiveRecord: 0.1ms | Allocations: 4639)
+
+
+Started GET "/sign_in" for ::1 at 2022-01-23 19:23:28 +0100
+Processing by SessionsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering sessions/new.html.erb within layouts/application
+ Rendered sessions/new.html.erb within layouts/application (Duration: 1.5ms | Allocations: 1468)
+ Rendered shared/_navbar.html.erb (Duration: 0.5ms | Allocations: 199)
+ Rendered layout layouts/application.html.erb (Duration: 6.9ms | Allocations: 3826)
+Completed 200 OK in 9ms (Views: 7.7ms | ActiveRecord: 0.0ms | Allocations: 4144)
+
+
+Started POST "/sign_in" for ::1 at 2022-01-23 19:23:29 +0100
+Processing by SessionsController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "email"=>"tomas@gmail.com", "password"=>"[FILTERED]", "commit"=>"Sign in"}
+ [1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "tomas@gmail.com"], ["LIMIT", 1]]
+ ↳ app/controllers/sessions_controller.rb:7:in `create'
+ Rendering layout layouts/application.html.erb
+ Rendering sessions/new.html.erb within layouts/application
+ Rendered sessions/new.html.erb within layouts/application (Duration: 1.0ms | Allocations: 1170)
+ Rendered shared/_navbar.html.erb (Duration: 0.3ms | Allocations: 199)
+ Rendered layout layouts/application.html.erb (Duration: 4.9ms | Allocations: 3523)
+Completed 200 OK in 269ms (Views: 5.4ms | ActiveRecord: 0.1ms | Allocations: 4647)
+
+
+Started POST "/sign_in" for ::1 at 2022-01-23 19:23:55 +0100
+Processing by SessionsController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "email"=>"toma", "password"=>"[FILTERED]", "commit"=>"Sign in"}
+ [1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "toma"], ["LIMIT", 1]]
+ ↳ app/controllers/sessions_controller.rb:7:in `create'
+ Rendering layout layouts/application.html.erb
+ Rendering sessions/new.html.erb within layouts/application
+ Rendered sessions/new.html.erb within layouts/application (Duration: 1.5ms | Allocations: 1170)
+ Rendered shared/_navbar.html.erb (Duration: 0.4ms | Allocations: 199)
+ Rendered layout layouts/application.html.erb (Duration: 8.5ms | Allocations: 3523)
+Completed 200 OK in 13ms (Views: 9.8ms | ActiveRecord: 0.3ms | Allocations: 4605)
+
+
+Started POST "/sign_in" for ::1 at 2022-01-23 19:24:05 +0100
+Processing by SessionsController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "email"=>"tomas@gmail.com", "password"=>"[FILTERED]", "commit"=>"Sign in"}
+ [1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "tomas@gmail.com"], ["LIMIT", 1]]
+ ↳ app/controllers/sessions_controller.rb:7:in `create'
+ Rendering layout layouts/application.html.erb
+ Rendering sessions/new.html.erb within layouts/application
+ Rendered sessions/new.html.erb within layouts/application (Duration: 1.2ms | Allocations: 1170)
+ Rendered shared/_navbar.html.erb (Duration: 0.4ms | Allocations: 199)
+ Rendered layout layouts/application.html.erb (Duration: 5.8ms | Allocations: 3523)
+Completed 200 OK in 274ms (Views: 6.4ms | ActiveRecord: 0.2ms | Allocations: 4645)
+
+
+Started POST "/sign_in" for ::1 at 2022-01-23 19:24:12 +0100
+Processing by SessionsController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "email"=>"tomas@gmail.come", "password"=>"[FILTERED]", "commit"=>"Sign in"}
+ [1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "tomas@gmail.come"], ["LIMIT", 1]]
+ ↳ app/controllers/sessions_controller.rb:7:in `create'
+ Rendering layout layouts/application.html.erb
+ Rendering sessions/new.html.erb within layouts/application
+ Rendered sessions/new.html.erb within layouts/application (Duration: 1.8ms | Allocations: 1170)
+ Rendered shared/_navbar.html.erb (Duration: 0.6ms | Allocations: 199)
+ Rendered layout layouts/application.html.erb (Duration: 8.6ms | Allocations: 3523)
+Completed 200 OK in 12ms (Views: 9.4ms | ActiveRecord: 0.1ms | Allocations: 4606)
+
+
+Started GET "/sign_in" for ::1 at 2022-01-23 19:27:20 +0100
+Processing by SessionsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering sessions/new.html.erb within layouts/application
+ Rendered sessions/new.html.erb within layouts/application (Duration: 2.3ms | Allocations: 1759)
+ Rendered shared/_navbar.html.erb (Duration: 1.3ms | Allocations: 439)
+ Rendered layout layouts/application.html.erb (Duration: 10.5ms | Allocations: 4737)
+Completed 200 OK in 15ms (Views: 13.4ms | ActiveRecord: 0.0ms | Allocations: 5766)
+
+
+Started GET "/sign_in" for ::1 at 2022-01-23 19:30:33 +0100
+Processing by SessionsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering sessions/new.html.erb within layouts/application
+ Rendered sessions/new.html.erb within layouts/application (Duration: 1.4ms | Allocations: 1480)
+ Rendered shared/_navbar.html.erb (Duration: 0.6ms | Allocations: 199)
+ Rendered layout layouts/application.html.erb (Duration: 6.5ms | Allocations: 3838)
+Completed 200 OK in 8ms (Views: 7.4ms | Allocations: 4154)
+
+
+Started POST "/sign_in" for ::1 at 2022-01-23 19:30:35 +0100
+Processing by SessionsController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "email"=>"tomas@gmail.com", "password"=>"[FILTERED]", "commit"=>"Sign in"}
+ [1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
+ ↳ app/controllers/sessions_controller.rb:7:in `create'
+ [1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "tomas@gmail.com"], ["LIMIT", 1]]
+ ↳ app/controllers/sessions_controller.rb:7:in `create'
+ Rendering layout layouts/application.html.erb
+ Rendering sessions/new.html.erb within layouts/application
+ Rendered sessions/new.html.erb within layouts/application (Duration: 1.0ms | Allocations: 1170)
+ Rendered shared/_navbar.html.erb (Duration: 0.3ms | Allocations: 199)
+ Rendered layout layouts/application.html.erb (Duration: 4.8ms | Allocations: 3570)
+Completed 200 OK in 271ms (Views: 5.4ms | ActiveRecord: 0.4ms | Allocations: 5246)
+
+
+Started POST "/sign_in" for ::1 at 2022-01-23 22:18:37 +0100
+Processing by SessionsController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "email"=>"tomas@gmail.com", "password"=>"[FILTERED]", "commit"=>"Sign in"}
+ [1m[35m (0.3ms)[0m [1m[34mSELECT sqlite_version(*)[0m
+ ↳ app/controllers/sessions_controller.rb:7:in `create'
+ [1m[36mUser Load (0.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "tomas@gmail.com"], ["LIMIT", 1]]
+ ↳ app/controllers/sessions_controller.rb:7:in `create'
+ Rendering layout layouts/application.html.erb
+ Rendering sessions/new.html.erb within layouts/application
+ Rendered sessions/new.html.erb within layouts/application (Duration: 8.6ms | Allocations: 1445)
+ Rendered shared/_navbar.html.erb (Duration: 2.4ms | Allocations: 439)
+ Rendered layout layouts/application.html.erb (Duration: 22.1ms | Allocations: 4465)
+Completed 200 OK in 320ms (Views: 31.3ms | ActiveRecord: 1.9ms | Allocations: 6844)
+
+
+Started GET "/" for ::1 at 2022-01-23 22:18:57 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 1.4ms | Allocations: 214)
+ Rendered shared/_navbar.html.erb (Duration: 0.4ms | Allocations: 218)
+ Rendered layout layouts/application.html.erb (Duration: 9.0ms | Allocations: 2979)
+Completed 200 OK in 16ms (Views: 14.9ms | ActiveRecord: 0.0ms | Allocations: 3857)
+
+
+Started GET "/sign_up" for ::1 at 2022-01-23 22:18:59 +0100
+Processing by RegistrationsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 4.0ms | Allocations: 1187)
+ Rendered shared/_navbar.html.erb (Duration: 0.5ms | Allocations: 218)
+ Rendered layout layouts/application.html.erb (Duration: 9.8ms | Allocations: 3639)
+Completed 200 OK in 16ms (Views: 13.0ms | ActiveRecord: 0.0ms | Allocations: 4557)
+
+
+Started POST "/sign_up" for ::1 at 2022-01-23 22:20:01 +0100
+Processing by RegistrationsController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "user"=>{"name"=>"Dani", "email"=>"dani@mail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Next"}
+ [1m[36mTRANSACTION (0.2ms)[0m [1m[36mbegin transaction[0m
+ ↳ app/controllers/registrations_controller.rb:8:in `create'
+ [1m[36mUser Create (0.6ms)[0m [1m[32mINSERT INTO "users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Dani"], ["email", "dani@mail.com"], ["password_digest", "[FILTERED]"], ["created_at", "2022-01-23 21:20:01.590547"], ["updated_at", "2022-01-23 21:20:01.590547"]]
+ ↳ app/controllers/registrations_controller.rb:8:in `create'
+ [1m[36mTRANSACTION (2.0ms)[0m [1m[36mcommit transaction[0m
+ ↳ app/controllers/registrations_controller.rb:8:in `create'
+Redirected to http://localhost:3000/homepage
+Completed 302 Found in 277ms (ActiveRecord: 2.8ms | Allocations: 3419)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 22:20:01 +0100
+Processing by HomepageController#index as TURBO_STREAM
+ [1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 12], ["LIMIT", 1]]
+ ↳ app/controllers/homepage_controller.rb:4:in `index'
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 1.1ms | Allocations: 185)
+ Rendered shared/_navbar.html.erb (Duration: 0.7ms | Allocations: 245)
+ Rendered layout layouts/application.html.erb (Duration: 6.3ms | Allocations: 2689)
+Completed 200 OK in 16ms (Views: 9.3ms | ActiveRecord: 0.3ms | Allocations: 4821)
+
+
+Started DELETE "/logout" for ::1 at 2022-01-23 22:20:07 +0100
+Processing by SessionsController#destroy as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]"}
+Redirected to http://localhost:3000/
+Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 533)
+
+
+Started GET "/" for ::1 at 2022-01-23 22:20:07 +0100
+Processing by MainController#index as TURBO_STREAM
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 0.3ms | Allocations: 53)
+ Rendered shared/_navbar.html.erb (Duration: 0.6ms | Allocations: 201)
+ Rendered layout layouts/application.html.erb (Duration: 9.8ms | Allocations: 2720)
+Completed 200 OK in 12ms (Views: 10.7ms | ActiveRecord: 0.0ms | Allocations: 3045)
+
+
+Started GET "/" for ::1 at 2022-01-23 22:20:09 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 53)
+ Rendered shared/_navbar.html.erb (Duration: 0.5ms | Allocations: 201)
+ Rendered layout layouts/application.html.erb (Duration: 6.2ms | Allocations: 2721)
+Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.0ms | Allocations: 3042)
+
+
+Started GET "/sign_up" for ::1 at 2022-01-23 22:20:16 +0100
+Processing by RegistrationsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 3.2ms | Allocations: 671)
+ Rendered shared/_navbar.html.erb (Duration: 0.6ms | Allocations: 199)
+ Rendered layout layouts/application.html.erb (Duration: 9.9ms | Allocations: 3029)
+Completed 200 OK in 12ms (Views: 10.6ms | ActiveRecord: 0.0ms | Allocations: 3363)
+
+
+Started GET "/sign_in" for ::1 at 2022-01-23 22:20:21 +0100
+Processing by SessionsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering sessions/new.html.erb within layouts/application
+ Rendered sessions/new.html.erb within layouts/application (Duration: 2.2ms | Allocations: 1467)
+ Rendered shared/_navbar.html.erb (Duration: 0.4ms | Allocations: 199)
+ Rendered layout layouts/application.html.erb (Duration: 7.8ms | Allocations: 3825)
+Completed 200 OK in 10ms (Views: 8.5ms | ActiveRecord: 0.0ms | Allocations: 4145)
+
+
+Started POST "/sign_in" for ::1 at 2022-01-23 22:20:36 +0100
+Processing by SessionsController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "email"=>"dani@mail.com", "password"=>"[FILTERED]", "commit"=>"Sign in"}
+ [1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "dani@mail.com"], ["LIMIT", 1]]
+ ↳ app/controllers/sessions_controller.rb:7:in `create'
+Redirected to http://localhost:3000/homepage
+Completed 302 Found in 263ms (ActiveRecord: 0.1ms | Allocations: 1014)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 22:20:37 +0100
+Processing by HomepageController#index as TURBO_STREAM
+ [1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 12], ["LIMIT", 1]]
+ ↳ app/controllers/homepage_controller.rb:4:in `index'
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 0.1ms | Allocations: 17)
+ Rendered shared/_navbar.html.erb (Duration: 0.4ms | Allocations: 215)
+ Rendered layout layouts/application.html.erb (Duration: 5.1ms | Allocations: 2408)
+Completed 200 OK in 8ms (Views: 5.7ms | ActiveRecord: 0.1ms | Allocations: 3472)
+
+
+Started GET "/sign_in" for ::1 at 2022-01-23 22:20:59 +0100
+Processing by SessionsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering sessions/new.html.erb within layouts/application
+ Rendered sessions/new.html.erb within layouts/application (Duration: 2.5ms | Allocations: 1453)
+ Rendered shared/_navbar.html.erb (Duration: 0.6ms | Allocations: 199)
+ Rendered layout layouts/application.html.erb (Duration: 9.0ms | Allocations: 3811)
+Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.0ms | Allocations: 4129)
+
+
+Started POST "/sign_in" for ::1 at 2022-01-23 22:21:20 +0100
+Processing by SessionsController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "email"=>"tomas@gmail.com", "password"=>"[FILTERED]", "commit"=>"Sign in"}
+ [1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "tomas@gmail.com"], ["LIMIT", 1]]
+ ↳ app/controllers/sessions_controller.rb:7:in `create'
+ Rendering layout layouts/application.html.erb
+ Rendering sessions/new.html.erb within layouts/application
+ Rendered sessions/new.html.erb within layouts/application (Duration: 1.6ms | Allocations: 1171)
+ Rendered shared/_navbar.html.erb (Duration: 0.4ms | Allocations: 199)
+ Rendered layout layouts/application.html.erb (Duration: 7.1ms | Allocations: 3538)
+Completed 200 OK in 270ms (Views: 7.6ms | ActiveRecord: 0.1ms | Allocations: 4654)
+
+
+Started DELETE "/logout" for ::1 at 2022-01-23 22:21:31 +0100
+Processing by SessionsController#destroy as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]"}
+Redirected to http://localhost:3000/
+Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 531)
+
+
+Started GET "/" for ::1 at 2022-01-23 22:21:31 +0100
+Processing by MainController#index as TURBO_STREAM
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 0.3ms | Allocations: 53)
+ Rendered shared/_navbar.html.erb (Duration: 0.8ms | Allocations: 201)
+ Rendered layout layouts/application.html.erb (Duration: 7.4ms | Allocations: 2712)
+Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.0ms | Allocations: 3036)
+
+
+Started GET "/sign_in" for ::1 at 2022-01-23 22:21:46 +0100
+Processing by SessionsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering sessions/new.html.erb within layouts/application
+ Rendered sessions/new.html.erb within layouts/application (Duration: 1.5ms | Allocations: 1476)
+ Rendered shared/_navbar.html.erb (Duration: 0.6ms | Allocations: 199)
+ Rendered layout layouts/application.html.erb (Duration: 7.2ms | Allocations: 3834)
+Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.0ms | Allocations: 4152)
+
+
+Started POST "/sign_in" for ::1 at 2022-01-23 22:21:48 +0100
+Processing by SessionsController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "email"=>"tomas@gmail.com", "password"=>"[FILTERED]", "commit"=>"Sign in"}
+ [1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "tomas@gmail.com"], ["LIMIT", 1]]
+ ↳ app/controllers/sessions_controller.rb:7:in `create'
+ Rendering layout layouts/application.html.erb
+ Rendering sessions/new.html.erb within layouts/application
+ Rendered sessions/new.html.erb within layouts/application (Duration: 1.2ms | Allocations: 1170)
+ Rendered shared/_navbar.html.erb (Duration: 0.3ms | Allocations: 199)
+ Rendered layout layouts/application.html.erb (Duration: 6.2ms | Allocations: 3523)
+Completed 200 OK in 269ms (Views: 6.7ms | ActiveRecord: 0.1ms | Allocations: 4632)
+
+
+Started POST "/sign_in" for ::1 at 2022-01-23 22:21:56 +0100
+Processing by SessionsController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "email"=>"tomas@gmail.com", "password"=>"[FILTERED]", "commit"=>"Sign in"}
+ [1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "tomas@gmail.com"], ["LIMIT", 1]]
+ ↳ app/controllers/sessions_controller.rb:7:in `create'
+ Rendering layout layouts/application.html.erb
+ Rendering sessions/new.html.erb within layouts/application
+ Rendered sessions/new.html.erb within layouts/application (Duration: 1.3ms | Allocations: 1170)
+ Rendered shared/_navbar.html.erb (Duration: 0.5ms | Allocations: 199)
+ Rendered layout layouts/application.html.erb (Duration: 5.4ms | Allocations: 3523)
+Completed 200 OK in 270ms (Views: 6.1ms | ActiveRecord: 0.1ms | Allocations: 4644)
+
+
+Started POST "/sign_in" for ::1 at 2022-01-23 22:22:25 +0100
+Processing by SessionsController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "email"=>"dani@mail.com", "password"=>"[FILTERED]", "commit"=>"Sign in"}
+ [1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "dani@mail.com"], ["LIMIT", 1]]
+ ↳ app/controllers/sessions_controller.rb:7:in `create'
+Redirected to http://localhost:3000/homepage
+Completed 302 Found in 265ms (ActiveRecord: 0.1ms | Allocations: 1010)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 22:22:25 +0100
+Processing by HomepageController#index as TURBO_STREAM
+ [1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 12], ["LIMIT", 1]]
+ ↳ app/controllers/homepage_controller.rb:4:in `index'
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 0.1ms | Allocations: 17)
+ Rendered shared/_navbar.html.erb (Duration: 1.0ms | Allocations: 215)
+ Rendered layout layouts/application.html.erb (Duration: 6.8ms | Allocations: 2408)
+Completed 200 OK in 10ms (Views: 7.6ms | ActiveRecord: 0.2ms | Allocations: 3468)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 22:22:38 +0100
+Processing by HomepageController#index as HTML
+ [1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 12], ["LIMIT", 1]]
+ ↳ app/controllers/homepage_controller.rb:4:in `index'
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 0.1ms | Allocations: 17)
+ Rendered shared/_navbar.html.erb (Duration: 1.1ms | Allocations: 215)
+ Rendered layout layouts/application.html.erb (Duration: 5.4ms | Allocations: 2405)
+Completed 200 OK in 8ms (Views: 6.0ms | ActiveRecord: 0.1ms | Allocations: 3447)
+
+
+Started DELETE "/logout" for ::1 at 2022-01-23 22:22:44 +0100
+Processing by SessionsController#destroy as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]"}
+Redirected to http://localhost:3000/
+Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 527)
+
+
+Started GET "/" for ::1 at 2022-01-23 22:22:44 +0100
+Processing by MainController#index as TURBO_STREAM
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 0.4ms | Allocations: 53)
+ Rendered shared/_navbar.html.erb (Duration: 0.7ms | Allocations: 201)
+ Rendered layout layouts/application.html.erb (Duration: 8.8ms | Allocations: 2716)
+Completed 200 OK in 12ms (Views: 10.3ms | ActiveRecord: 0.0ms | Allocations: 3040)
+
+
+Started GET "/sign_in" for ::1 at 2022-01-23 22:22:56 +0100
+Processing by SessionsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering sessions/new.html.erb within layouts/application
+ Rendered sessions/new.html.erb within layouts/application (Duration: 2.1ms | Allocations: 1476)
+ Rendered shared/_navbar.html.erb (Duration: 0.6ms | Allocations: 199)
+ Rendered layout layouts/application.html.erb (Duration: 8.6ms | Allocations: 3834)
+Completed 200 OK in 10ms (Views: 9.3ms | ActiveRecord: 0.0ms | Allocations: 4152)
+
+
+Started POST "/sign_in" for ::1 at 2022-01-23 22:23:09 +0100
+Processing by SessionsController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "email"=>"dani@mail.com", "password"=>"[FILTERED]", "commit"=>"Sign in"}
+ [1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "dani@mail.com"], ["LIMIT", 1]]
+ ↳ app/controllers/sessions_controller.rb:7:in `create'
+Redirected to http://localhost:3000/homepage
+Completed 302 Found in 265ms (ActiveRecord: 0.1ms | Allocations: 1010)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 22:23:09 +0100
+Processing by HomepageController#index as TURBO_STREAM
+ [1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 12], ["LIMIT", 1]]
+ ↳ app/controllers/homepage_controller.rb:4:in `index'
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 17)
+ Rendered shared/_navbar.html.erb (Duration: 0.8ms | Allocations: 215)
+ Rendered layout layouts/application.html.erb (Duration: 7.0ms | Allocations: 2408)
+Completed 200 OK in 12ms (Views: 8.0ms | ActiveRecord: 0.2ms | Allocations: 3464)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 22:25:05 +0100
+Processing by HomepageController#index as HTML
+ [1m[35m (0.0ms)[0m [1m[34mSELECT sqlite_version(*)[0m
+ ↳ app/controllers/homepage_controller.rb:4:in `index'
+ [1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 12], ["LIMIT", 1]]
+ ↳ app/controllers/homepage_controller.rb:4:in `index'
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 1.0ms | Allocations: 193)
+ Rendered shared/_navbar.html.erb (Duration: 1.6ms | Allocations: 467)
+ Rendered layout layouts/application.html.erb (Duration: 30.5ms | Allocations: 14780)
+Completed 200 OK in 48ms (Views: 33.2ms | ActiveRecord: 1.2ms | Allocations: 20095)
+
+
+Started GET "/" for ::1 at 2022-01-23 22:25:08 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 3.0ms | Allocations: 1774)
+ Rendered shared/_navbar.html.erb (Duration: 1.0ms | Allocations: 214)
+ Rendered layout layouts/application.html.erb (Duration: 12.6ms | Allocations: 4222)
+Completed 200 OK in 18ms (Views: 15.8ms | ActiveRecord: 0.0ms | Allocations: 5100)
+
+
+Started POST "/sign_in" for ::1 at 2022-01-23 22:25:20 +0100
+Processing by MainController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "email"=>"dani@mail.com", "password"=>"[FILTERED]", "commit"=>"Sign in"}
+ [1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "dani@mail.com"], ["LIMIT", 1]]
+ ↳ app/controllers/main_controller.rb:6:in `create'
+Redirected to http://localhost:3000/homepage
+Completed 302 Found in 265ms (ActiveRecord: 0.3ms | Allocations: 1134)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 22:25:21 +0100
+Processing by HomepageController#index as TURBO_STREAM
+ [1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 12], ["LIMIT", 1]]
+ ↳ app/controllers/homepage_controller.rb:4:in `index'
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 0.1ms | Allocations: 17)
+ Rendered shared/_navbar.html.erb (Duration: 0.5ms | Allocations: 215)
+ Rendered layout layouts/application.html.erb (Duration: 5.4ms | Allocations: 2455)
+Completed 200 OK in 9ms (Views: 6.1ms | ActiveRecord: 0.2ms | Allocations: 3563)
+
+
+Started GET "/" for ::1 at 2022-01-23 22:25:38 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 2.3ms | Allocations: 1504)
+ Rendered shared/_navbar.html.erb (Duration: 0.9ms | Allocations: 199)
+ Rendered layout layouts/application.html.erb (Duration: 13.2ms | Allocations: 3862)
+Completed 200 OK in 15ms (Views: 14.0ms | ActiveRecord: 0.0ms | Allocations: 4183)
+
+
+Started GET "/sign_up" for ::1 at 2022-01-23 22:25:41 +0100
+Processing by RegistrationsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 2.4ms | Allocations: 1138)
+ Rendered shared/_navbar.html.erb (Duration: 0.8ms | Allocations: 218)
+ Rendered layout layouts/application.html.erb (Duration: 7.7ms | Allocations: 3590)
+Completed 200 OK in 13ms (Views: 10.8ms | ActiveRecord: 0.0ms | Allocations: 4490)
+
+
+Started POST "/sign_up" for ::1 at 2022-01-23 22:26:01 +0100
+Processing by RegistrationsController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "user"=>{"name"=>"Tomas", "email"=>"tomas@mail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Next"}
+ [1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
+ ↳ app/controllers/registrations_controller.rb:8:in `create'
+ [1m[36mUser Create (0.5ms)[0m [1m[32mINSERT INTO "users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Tomas"], ["email", "tomas@mail.com"], ["password_digest", "[FILTERED]"], ["created_at", "2022-01-23 21:26:01.918656"], ["updated_at", "2022-01-23 21:26:01.918656"]]
+ ↳ app/controllers/registrations_controller.rb:8:in `create'
+ [1m[36mTRANSACTION (1.4ms)[0m [1m[36mcommit transaction[0m
+ ↳ app/controllers/registrations_controller.rb:8:in `create'
+Redirected to http://localhost:3000/homepage
+Completed 302 Found in 269ms (ActiveRecord: 2.0ms | Allocations: 2453)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 22:26:01 +0100
+Processing by HomepageController#index as TURBO_STREAM
+ [1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ ↳ app/controllers/homepage_controller.rb:4:in `index'
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 0.1ms | Allocations: 17)
+ Rendered shared/_navbar.html.erb (Duration: 0.8ms | Allocations: 215)
+ Rendered layout layouts/application.html.erb (Duration: 5.7ms | Allocations: 2408)
+Completed 200 OK in 9ms (Views: 6.9ms | ActiveRecord: 0.2ms | Allocations: 3473)
+
+
+Started DELETE "/logout" for ::1 at 2022-01-23 22:26:06 +0100
+Processing by SessionsController#destroy as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]"}
+Redirected to http://localhost:3000/
+Completed 302 Found in 3ms (ActiveRecord: 0.0ms | Allocations: 577)
+
+
+Started GET "/" for ::1 at 2022-01-23 22:26:06 +0100
+Processing by MainController#index as TURBO_STREAM
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 2.4ms | Allocations: 1495)
+ Rendered shared/_navbar.html.erb (Duration: 0.8ms | Allocations: 199)
+ Rendered layout layouts/application.html.erb (Duration: 8.7ms | Allocations: 3856)
+Completed 200 OK in 10ms (Views: 9.5ms | ActiveRecord: 0.0ms | Allocations: 4181)
+
+
+Started GET "/sign_up" for ::1 at 2022-01-23 22:26:08 +0100
+Processing by RegistrationsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 4.8ms | Allocations: 669)
+ Rendered shared/_navbar.html.erb (Duration: 0.9ms | Allocations: 199)
+ Rendered layout layouts/application.html.erb (Duration: 12.9ms | Allocations: 3027)
+Completed 200 OK in 15ms (Views: 13.6ms | ActiveRecord: 0.0ms | Allocations: 3363)
+
+
+Started POST "/sign_up" for ::1 at 2022-01-23 22:26:31 +0100
+Processing by RegistrationsController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "user"=>{"name"=>"Elena", "email"=>"elena@mail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Next"}
+ [1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
+ ↳ app/controllers/registrations_controller.rb:8:in `create'
+ [1m[36mUser Create (0.5ms)[0m [1m[32mINSERT INTO "users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Elena"], ["email", "elena@mail.com"], ["password_digest", "[FILTERED]"], ["created_at", "2022-01-23 21:26:31.322228"], ["updated_at", "2022-01-23 21:26:31.322228"]]
+ ↳ app/controllers/registrations_controller.rb:8:in `create'
+ [1m[36mTRANSACTION (1.4ms)[0m [1m[36mcommit transaction[0m
+ ↳ app/controllers/registrations_controller.rb:8:in `create'
+Redirected to http://localhost:3000/homepage
+Completed 302 Found in 269ms (ActiveRecord: 1.9ms | Allocations: 2293)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 22:26:31 +0100
+Processing by HomepageController#index as TURBO_STREAM
+ [1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 14], ["LIMIT", 1]]
+ ↳ app/controllers/homepage_controller.rb:4:in `index'
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 0.1ms | Allocations: 17)
+ Rendered shared/_navbar.html.erb (Duration: 0.7ms | Allocations: 215)
+ Rendered layout layouts/application.html.erb (Duration: 5.9ms | Allocations: 2424)
+Completed 200 OK in 10ms (Views: 6.8ms | ActiveRecord: 0.2ms | Allocations: 3470)
+
+
+Started DELETE "/logout" for ::1 at 2022-01-23 22:26:36 +0100
+Processing by SessionsController#destroy as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]"}
+Redirected to http://localhost:3000/
+Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 539)
+
+
+Started GET "/" for ::1 at 2022-01-23 22:26:36 +0100
+Processing by MainController#index as TURBO_STREAM
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 2.2ms | Allocations: 1509)
+ Rendered shared/_navbar.html.erb (Duration: 0.6ms | Allocations: 199)
+ Rendered layout layouts/application.html.erb (Duration: 9.1ms | Allocations: 3870)
+Completed 200 OK in 11ms (Views: 10.0ms | ActiveRecord: 0.0ms | Allocations: 4194)
+
+
+Started GET "/sign_up" for ::1 at 2022-01-23 22:26:41 +0100
+Processing by RegistrationsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 1.8ms | Allocations: 657)
+ Rendered shared/_navbar.html.erb (Duration: 0.7ms | Allocations: 199)
+ Rendered layout layouts/application.html.erb (Duration: 8.7ms | Allocations: 3015)
+Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.0ms | Allocations: 3351)
+
+
+Started POST "/sign_up" for ::1 at 2022-01-23 22:26:56 +0100
+Processing by RegistrationsController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "user"=>{"name"=>"Elisa", "email"=>"elisa@mail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Next"}
+ [1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
+ ↳ app/controllers/registrations_controller.rb:8:in `create'
+ [1m[36mUser Create (0.6ms)[0m [1m[32mINSERT INTO "users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Elisa"], ["email", "elisa@mail.com"], ["password_digest", "[FILTERED]"], ["created_at", "2022-01-23 21:26:56.862062"], ["updated_at", "2022-01-23 21:26:56.862062"]]
+ ↳ app/controllers/registrations_controller.rb:8:in `create'
+ [1m[36mTRANSACTION (1.4ms)[0m [1m[36mcommit transaction[0m
+ ↳ app/controllers/registrations_controller.rb:8:in `create'
+Redirected to http://localhost:3000/homepage
+Completed 302 Found in 269ms (ActiveRecord: 2.0ms | Allocations: 2294)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 22:26:56 +0100
+Processing by HomepageController#index as TURBO_STREAM
+ [1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 15], ["LIMIT", 1]]
+ ↳ app/controllers/homepage_controller.rb:4:in `index'
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 0.1ms | Allocations: 17)
+ Rendered shared/_navbar.html.erb (Duration: 0.8ms | Allocations: 215)
+ Rendered layout layouts/application.html.erb (Duration: 6.9ms | Allocations: 2408)
+Completed 200 OK in 11ms (Views: 8.4ms | ActiveRecord: 0.2ms | Allocations: 3484)
+
+
+Started DELETE "/logout" for ::1 at 2022-01-23 22:27:02 +0100
+Processing by SessionsController#destroy as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]"}
+Redirected to http://localhost:3000/
+Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 529)
+
+
+Started GET "/" for ::1 at 2022-01-23 22:27:02 +0100
+Processing by MainController#index as TURBO_STREAM
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 3.7ms | Allocations: 1491)
+ Rendered shared/_navbar.html.erb (Duration: 0.8ms | Allocations: 199)
+ Rendered layout layouts/application.html.erb (Duration: 11.1ms | Allocations: 3852)
+Completed 200 OK in 13ms (Views: 12.0ms | ActiveRecord: 0.0ms | Allocations: 4176)
+
+
+Started GET "/sign_up" for ::1 at 2022-01-23 22:27:05 +0100
+Processing by RegistrationsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 2.1ms | Allocations: 669)
+ Rendered shared/_navbar.html.erb (Duration: 0.9ms | Allocations: 199)
+ Rendered layout layouts/application.html.erb (Duration: 8.3ms | Allocations: 3027)
+Completed 200 OK in 11ms (Views: 9.4ms | ActiveRecord: 0.0ms | Allocations: 3363)
+
+
+Started POST "/sign_up" for ::1 at 2022-01-23 22:27:20 +0100
+Processing by RegistrationsController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "user"=>{"name"=>"Dani", "email"=>"dani@mail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Next"}
+ [1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
+ ↳ app/controllers/registrations_controller.rb:8:in `create'
+ [1m[36mUser Create (0.4ms)[0m [1m[32mINSERT INTO "users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Dani"], ["email", "dani@mail.com"], ["password_digest", "[FILTERED]"], ["created_at", "2022-01-23 21:27:20.545725"], ["updated_at", "2022-01-23 21:27:20.545725"]]
+ ↳ app/controllers/registrations_controller.rb:8:in `create'
+ [1m[36mTRANSACTION (1.4ms)[0m [1m[36mcommit transaction[0m
+ ↳ app/controllers/registrations_controller.rb:8:in `create'
+Redirected to http://localhost:3000/homepage
+Completed 302 Found in 270ms (ActiveRecord: 1.9ms | Allocations: 2287)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 22:27:20 +0100
+Processing by HomepageController#index as TURBO_STREAM
+ [1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 16], ["LIMIT", 1]]
+ ↳ app/controllers/homepage_controller.rb:4:in `index'
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 17)
+ Rendered shared/_navbar.html.erb (Duration: 0.5ms | Allocations: 215)
+ Rendered layout layouts/application.html.erb (Duration: 4.4ms | Allocations: 2424)
+Completed 200 OK in 9ms (Views: 5.1ms | ActiveRecord: 0.2ms | Allocations: 3481)
+
+
+Started DELETE "/logout" for ::1 at 2022-01-23 22:27:25 +0100
+Processing by SessionsController#destroy as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]"}
+Redirected to http://localhost:3000/
+Completed 302 Found in 4ms (ActiveRecord: 0.0ms | Allocations: 541)
+
+
+Started GET "/" for ::1 at 2022-01-23 22:27:25 +0100
+Processing by MainController#index as TURBO_STREAM
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 2.2ms | Allocations: 1490)
+ Rendered shared/_navbar.html.erb (Duration: 0.4ms | Allocations: 199)
+ Rendered layout layouts/application.html.erb (Duration: 8.1ms | Allocations: 3852)
+Completed 200 OK in 11ms (Views: 9.5ms | ActiveRecord: 0.0ms | Allocations: 4176)
+
+
+Started GET "/" for ::1 at 2022-01-23 22:27:27 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 1.4ms | Allocations: 1489)
+ Rendered shared/_navbar.html.erb (Duration: 0.5ms | Allocations: 199)
+ Rendered layout layouts/application.html.erb (Duration: 5.7ms | Allocations: 3847)
+Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.0ms | Allocations: 4168)
+
+
+Started POST "/sign_in" for ::1 at 2022-01-23 22:27:35 +0100
+Processing by MainController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "email"=>"dani@mail.com", "password"=>"[FILTERED]", "commit"=>"Sign in"}
+ [1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "dani@mail.com"], ["LIMIT", 1]]
+ ↳ app/controllers/main_controller.rb:6:in `create'
+Redirected to http://localhost:3000/homepage
+Completed 302 Found in 264ms (ActiveRecord: 0.1ms | Allocations: 1004)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 22:27:35 +0100
+Processing by HomepageController#index as TURBO_STREAM
+ [1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 16], ["LIMIT", 1]]
+ ↳ app/controllers/homepage_controller.rb:4:in `index'
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 0.1ms | Allocations: 17)
+ Rendered shared/_navbar.html.erb (Duration: 0.9ms | Allocations: 215)
+ Rendered layout layouts/application.html.erb (Duration: 8.5ms | Allocations: 2408)
+Completed 200 OK in 14ms (Views: 10.7ms | ActiveRecord: 0.4ms | Allocations: 3480)
+
+
+Started DELETE "/logout" for ::1 at 2022-01-23 22:27:40 +0100
+Processing by SessionsController#destroy as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]"}
+Redirected to http://localhost:3000/
+Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 519)
+
+
+Started GET "/" for ::1 at 2022-01-23 22:27:40 +0100
+Processing by MainController#index as TURBO_STREAM
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 2.5ms | Allocations: 1491)
+ Rendered shared/_navbar.html.erb (Duration: 0.5ms | Allocations: 199)
+ Rendered layout layouts/application.html.erb (Duration: 8.4ms | Allocations: 3852)
+Completed 200 OK in 10ms (Views: 9.3ms | ActiveRecord: 0.0ms | Allocations: 4176)
+
+
+Started POST "/sign_in" for ::1 at 2022-01-23 22:27:53 +0100
+Processing by MainController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "email"=>"tomas@mail.com", "password"=>"[FILTERED]", "commit"=>"Sign in"}
+ [1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "tomas@mail.com"], ["LIMIT", 1]]
+ ↳ app/controllers/main_controller.rb:6:in `create'
+Redirected to http://localhost:3000/homepage
+Completed 302 Found in 265ms (ActiveRecord: 0.1ms | Allocations: 995)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 22:27:53 +0100
+Processing by HomepageController#index as TURBO_STREAM
+ [1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ ↳ app/controllers/homepage_controller.rb:4:in `index'
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 0.1ms | Allocations: 17)
+ Rendered shared/_navbar.html.erb (Duration: 0.7ms | Allocations: 215)
+ Rendered layout layouts/application.html.erb (Duration: 5.7ms | Allocations: 2408)
+Completed 200 OK in 9ms (Views: 6.4ms | ActiveRecord: 0.2ms | Allocations: 3468)
+
+
+Started DELETE "/logout" for ::1 at 2022-01-23 22:34:04 +0100
+Processing by SessionsController#destroy as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]"}
+Redirected to http://localhost:3000/
+Completed 302 Found in 3ms (Allocations: 532)
+
+
+Started GET "/" for ::1 at 2022-01-23 22:34:04 +0100
+Processing by MainController#index as TURBO_STREAM
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 6.3ms | Allocations: 1829)
+ Rendered shared/_navbar.html.erb (Duration: 2.5ms | Allocations: 435)
+ Rendered layout layouts/application.html.erb (Duration: 22.2ms | Allocations: 4853)
+Completed 200 OK in 31ms (Views: 29.0ms | Allocations: 5932)
+
+
+Started POST "/sign_in" for ::1 at 2022-01-23 22:34:20 +0100
+Processing by MainController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "email"=>"elisa@mail.com", "password"=>"[FILTERED]", "commit"=>"Sign in"}
+ [1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
+ ↳ app/controllers/main_controller.rb:6:in `create'
+ [1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "elisa@mail.com"], ["LIMIT", 1]]
+ ↳ app/controllers/main_controller.rb:6:in `create'
+Redirected to http://localhost:3000/homepage
+Completed 302 Found in 267ms (ActiveRecord: 0.5ms | Allocations: 1513)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 22:34:21 +0100
+Processing by HomepageController#index as TURBO_STREAM
+ [1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 15], ["LIMIT", 1]]
+ ↳ app/controllers/homepage_controller.rb:4:in `index'
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 1.2ms | Allocations: 184)
+ Rendered shared/_navbar.html.erb (Duration: 0.5ms | Allocations: 244)
+ Rendered layout layouts/application.html.erb (Duration: 5.9ms | Allocations: 2687)
+Completed 200 OK in 12ms (Views: 8.1ms | ActiveRecord: 0.3ms | Allocations: 4298)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 22:34:29 +0100
+Processing by HomepageController#index as HTML
+ [1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 15], ["LIMIT", 1]]
+ ↳ app/controllers/homepage_controller.rb:4:in `index'
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 0.1ms | Allocations: 17)
+ Rendered shared/_navbar.html.erb (Duration: 0.4ms | Allocations: 215)
+ Rendered layout layouts/application.html.erb (Duration: 4.2ms | Allocations: 2405)
+Completed 200 OK in 7ms (Views: 4.8ms | ActiveRecord: 0.1ms | Allocations: 3477)
+
+
+Started GET "/" for ::1 at 2022-01-23 22:34:33 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 2.2ms | Allocations: 1492)
+ Rendered shared/_navbar.html.erb (Duration: 0.9ms | Allocations: 199)
+ Rendered layout layouts/application.html.erb (Duration: 11.9ms | Allocations: 3850)
+Completed 200 OK in 14ms (Views: 12.7ms | ActiveRecord: 0.0ms | Allocations: 4173)
+
+
+Started GET "/" for ::1 at 2022-01-23 22:35:13 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 2.3ms | Allocations: 1817)
+ Rendered shared/_navbar.html.erb (Duration: 1.4ms | Allocations: 435)
+ Rendered layout layouts/application.html.erb (Duration: 9.0ms | Allocations: 4791)
+Completed 200 OK in 13ms (Views: 11.6ms | ActiveRecord: 0.0ms | Allocations: 5820)
+
+
+Started GET "/" for ::1 at 2022-01-23 22:35:33 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 2.2ms | Allocations: 1813)
+ Rendered shared/_navbar.html.erb (Duration: 1.0ms | Allocations: 435)
+ Rendered layout layouts/application.html.erb (Duration: 7.1ms | Allocations: 4787)
+Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.0ms | Allocations: 5817)
+
+
+Started GET "/" for ::1 at 2022-01-23 22:36:01 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 2.6ms | Allocations: 1824)
+ Rendered shared/_navbar.html.erb (Duration: 1.0ms | Allocations: 435)
+ Rendered layout layouts/application.html.erb (Duration: 8.3ms | Allocations: 4798)
+Completed 200 OK in 12ms (Views: 10.6ms | ActiveRecord: 0.0ms | Allocations: 5828)
+
+
+Started GET "/" for ::1 at 2022-01-23 22:36:10 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 1.9ms | Allocations: 1819)
+ Rendered shared/_navbar.html.erb (Duration: 0.8ms | Allocations: 435)
+ Rendered layout layouts/application.html.erb (Duration: 6.7ms | Allocations: 4793)
+Completed 200 OK in 10ms (Views: 8.5ms | ActiveRecord: 0.0ms | Allocations: 5823)
+
+
+Started GET "/" for ::1 at 2022-01-23 22:36:23 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 2.1ms | Allocations: 1817)
+ Rendered shared/_navbar.html.erb (Duration: 1.0ms | Allocations: 435)
+ Rendered layout layouts/application.html.erb (Duration: 8.4ms | Allocations: 4791)
+Completed 200 OK in 12ms (Views: 10.5ms | ActiveRecord: 0.0ms | Allocations: 5821)
+
+
+Started GET "/" for ::1 at 2022-01-23 22:36:34 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 2.4ms | Allocations: 1820)
+ Rendered shared/_navbar.html.erb (Duration: 0.9ms | Allocations: 435)
+ Rendered layout layouts/application.html.erb (Duration: 8.6ms | Allocations: 4794)
+Completed 200 OK in 12ms (Views: 10.8ms | ActiveRecord: 0.0ms | Allocations: 5824)
+
+
+Started GET "/" for ::1 at 2022-01-23 22:36:42 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 2.2ms | Allocations: 1825)
+ Rendered shared/_navbar.html.erb (Duration: 1.0ms | Allocations: 435)
+ Rendered layout layouts/application.html.erb (Duration: 7.5ms | Allocations: 4799)
+Completed 200 OK in 12ms (Views: 9.9ms | ActiveRecord: 0.0ms | Allocations: 5829)
+
+
+Started GET "/" for ::1 at 2022-01-23 22:36:58 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 2.6ms | Allocations: 1824)
+ Rendered shared/_navbar.html.erb (Duration: 1.0ms | Allocations: 435)
+ Rendered layout layouts/application.html.erb (Duration: 8.2ms | Allocations: 4798)
+Completed 200 OK in 12ms (Views: 10.9ms | ActiveRecord: 0.0ms | Allocations: 5828)
+
+
+Started GET "/" for ::1 at 2022-01-23 22:37:54 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 2.8ms | Allocations: 1847)
+ Rendered shared/_navbar.html.erb (Duration: 1.4ms | Allocations: 435)
+ Rendered layout layouts/application.html.erb (Duration: 9.1ms | Allocations: 4837)
+Completed 200 OK in 12ms (Views: 11.0ms | ActiveRecord: 0.0ms | Allocations: 5867)
+
+
+Started GET "/" for ::1 at 2022-01-23 22:38:00 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 1.3ms | Allocations: 1501)
+ Rendered shared/_navbar.html.erb (Duration: 0.4ms | Allocations: 199)
+ Rendered layout layouts/application.html.erb (Duration: 7.1ms | Allocations: 3869)
+Completed 200 OK in 9ms (Views: 7.7ms | ActiveRecord: 0.0ms | Allocations: 4191)
+
+
+Started GET "/" for ::1 at 2022-01-23 22:38:02 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 2.6ms | Allocations: 1494)
+ Rendered shared/_navbar.html.erb (Duration: 0.4ms | Allocations: 199)
+ Rendered layout layouts/application.html.erb (Duration: 7.3ms | Allocations: 3852)
+Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.0ms | Allocations: 4173)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 22:38:04 +0100
+Processing by HomepageController#index as HTML
+ [1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 15], ["LIMIT", 1]]
+ ↳ app/controllers/homepage_controller.rb:4:in `index'
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 1.8ms | Allocations: 184)
+ Rendered shared/_navbar.html.erb (Duration: 1.0ms | Allocations: 244)
+ Rendered layout layouts/application.html.erb (Duration: 7.1ms | Allocations: 2684)
+Completed 200 OK in 15ms (Views: 10.0ms | ActiveRecord: 0.3ms | Allocations: 4269)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 22:38:33 +0100
+Processing by HomepageController#index as HTML
+ [1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 15], ["LIMIT", 1]]
+ ↳ app/controllers/homepage_controller.rb:4:in `index'
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 1.0ms | Allocations: 185)
+ Rendered shared/_navbar.html.erb (Duration: 1.3ms | Allocations: 470)
+ Rendered layout layouts/application.html.erb (Duration: 8.7ms | Allocations: 3216)
+Completed 200 OK in 14ms (Views: 11.1ms | ActiveRecord: 0.1ms | Allocations: 4990)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 22:43:31 +0100
+Processing by HomepageController#index as HTML
+ [1m[35m (0.0ms)[0m [1m[34mSELECT sqlite_version(*)[0m
+ ↳ app/controllers/homepage_controller.rb:4:in `index'
+ [1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 15], ["LIMIT", 1]]
+ ↳ app/controllers/homepage_controller.rb:4:in `index'
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 1.3ms | Allocations: 188)
+ Rendered shared/_navbar.html.erb (Duration: 1.4ms | Allocations: 419)
+ Rendered layout layouts/application.html.erb (Duration: 28.8ms | Allocations: 14826)
+Completed 200 OK in 44ms (Views: 32.2ms | ActiveRecord: 1.2ms | Allocations: 20146)
+
+
+Started GET "/" for ::1 at 2022-01-23 22:43:37 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 6.7ms | Allocations: 1786)
+ Rendered shared/_navbar.html.erb (Duration: 0.8ms | Allocations: 192)
+ Rendered layout layouts/application.html.erb (Duration: 13.9ms | Allocations: 4227)
+Completed 200 OK in 20ms (Views: 17.8ms | ActiveRecord: 0.0ms | Allocations: 5104)
+
+
+Started GET "/sign_up" for ::1 at 2022-01-23 22:43:39 +0100
+Processing by RegistrationsController#new as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 3.7ms | Allocations: 1126)
+ Rendered shared/_navbar.html.erb (Duration: 0.7ms | Allocations: 196)
+ Rendered layout layouts/application.html.erb (Duration: 10.5ms | Allocations: 3570)
+Completed 200 OK in 14ms (Views: 13.0ms | ActiveRecord: 0.0ms | Allocations: 4470)
+
+
+Started POST "/sign_up" for ::1 at 2022-01-23 22:44:00 +0100
+Processing by RegistrationsController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "user"=>{"name"=>"Mauri", "email"=>"mauri@mail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Next"}
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 1.8ms | Allocations: 1152)
+ Rendered shared/_navbar.html.erb (Duration: 0.3ms | Allocations: 196)
+ Rendered layout layouts/application.html.erb (Duration: 5.9ms | Allocations: 3623)
+Completed 200 OK in 277ms (Views: 6.4ms | ActiveRecord: 0.0ms | Allocations: 6187)
+
+
+Started POST "/sign_up" for ::1 at 2022-01-23 22:48:54 +0100
+Processing by RegistrationsController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "user"=>{"name"=>"Mauri", "email"=>"mauri@mail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Next"}
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 2.3ms | Allocations: 1032)
+ Rendered shared/_navbar.html.erb (Duration: 0.5ms | Allocations: 196)
+ Rendered layout layouts/application.html.erb (Duration: 8.2ms | Allocations: 3456)
+Completed 200 OK in 278ms (Views: 8.7ms | ActiveRecord: 0.0ms | Allocations: 4786)
+
+
+Started POST "/sign_up" for ::1 at 2022-01-23 22:51:28 +0100
+Processing by RegistrationsController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "user"=>{"name"=>"Mauri", "email"=>"mauri@mail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Next"}
+ Rendering layout layouts/application.html.erb
+ Rendering registrations/new.html.erb within layouts/application
+ Rendered registrations/new.html.erb within layouts/application (Duration: 3.3ms | Allocations: 1490)
+ Rendered shared/_navbar.html.erb (Duration: 1.7ms | Allocations: 394)
+ Rendered layout layouts/application.html.erb (Duration: 10.4ms | Allocations: 4545)
+Completed 200 OK in 278ms (Views: 13.4ms | ActiveRecord: 0.0ms | Allocations: 6622)
+
+
+Started GET "/" for ::1 at 2022-01-23 22:58:43 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 4.3ms | Allocations: 1827)
+ Rendered shared/_navbar.html.erb (Duration: 1.9ms | Allocations: 387)
+ Rendered layout layouts/application.html.erb (Duration: 20.0ms | Allocations: 4829)
+Completed 200 OK in 25ms (Views: 23.3ms | Allocations: 5858)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 22:58:48 +0100
+Processing by HomepageController#index as HTML
+ [1m[35m (0.2ms)[0m [1m[34mSELECT sqlite_version(*)[0m
+ ↳ app/controllers/homepage_controller.rb:4:in `index'
+ [1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 15], ["LIMIT", 1]]
+ ↳ app/controllers/homepage_controller.rb:4:in `index'
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 3.1ms | Allocations: 184)
+ Rendered shared/_navbar.html.erb (Duration: 0.8ms | Allocations: 222)
+ Rendered layout layouts/application.html.erb (Duration: 10.5ms | Allocations: 2676)
+Completed 200 OK in 21ms (Views: 15.6ms | ActiveRecord: 0.7ms | Allocations: 4741)
+
+
+Started DELETE "/logout" for ::1 at 2022-01-23 22:58:50 +0100
+Processing by SessionsController#destroy as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]"}
+Redirected to http://localhost:3000/
+Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 567)
+
+
+Started GET "/" for ::1 at 2022-01-23 22:58:50 +0100
+Processing by MainController#index as TURBO_STREAM
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 2.6ms | Allocations: 1489)
+ Rendered shared/_navbar.html.erb (Duration: 0.7ms | Allocations: 178)
+ Rendered layout layouts/application.html.erb (Duration: 8.6ms | Allocations: 3891)
+Completed 200 OK in 11ms (Views: 9.5ms | ActiveRecord: 0.0ms | Allocations: 4264)
+
+
+Started POST "/sign_in" for ::1 at 2022-01-23 22:58:55 +0100
+Processing by MainController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "email"=>"tomas@gmail.com", "password"=>"[FILTERED]", "commit"=>"Sign in"}
+ [1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "tomas@gmail.com"], ["LIMIT", 1]]
+ ↳ app/controllers/main_controller.rb:6:in `create'
+Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.3ms | Allocations: 2376)
+
+
+
+ActionView::MissingTemplate (Missing template main/new, application/new with {:locale=>[:en], :formats=>[:turbo_stream, :html], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby, :jbuilder]}.
+
+Searched in:
+ * "/Users/tomasgarciamusic/Desktop/Makers/Week_8/instagram-challenge/app/views"
+ * "/Users/tomasgarciamusic/.rvm/gems/ruby-3.0.0/gems/actiontext-7.0.1/app/views"
+ * "/Users/tomasgarciamusic/.rvm/gems/ruby-3.0.0/gems/actionmailbox-7.0.1/app/views"
+
+Did you mean? registrations/new
+ rails/conductor/action_mailbox/inbound_emails/new
+ rails/conductor/action_mailbox/inbound_emails/sources/new
+ main/index
+ rails/conductor/action_mailbox/inbound_emails/show
+ rails/conductor/action_mailbox/inbound_emails/index):
+
+app/controllers/main_controller.rb:13:in `create'
+Started GET "/homepage" for ::1 at 2022-01-23 22:59:20 +0100
+Started GET "/" for ::1 at 2022-01-23 22:59:40 +0100
+ [1m[35m (1.7ms)[0m [1m[34mSELECT sqlite_version(*)[0m
+ [1m[36mActiveRecord::SchemaMigration Pluck (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 11.3ms | Allocations: 2672)
+ Rendered shared/_navbar.html.erb (Duration: 2.8ms | Allocations: 407)
+ Rendered layout layouts/application.html.erb (Duration: 98.8ms | Allocations: 37933)
+Completed 200 OK in 160ms (Views: 106.2ms | ActiveRecord: 0.0ms | Allocations: 43203)
+
+
+Started POST "/sign_in" for ::1 at 2022-01-23 22:59:45 +0100
+Processing by MainController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "email"=>"tomas@gmail.com", "password"=>"[FILTERED]", "commit"=>"Sign in"}
+ [1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "tomas@gmail.com"], ["LIMIT", 1]]
+ ↳ app/controllers/main_controller.rb:6:in `create'
+Completed 500 Internal Server Error in 16ms (ActiveRecord: 0.5ms | Allocations: 6005)
+
+
+
+ActionView::MissingTemplate (Missing template main/main, application/main with {:locale=>[:en], :formats=>[:turbo_stream, :html], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby, :jbuilder]}.
+
+Searched in:
+ * "/Users/tomasgarciamusic/Desktop/Makers/Week_8/instagram-challenge/app/views"
+ * "/Users/tomasgarciamusic/.rvm/gems/ruby-3.0.0/gems/actiontext-7.0.1/app/views"
+ * "/Users/tomasgarciamusic/.rvm/gems/ruby-3.0.0/gems/actionmailbox-7.0.1/app/views"
+
+Did you mean? layouts/mailer
+ layouts/application
+ main/index
+ layouts/rails/conductor
+ registrations/new
+ rails/conductor/action_mailbox/inbound_emails/index):
+
+app/controllers/main_controller.rb:13:in `create'
+Started GET "/homepage" for ::1 at 2022-01-23 23:00:41 +0100
+Processing by HomepageController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 1.0ms | Allocations: 186)
+ Rendered shared/_navbar.html.erb (Duration: 0.5ms | Allocations: 224)
+ Rendered layout layouts/application.html.erb (Duration: 14.9ms | Allocations: 14162)
+Completed 200 OK in 18ms (Views: 16.6ms | Allocations: 15317)
+
+
+Started GET "/" for ::1 at 2022-01-23 23:00:43 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 1.9ms | Allocations: 1476)
+ Rendered shared/_navbar.html.erb (Duration: 0.6ms | Allocations: 192)
+ Rendered layout layouts/application.html.erb (Duration: 7.4ms | Allocations: 3916)
+Completed 200 OK in 11ms (Views: 10.0ms | Allocations: 4680)
+
+
+Started POST "/sign_in" for ::1 at 2022-01-23 23:00:46 +0100
+Processing by MainController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "email"=>"tomas@gmail.com", "password"=>"[FILTERED]", "commit"=>"Sign in"}
+ [1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
+ ↳ app/controllers/main_controller.rb:6:in `create'
+ [1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "tomas@gmail.com"], ["LIMIT", 1]]
+ ↳ app/controllers/main_controller.rb:6:in `create'
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 1.7ms | Allocations: 1194)
+ Rendered shared/_navbar.html.erb (Duration: 0.4ms | Allocations: 178)
+ Rendered layout layouts/application.html.erb (Duration: 6.6ms | Allocations: 3580)
+Completed 200 OK in 16ms (Views: 7.3ms | ActiveRecord: 0.8ms | Allocations: 6527)
+
+
+Started POST "/sign_in" for ::1 at 2022-01-23 23:02:02 +0100
+Processing by MainController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "email"=>"tomas@gmail.com", "password"=>"[FILTERED]", "commit"=>"Sign in"}
+ [1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
+ ↳ app/controllers/main_controller.rb:6:in `create'
+ [1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "tomas@gmail.com"], ["LIMIT", 1]]
+ ↳ app/controllers/main_controller.rb:6:in `create'
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 1.5ms | Allocations: 1199)
+ Rendered shared/_navbar.html.erb (Duration: 0.4ms | Allocations: 192)
+ Rendered layout layouts/application.html.erb (Duration: 20.0ms | Allocations: 15120)
+Completed 200 OK in 30ms (Views: 21.6ms | ActiveRecord: 1.1ms | Allocations: 18483)
+
+
+Started GET "/" for ::1 at 2022-01-23 23:02:05 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 1.3ms | Allocations: 1469)
+ Rendered shared/_navbar.html.erb (Duration: 0.6ms | Allocations: 178)
+ Rendered layout layouts/application.html.erb (Duration: 7.9ms | Allocations: 3819)
+Completed 200 OK in 10ms (Views: 8.6ms | ActiveRecord: 0.0ms | Allocations: 4137)
+
+
+Started POST "/sign_in" for ::1 at 2022-01-23 23:02:06 +0100
+Processing by MainController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "email"=>"tomas@gmail.com", "password"=>"[FILTERED]", "commit"=>"Sign in"}
+ [1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "tomas@gmail.com"], ["LIMIT", 1]]
+ ↳ app/controllers/main_controller.rb:6:in `create'
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 1.4ms | Allocations: 1193)
+ Rendered shared/_navbar.html.erb (Duration: 0.3ms | Allocations: 178)
+ Rendered layout layouts/application.html.erb (Duration: 5.9ms | Allocations: 3538)
+Completed 200 OK in 9ms (Views: 6.4ms | ActiveRecord: 0.1ms | Allocations: 4587)
+
+
+Started GET "/" for ::1 at 2022-01-23 23:02:19 +0100
+
+SyntaxError (/Users/tomasgarciamusic/Desktop/Makers/Week_8/instagram-challenge/app/controllers/main_controller.rb:12: syntax error, unexpected ':', expecting `end'
+ notice: "invalid email or password"
+ ^
+/Users/tomasgarciamusic/Desktop/Makers/Week_8/instagram-challenge/app/controllers/main_controller.rb:15: syntax error, unexpected `end'
+ end
+ ^~~
+):
+
+app/controllers/main_controller.rb:12: syntax error, unexpected ':', expecting `end'
+app/controllers/main_controller.rb:15: syntax error, unexpected `end'
+app/controllers/main_controller.rb:12: syntax error, unexpected ':', expecting `end'
+app/controllers/main_controller.rb:15: syntax error, unexpected `end'
+app/controllers/main_controller.rb:12: syntax error, unexpected ':', expecting `end'
+app/controllers/main_controller.rb:15: syntax error, unexpected `end'
+Started GET "/" for ::1 at 2022-01-23 23:02:45 +0100
+
+SyntaxError (/Users/tomasgarciamusic/Desktop/Makers/Week_8/instagram-challenge/app/controllers/main_controller.rb:12: syntax error, unexpected ':', expecting `end'
+ notice: "invalid email or password"
+ ^
+):
+
+app/controllers/main_controller.rb:12: syntax error, unexpected ':', expecting `end'
+app/controllers/main_controller.rb:12: syntax error, unexpected ':', expecting `end'
+app/controllers/main_controller.rb:12: syntax error, unexpected ':', expecting `end'
+Started GET "/" for ::1 at 2022-01-23 23:02:51 +0100
+
+SyntaxError (/Users/tomasgarciamusic/Desktop/Makers/Week_8/instagram-challenge/app/controllers/main_controller.rb:12: syntax error, unexpected ':', expecting `end'
+ notice: "invalid email or password"
+ ^
+):
+
+app/controllers/main_controller.rb:12: syntax error, unexpected ':', expecting `end'
+app/controllers/main_controller.rb:12: syntax error, unexpected ':', expecting `end'
+app/controllers/main_controller.rb:12: syntax error, unexpected ':', expecting `end'
+Started GET "/" for ::1 at 2022-01-23 23:03:11 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 1.2ms | Allocations: 1490)
+ Rendered shared/_navbar.html.erb (Duration: 0.4ms | Allocations: 192)
+ Rendered layout layouts/application.html.erb (Duration: 16.9ms | Allocations: 15513)
+Completed 200 OK in 19ms (Views: 18.0ms | Allocations: 16281)
+
+
+Started POST "/sign_in" for ::1 at 2022-01-23 23:03:13 +0100
+Processing by MainController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "email"=>"tomas@gmail.com", "password"=>"[FILTERED]", "commit"=>"Sign in"}
+ [1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
+ ↳ app/controllers/main_controller.rb:6:in `create'
+ [1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "tomas@gmail.com"], ["LIMIT", 1]]
+ ↳ app/controllers/main_controller.rb:6:in `create'
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 1.7ms | Allocations: 1193)
+ Rendered shared/_navbar.html.erb (Duration: 0.8ms | Allocations: 178)
+ Rendered layout layouts/application.html.erb (Duration: 10.4ms | Allocations: 3538)
+Completed 200 OK in 24ms (Views: 11.8ms | ActiveRecord: 1.9ms | Allocations: 6450)
+
+
+Started GET "/" for ::1 at 2022-01-23 23:03:27 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 1.4ms | Allocations: 1477)
+ Rendered shared/_navbar.html.erb (Duration: 0.8ms | Allocations: 192)
+ Rendered layout layouts/application.html.erb (Duration: 19.6ms | Allocations: 15398)
+Completed 200 OK in 22ms (Views: 21.1ms | Allocations: 16166)
+
+
+Started POST "/sign_in" for ::1 at 2022-01-23 23:03:28 +0100
+Processing by MainController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "email"=>"tomas@gmail.com", "password"=>"[FILTERED]", "commit"=>"Sign in"}
+ [1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
+ ↳ app/controllers/main_controller.rb:6:in `create'
+ [1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "tomas@gmail.com"], ["LIMIT", 1]]
+ ↳ app/controllers/main_controller.rb:6:in `create'
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 1.5ms | Allocations: 1193)
+ Rendered shared/_navbar.html.erb (Duration: 0.3ms | Allocations: 178)
+ Rendered layout layouts/application.html.erb (Duration: 7.5ms | Allocations: 3530)
+Completed 200 OK in 16ms (Views: 8.1ms | ActiveRecord: 0.9ms | Allocations: 6433)
+
+
+Started POST "/sign_in" for ::1 at 2022-01-23 23:04:31 +0100
+Processing by MainController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "email"=>"tomas@gmail.com", "password"=>"[FILTERED]", "commit"=>"Sign in"}
+ [1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "tomas@gmail.com"], ["LIMIT", 1]]
+ ↳ app/controllers/main_controller.rb:6:in `create'
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 2.4ms | Allocations: 1530)
+ Rendered shared/_navbar.html.erb (Duration: 1.7ms | Allocations: 387)
+ Rendered layout layouts/application.html.erb (Duration: 10.1ms | Allocations: 4579)
+Completed 200 OK in 18ms (Views: 14.7ms | ActiveRecord: 0.2ms | Allocations: 6427)
+
+
+Started GET "/" for ::1 at 2022-01-23 23:04:32 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 1.4ms | Allocations: 1493)
+ Rendered shared/_navbar.html.erb (Duration: 0.4ms | Allocations: 178)
+ Rendered layout layouts/application.html.erb (Duration: 11.2ms | Allocations: 3856)
+Completed 200 OK in 12ms (Views: 11.7ms | ActiveRecord: 0.0ms | Allocations: 4175)
+
+
+Started GET "/" for ::1 at 2022-01-23 23:04:50 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 1.6ms | Allocations: 1492)
+ Rendered shared/_navbar.html.erb (Duration: 0.5ms | Allocations: 192)
+ Rendered layout layouts/application.html.erb (Duration: 20.0ms | Allocations: 15504)
+Completed 200 OK in 22ms (Views: 21.0ms | Allocations: 16272)
+
+
+Started POST "/sign_in" for ::1 at 2022-01-23 23:04:52 +0100
+Processing by MainController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "email"=>"tomas@gmail.com", "password"=>"[FILTERED]", "commit"=>"Sign in"}
+ [1m[35m (0.0ms)[0m [1m[34mSELECT sqlite_version(*)[0m
+ ↳ app/controllers/main_controller.rb:6:in `create'
+ [1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "tomas@gmail.com"], ["LIMIT", 1]]
+ ↳ app/controllers/main_controller.rb:6:in `create'
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 1.1ms | Allocations: 1193)
+ Rendered shared/_navbar.html.erb (Duration: 0.6ms | Allocations: 178)
+ Rendered layout layouts/application.html.erb (Duration: 5.6ms | Allocations: 3530)
+Completed 200 OK in 15ms (Views: 6.1ms | ActiveRecord: 0.7ms | Allocations: 6436)
+
+
+Started GET "/" for ::1 at 2022-01-23 23:04:54 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 1.6ms | Allocations: 1491)
+ Rendered shared/_navbar.html.erb (Duration: 0.4ms | Allocations: 178)
+ Rendered layout layouts/application.html.erb (Duration: 6.4ms | Allocations: 3844)
+Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.0ms | Allocations: 4162)
+
+
+Started POST "/sign_in" for ::1 at 2022-01-23 23:04:56 +0100
+Processing by MainController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "email"=>"tomas@gmail.com", "password"=>"[FILTERED]", "commit"=>"Sign in"}
+ [1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "tomas@gmail.com"], ["LIMIT", 1]]
+ ↳ app/controllers/main_controller.rb:6:in `create'
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 1.6ms | Allocations: 1194)
+ Rendered shared/_navbar.html.erb (Duration: 0.4ms | Allocations: 178)
+ Rendered layout layouts/application.html.erb (Duration: 5.9ms | Allocations: 3535)
+Completed 200 OK in 10ms (Views: 6.9ms | ActiveRecord: 0.2ms | Allocations: 4621)
+
+
+Started GET "/" for ::1 at 2022-01-23 23:04:58 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 1.3ms | Allocations: 1487)
+ Rendered shared/_navbar.html.erb (Duration: 0.5ms | Allocations: 178)
+ Rendered layout layouts/application.html.erb (Duration: 6.2ms | Allocations: 3840)
+Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.0ms | Allocations: 4158)
+
+
+Started GET "/" for ::1 at 2022-01-23 23:05:00 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 1.4ms | Allocations: 1481)
+ Rendered shared/_navbar.html.erb (Duration: 0.4ms | Allocations: 178)
+ Rendered layout layouts/application.html.erb (Duration: 5.5ms | Allocations: 3831)
+Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.0ms | Allocations: 4152)
+
+
+Started POST "/sign_in" for ::1 at 2022-01-23 23:05:02 +0100
+Processing by MainController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "email"=>"tomas@gmail.com", "password"=>"[FILTERED]", "commit"=>"Sign in"}
+ [1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "tomas@gmail.com"], ["LIMIT", 1]]
+ ↳ app/controllers/main_controller.rb:6:in `create'
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 2.7ms | Allocations: 1193)
+ Rendered shared/_navbar.html.erb (Duration: 0.4ms | Allocations: 178)
+ Rendered layout layouts/application.html.erb (Duration: 8.3ms | Allocations: 3530)
+Completed 200 OK in 12ms (Views: 9.4ms | ActiveRecord: 0.1ms | Allocations: 4595)
+
+
+Started POST "/sign_in" for ::1 at 2022-01-23 23:05:03 +0100
+Processing by MainController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "email"=>"tomas@gmail.com", "password"=>"[FILTERED]", "commit"=>"Sign in"}
+ [1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "tomas@gmail.com"], ["LIMIT", 1]]
+ ↳ app/controllers/main_controller.rb:6:in `create'
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 1.6ms | Allocations: 1193)
+ Rendered shared/_navbar.html.erb (Duration: 0.6ms | Allocations: 178)
+ Rendered layout layouts/application.html.erb (Duration: 6.5ms | Allocations: 3530)
+Completed 200 OK in 10ms (Views: 7.3ms | ActiveRecord: 0.1ms | Allocations: 4619)
+
+
+Started GET "/" for ::1 at 2022-01-23 23:05:04 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 1.8ms | Allocations: 1491)
+ Rendered shared/_navbar.html.erb (Duration: 0.6ms | Allocations: 178)
+ Rendered layout layouts/application.html.erb (Duration: 9.8ms | Allocations: 3844)
+Completed 200 OK in 12ms (Views: 11.4ms | ActiveRecord: 0.0ms | Allocations: 4165)
+
+
+Started GET "/" for ::1 at 2022-01-23 23:05:06 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 2.2ms | Allocations: 1477)
+ Rendered shared/_navbar.html.erb (Duration: 0.6ms | Allocations: 178)
+ Rendered layout layouts/application.html.erb (Duration: 9.8ms | Allocations: 3827)
+Completed 200 OK in 12ms (Views: 10.6ms | ActiveRecord: 0.0ms | Allocations: 4148)
+
+
+Started GET "/" for ::1 at 2022-01-23 23:05:06 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 2.2ms | Allocations: 1465)
+ Rendered shared/_navbar.html.erb (Duration: 0.7ms | Allocations: 178)
+ Rendered layout layouts/application.html.erb (Duration: 9.4ms | Allocations: 3815)
+Completed 200 OK in 11ms (Views: 10.1ms | ActiveRecord: 0.0ms | Allocations: 4136)
+
+
+Started POST "/sign_in" for ::1 at 2022-01-23 23:05:08 +0100
+Processing by MainController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "email"=>"tomas@gmail.com", "password"=>"[FILTERED]", "commit"=>"Sign in"}
+ [1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "tomas@gmail.com"], ["LIMIT", 1]]
+ ↳ app/controllers/main_controller.rb:6:in `create'
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 2.6ms | Allocations: 1193)
+ Rendered shared/_navbar.html.erb (Duration: 0.4ms | Allocations: 178)
+ Rendered layout layouts/application.html.erb (Duration: 7.6ms | Allocations: 3530)
+Completed 200 OK in 12ms (Views: 8.7ms | ActiveRecord: 0.1ms | Allocations: 4605)
+
+
+Started GET "/" for ::1 at 2022-01-23 23:05:10 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 2.2ms | Allocations: 1497)
+ Rendered shared/_navbar.html.erb (Duration: 1.0ms | Allocations: 178)
+ Rendered layout layouts/application.html.erb (Duration: 9.7ms | Allocations: 3850)
+Completed 200 OK in 12ms (Views: 11.0ms | ActiveRecord: 0.0ms | Allocations: 4171)
+
+
+Started GET "/" for ::1 at 2022-01-23 23:05:30 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 1.3ms | Allocations: 1483)
+ Rendered shared/_navbar.html.erb (Duration: 0.4ms | Allocations: 192)
+ Rendered layout layouts/application.html.erb (Duration: 18.7ms | Allocations: 15404)
+Completed 200 OK in 22ms (Views: 21.4ms | Allocations: 16172)
+
+
+Started POST "/sign_in" for ::1 at 2022-01-23 23:05:31 +0100
+Processing by MainController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "email"=>"tomas@gmail.com", "password"=>"[FILTERED]", "commit"=>"Sign in"}
+ [1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
+ ↳ app/controllers/main_controller.rb:6:in `create'
+ [1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "tomas@gmail.com"], ["LIMIT", 1]]
+ ↳ app/controllers/main_controller.rb:6:in `create'
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 1.0ms | Allocations: 1193)
+ Rendered shared/_navbar.html.erb (Duration: 0.5ms | Allocations: 178)
+ Rendered layout layouts/application.html.erb (Duration: 6.1ms | Allocations: 3538)
+Completed 200 OK in 17ms (Views: 7.1ms | ActiveRecord: 0.9ms | Allocations: 6427)
+
+
+Started POST "/sign_in" for ::1 at 2022-01-23 23:05:32 +0100
+Processing by MainController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "email"=>"tomas@gmail.com", "password"=>"[FILTERED]", "commit"=>"Sign in"}
+ [1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "tomas@gmail.com"], ["LIMIT", 1]]
+ ↳ app/controllers/main_controller.rb:6:in `create'
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 1.5ms | Allocations: 1193)
+ Rendered shared/_navbar.html.erb (Duration: 0.5ms | Allocations: 178)
+ Rendered layout layouts/application.html.erb (Duration: 6.4ms | Allocations: 3541)
+Completed 200 OK in 10ms (Views: 7.1ms | ActiveRecord: 0.1ms | Allocations: 4610)
+
+
+Started GET "/" for ::1 at 2022-01-23 23:05:33 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 2.4ms | Allocations: 1497)
+ Rendered shared/_navbar.html.erb (Duration: 0.4ms | Allocations: 178)
+ Rendered layout layouts/application.html.erb (Duration: 8.6ms | Allocations: 3850)
+Completed 200 OK in 10ms (Views: 9.2ms | ActiveRecord: 0.0ms | Allocations: 4171)
+
+
+Started GET "/" for ::1 at 2022-01-23 23:06:24 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 4.2ms | Allocations: 1819)
+ Rendered shared/_navbar.html.erb (Duration: 1.9ms | Allocations: 387)
+ Rendered layout layouts/application.html.erb (Duration: 11.6ms | Allocations: 4834)
+Completed 200 OK in 16ms (Views: 15.0ms | ActiveRecord: 0.0ms | Allocations: 5863)
+
+
+Started POST "/sign_in" for ::1 at 2022-01-23 23:06:26 +0100
+Processing by MainController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "email"=>"tomas@gmail.com", "password"=>"[FILTERED]", "commit"=>"Sign in"}
+ [1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "tomas@gmail.com"], ["LIMIT", 1]]
+ ↳ app/controllers/main_controller.rb:6:in `create'
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 2.3ms | Allocations: 1193)
+ Rendered shared/_navbar.html.erb (Duration: 0.8ms | Allocations: 178)
+ Rendered layout layouts/application.html.erb (Duration: 11.7ms | Allocations: 3585)
+Completed 200 OK in 15ms (Views: 12.9ms | ActiveRecord: 0.1ms | Allocations: 4682)
+
+
+Started POST "/sign_in" for ::1 at 2022-01-23 23:06:27 +0100
+Processing by MainController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "email"=>"tomas@gmail.com", "password"=>"[FILTERED]", "commit"=>"Sign in"}
+ [1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "tomas@gmail.com"], ["LIMIT", 1]]
+ ↳ app/controllers/main_controller.rb:6:in `create'
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 1.4ms | Allocations: 1193)
+ Rendered shared/_navbar.html.erb (Duration: 0.9ms | Allocations: 178)
+ Rendered layout layouts/application.html.erb (Duration: 7.2ms | Allocations: 3541)
+Completed 200 OK in 11ms (Views: 8.2ms | ActiveRecord: 0.1ms | Allocations: 4602)
+
+
+Started GET "/" for ::1 at 2022-01-23 23:06:27 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 1.9ms | Allocations: 1489)
+ Rendered shared/_navbar.html.erb (Duration: 0.5ms | Allocations: 178)
+ Rendered layout layouts/application.html.erb (Duration: 7.8ms | Allocations: 3842)
+Completed 200 OK in 10ms (Views: 8.7ms | ActiveRecord: 0.0ms | Allocations: 4163)
+
+
+Started GET "/" for ::1 at 2022-01-23 23:14:58 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 3.7ms | Allocations: 1817)
+ Rendered shared/_navbar.html.erb (Duration: 1.0ms | Allocations: 392)
+ Rendered layout layouts/application.html.erb (Duration: 14.2ms | Allocations: 4834)
+Completed 200 OK in 19ms (Views: 16.9ms | Allocations: 5860)
+
+
+Started GET "/" for ::1 at 2022-01-23 23:14:59 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 1.4ms | Allocations: 1485)
+ Rendered shared/_navbar.html.erb (Duration: 0.6ms | Allocations: 178)
+ Rendered layout layouts/application.html.erb (Duration: 7.4ms | Allocations: 3835)
+Completed 200 OK in 9ms (Views: 8.1ms | Allocations: 4151)
+
+
+Started GET "/" for ::1 at 2022-01-23 23:14:59 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 1.6ms | Allocations: 1473)
+ Rendered shared/_navbar.html.erb (Duration: 0.7ms | Allocations: 178)
+ Rendered layout layouts/application.html.erb (Duration: 6.5ms | Allocations: 3823)
+Completed 200 OK in 8ms (Views: 7.2ms | Allocations: 4138)
+
+
+Started GET "/" for ::1 at 2022-01-23 23:15:00 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 1.7ms | Allocations: 1473)
+ Rendered shared/_navbar.html.erb (Duration: 0.6ms | Allocations: 178)
+ Rendered layout layouts/application.html.erb (Duration: 7.9ms | Allocations: 3823)
+Completed 200 OK in 9ms (Views: 8.5ms | Allocations: 4138)
+
+
+Started GET "/" for ::1 at 2022-01-23 23:15:01 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 1.7ms | Allocations: 1471)
+ Rendered shared/_navbar.html.erb (Duration: 0.6ms | Allocations: 178)
+ Rendered layout layouts/application.html.erb (Duration: 6.6ms | Allocations: 3821)
+Completed 200 OK in 8ms (Views: 7.2ms | Allocations: 4136)
+
+
+Started GET "/" for ::1 at 2022-01-23 23:15:02 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 1.6ms | Allocations: 1473)
+ Rendered shared/_navbar.html.erb (Duration: 0.9ms | Allocations: 178)
+ Rendered layout layouts/application.html.erb (Duration: 6.4ms | Allocations: 3832)
+Completed 200 OK in 8ms (Views: 7.1ms | Allocations: 4147)
+
+
+Started GET "/" for ::1 at 2022-01-23 23:15:33 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 3.1ms | Allocations: 1821)
+ Rendered shared/_navbar.html.erb (Duration: 1.0ms | Allocations: 394)
+ Rendered layout layouts/application.html.erb (Duration: 10.9ms | Allocations: 4840)
+Completed 200 OK in 14ms (Views: 13.2ms | Allocations: 5866)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 23:15:42 +0100
+Processing by HomepageController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 1.3ms | Allocations: 182)
+ Rendered shared/_navbar.html.erb (Duration: 0.7ms | Allocations: 223)
+ Rendered layout layouts/application.html.erb (Duration: 8.4ms | Allocations: 2681)
+Completed 200 OK in 13ms (Views: 11.6ms | Allocations: 3830)
+
+
+Started GET "/" for ::1 at 2022-01-23 23:15:44 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 1.7ms | Allocations: 1471)
+ Rendered shared/_navbar.html.erb (Duration: 0.8ms | Allocations: 178)
+ Rendered layout layouts/application.html.erb (Duration: 8.4ms | Allocations: 3821)
+Completed 200 OK in 11ms (Views: 9.4ms | Allocations: 4141)
+
+
+Started POST "/sign_in" for ::1 at 2022-01-23 23:15:58 +0100
+Processing by MainController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "email"=>"tomas@mail.com", "password"=>"[FILTERED]", "commit"=>"Sign in"}
+ [1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
+ ↳ app/controllers/main_controller.rb:6:in `create'
+ [1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "tomas@mail.com"], ["LIMIT", 1]]
+ ↳ app/controllers/main_controller.rb:6:in `create'
+Redirected to http://localhost:3000/homepage
+Completed 302 Found in 273ms (ActiveRecord: 0.8ms | Allocations: 6102)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 23:15:58 +0100
+Processing by HomepageController#index as TURBO_STREAM
+ [1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ ↳ app/controllers/homepage_controller.rb:4:in `index'
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 0.1ms | Allocations: 19)
+ Rendered shared/_navbar.html.erb (Duration: 0.7ms | Allocations: 194)
+ Rendered layout layouts/application.html.erb (Duration: 4.2ms | Allocations: 2451)
+Completed 200 OK in 8ms (Views: 4.7ms | ActiveRecord: 0.2ms | Allocations: 4137)
+
+
+Started DELETE "/logout" for ::1 at 2022-01-23 23:17:07 +0100
+Processing by SessionsController#destroy as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]"}
+Redirected to http://localhost:3000/
+Completed 302 Found in 1ms (Allocations: 576)
+
+
+Started GET "/" for ::1 at 2022-01-23 23:17:07 +0100
+Processing by MainController#index as TURBO_STREAM
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 1.7ms | Allocations: 1492)
+ Rendered shared/_navbar.html.erb (Duration: 0.5ms | Allocations: 192)
+ Rendered layout layouts/application.html.erb (Duration: 29.3ms | Allocations: 15552)
+Completed 200 OK in 32ms (Views: 31.1ms | Allocations: 16321)
+
+
+Started POST "/sign_in" for ::1 at 2022-01-23 23:17:57 +0100
+Processing by MainController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "email"=>"tomas@gmail.com", "password"=>"[FILTERED]", "commit"=>"Sign in"}
+ [1m[35m (0.0ms)[0m [1m[34mSELECT sqlite_version(*)[0m
+ ↳ app/controllers/main_controller.rb:6:in `create'
+ [1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "tomas@gmail.com"], ["LIMIT", 1]]
+ ↳ app/controllers/main_controller.rb:6:in `create'
+Redirected to http://localhost:3000/
+Completed 302 Found in 9ms (ActiveRecord: 0.8ms | Allocations: 2815)
+
+
+Started GET "/" for ::1 at 2022-01-23 23:17:57 +0100
+Processing by MainController#index as TURBO_STREAM
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 2.2ms | Allocations: 1549)
+ Rendered shared/_navbar.html.erb (Duration: 0.5ms | Allocations: 192)
+ Rendered layout layouts/application.html.erb (Duration: 22.0ms | Allocations: 15567)
+Completed 200 OK in 25ms (Views: 23.9ms | ActiveRecord: 0.0ms | Allocations: 16320)
+
+
+Started POST "/sign_in" for ::1 at 2022-01-23 23:18:13 +0100
+Processing by MainController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "email"=>"tomas@mail.com", "password"=>"[FILTERED]", "commit"=>"Sign in"}
+ [1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "tomas@mail.com"], ["LIMIT", 1]]
+ ↳ app/controllers/main_controller.rb:6:in `create'
+Redirected to http://localhost:3000/
+Completed 302 Found in 281ms (ActiveRecord: 0.6ms | Allocations: 2255)
+
+
+Started GET "/" for ::1 at 2022-01-23 23:18:13 +0100
+Processing by MainController#index as TURBO_STREAM
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 1.7ms | Allocations: 1491)
+ Rendered shared/_navbar.html.erb (Duration: 0.5ms | Allocations: 178)
+ Rendered layout layouts/application.html.erb (Duration: 7.3ms | Allocations: 3847)
+Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.0ms | Allocations: 4171)
+
+
+Started POST "/sign_in" for ::1 at 2022-01-23 23:18:34 +0100
+Processing by MainController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "email"=>"tomas@mail.com", "password"=>"[FILTERED]", "commit"=>"Sign in"}
+ [1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "tomas@mail.com"], ["LIMIT", 1]]
+ ↳ app/controllers/main_controller.rb:6:in `create'
+Redirected to http://localhost:3000/homepage
+Completed 302 Found in 263ms (ActiveRecord: 0.1ms | Allocations: 998)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 23:18:34 +0100
+Processing by HomepageController#index as TURBO_STREAM
+ [1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ ↳ app/controllers/homepage_controller.rb:4:in `index'
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 0.1ms | Allocations: 21)
+ Rendered shared/_navbar.html.erb (Duration: 0.4ms | Allocations: 223)
+ Rendered layout layouts/application.html.erb (Duration: 3.9ms | Allocations: 2519)
+Completed 200 OK in 9ms (Views: 5.9ms | ActiveRecord: 0.2ms | Allocations: 4519)
+
+
+Started DELETE "/logout" for ::1 at 2022-01-23 23:18:40 +0100
+Processing by SessionsController#destroy as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]"}
+Redirected to http://localhost:3000/
+Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 564)
+
+
+Started GET "/" for ::1 at 2022-01-23 23:18:40 +0100
+Processing by MainController#index as TURBO_STREAM
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 1.5ms | Allocations: 1485)
+ Rendered shared/_navbar.html.erb (Duration: 0.6ms | Allocations: 178)
+ Rendered layout layouts/application.html.erb (Duration: 6.5ms | Allocations: 3840)
+Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.0ms | Allocations: 4165)
+
+
+Started POST "/sign_in" for ::1 at 2022-01-23 23:18:53 +0100
+Processing by MainController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "email"=>"elisa@mail.com", "password"=>"[FILTERED]", "commit"=>"Sign in"}
+ [1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "elisa@mail.com"], ["LIMIT", 1]]
+ ↳ app/controllers/main_controller.rb:6:in `create'
+Redirected to http://localhost:3000/homepage
+Completed 302 Found in 263ms (ActiveRecord: 0.1ms | Allocations: 985)
+
+
+Started GET "/homepage" for ::1 at 2022-01-23 23:18:53 +0100
+Processing by HomepageController#index as TURBO_STREAM
+ [1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 15], ["LIMIT", 1]]
+ ↳ app/controllers/homepage_controller.rb:4:in `index'
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 0.1ms | Allocations: 17)
+ Rendered shared/_navbar.html.erb (Duration: 0.4ms | Allocations: 194)
+ Rendered layout layouts/application.html.erb (Duration: 4.3ms | Allocations: 2402)
+Completed 200 OK in 7ms (Views: 5.2ms | ActiveRecord: 0.1ms | Allocations: 3460)
+
+
+Started GET "/" for ::1 at 2022-01-24 11:27:10 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 28.0ms | Allocations: 1826)
+ Rendered shared/_navbar.html.erb (Duration: 2.5ms | Allocations: 393)
+ Rendered layout layouts/application.html.erb (Duration: 58.9ms | Allocations: 4844)
+Completed 200 OK in 90ms (Views: 82.3ms | Allocations: 5870)
+
+
+Started GET "/homepage" for ::1 at 2022-01-24 11:27:15 +0100
+Processing by HomepageController#index as HTML
+ [1m[35m (0.2ms)[0m [1m[34mSELECT sqlite_version(*)[0m
+ ↳ app/controllers/homepage_controller.rb:4:in `index'
+ [1m[36mUser Load (1.0ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 15], ["LIMIT", 1]]
+ ↳ app/controllers/homepage_controller.rb:4:in `index'
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 1.7ms | Allocations: 184)
+ Rendered shared/_navbar.html.erb (Duration: 0.4ms | Allocations: 222)
+ Rendered layout layouts/application.html.erb (Duration: 8.0ms | Allocations: 2676)
+Completed 200 OK in 38ms (Views: 9.9ms | ActiveRecord: 6.2ms | Allocations: 4747)
+
+
+Started GET "/" for ::1 at 2022-01-24 11:27:16 +0100
+Processing by MainController#index as HTML
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 7.2ms | Allocations: 1478)
+ Rendered shared/_navbar.html.erb (Duration: 0.7ms | Allocations: 178)
+ Rendered layout layouts/application.html.erb (Duration: 32.1ms | Allocations: 3828)
+Completed 200 OK in 34ms (Views: 32.9ms | ActiveRecord: 0.0ms | Allocations: 4151)
+
+
+Started DELETE "/logout" for ::1 at 2022-01-24 11:27:19 +0100
+Processing by SessionsController#destroy as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]"}
+Redirected to http://localhost:3000/
+Completed 302 Found in 3ms (ActiveRecord: 0.0ms | Allocations: 517)
+
+
+Started GET "/" for ::1 at 2022-01-24 11:27:19 +0100
+Processing by MainController#index as TURBO_STREAM
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 1.9ms | Allocations: 1499)
+ Rendered shared/_navbar.html.erb (Duration: 0.4ms | Allocations: 178)
+ Rendered layout layouts/application.html.erb (Duration: 6.2ms | Allocations: 3901)
+Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.0ms | Allocations: 4272)
+
+
+Started POST "/sign_in" for ::1 at 2022-01-24 11:27:21 +0100
+Processing by MainController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "email"=>"tomas@gmail.com", "password"=>"[FILTERED]", "commit"=>"Sign in"}
+ [1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "tomas@gmail.com"], ["LIMIT", 1]]
+ ↳ app/controllers/main_controller.rb:6:in `create'
+Redirected to http://localhost:3000/
+Completed 302 Found in 3ms (ActiveRecord: 0.3ms | Allocations: 953)
+
+
+Started GET "/" for ::1 at 2022-01-24 11:27:21 +0100
+Processing by MainController#index as TURBO_STREAM
+ Rendering layout layouts/application.html.erb
+ Rendering main/index.html.erb within layouts/application
+ Rendered main/index.html.erb within layouts/application (Duration: 1.2ms | Allocations: 1483)
+ Rendered shared/_navbar.html.erb (Duration: 0.5ms | Allocations: 178)
+ Rendered layout layouts/application.html.erb (Duration: 5.4ms | Allocations: 3839)
+Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.0ms | Allocations: 4163)
+
+
+Started POST "/sign_in" for ::1 at 2022-01-24 11:27:29 +0100
+Processing by MainController#create as TURBO_STREAM
+ Parameters: {"authenticity_token"=>"[FILTERED]", "email"=>"tomas@mail.com", "password"=>"[FILTERED]", "commit"=>"Sign in"}
+ [1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "tomas@mail.com"], ["LIMIT", 1]]
+ ↳ app/controllers/main_controller.rb:6:in `create'
+Redirected to http://localhost:3000/homepage
+Completed 302 Found in 265ms (ActiveRecord: 0.2ms | Allocations: 988)
+
+
+Started GET "/homepage" for ::1 at 2022-01-24 11:27:29 +0100
+Processing by HomepageController#index as TURBO_STREAM
+ [1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 13], ["LIMIT", 1]]
+ ↳ app/controllers/homepage_controller.rb:4:in `index'
+ Rendering layout layouts/application.html.erb
+ Rendering homepage/index.html.erb within layouts/application
+ Rendered homepage/index.html.erb within layouts/application (Duration: 0.1ms | Allocations: 17)
+ Rendered shared/_navbar.html.erb (Duration: 0.4ms | Allocations: 194)
+ Rendered layout layouts/application.html.erb (Duration: 4.6ms | Allocations: 2402)
+Completed 200 OK in 9ms (Views: 5.3ms | ActiveRecord: 0.1ms | Allocations: 3481)
+
+
diff --git a/log/test.log b/log/test.log
new file mode 100644
index 0000000000..71e96a861b
--- /dev/null
+++ b/log/test.log
@@ -0,0 +1,126 @@
+ [1m[35m (1.6ms)[0m [1m[34mSELECT sqlite_version(*)[0m
+ [1m[35m (0.6ms)[0m [1m[34mSELECT sqlite_version(*)[0m
+ [1m[35m (0.0ms)[0m [1m[34mSELECT sqlite_version(*)[0m
+ [1m[35m (0.0ms)[0m [1m[34mSELECT sqlite_version(*)[0m
+ [1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
+ [1m[35m (1.6ms)[0m [1m[35mCREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar NOT NULL, "email" varchar NOT NULL, "password_digest" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)[0m
+ [1m[35m (1.5ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
+ [1m[36mActiveRecord::SchemaMigration Pluck (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
+ [1m[35m (1.2ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20220122145001)[0m
+ [1m[35m (1.4ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)[0m
+ [1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
+ [1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mActiveRecord::InternalMetadata Create (0.4ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "test"], ["created_at", "2022-01-23 09:49:54.458100"], ["updated_at", "2022-01-23 09:49:54.458100"]]
+ [1m[36mTRANSACTION (1.2ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
+ [1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "schema_sha1"], ["LIMIT", 1]]
+ [1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mActiveRecord::InternalMetadata Create (0.3ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "schema_sha1"], ["value", "2f19e10a05ba4bb7c27183992a29de2eb8441165"], ["created_at", "2022-01-23 09:49:54.463317"], ["updated_at", "2022-01-23 09:49:54.463317"]]
+ [1m[36mTRANSACTION (0.9ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
+ [1m[36mActiveRecord::SchemaMigration Pluck (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
+ [1m[35m (0.1ms)[0m [1m[35mPRAGMA foreign_keys[0m
+ [1m[35m (0.0ms)[0m [1m[35mPRAGMA defer_foreign_keys[0m
+ [1m[35m (0.0ms)[0m [1m[35mPRAGMA defer_foreign_keys = ON[0m
+ [1m[35m (0.0ms)[0m [1m[35mPRAGMA foreign_keys = OFF[0m
+ [1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mFixtures Load (0.7ms)[0m [1m[31mDELETE FROM "users";
+INSERT INTO "users" ("id", "name", "email", "password_digest", "created_at", "updated_at") VALUES (980190962, 'MyString', 'MyString', 'MyString', '2022-01-23 09:49:54.589060', '2022-01-23 09:49:54.589060');
+INSERT INTO "users" ("id", "name", "email", "password_digest", "created_at", "updated_at") VALUES (298486374, 'MyString', 'MyString', 'MyString', '2022-01-23 09:49:54.589060', '2022-01-23 09:49:54.589060')[0m
+ [1m[36mTRANSACTION (1.3ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mPRAGMA defer_foreign_keys = 0[0m
+ [1m[35m (0.0ms)[0m [1m[35mPRAGMA foreign_keys = 1[0m
+ [1m[35m (0.0ms)[0m [1m[35mPRAGMA foreign_key_check[0m
+ [1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
+------------------------
+UserTest: test_the_truth
+------------------------
+ [1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.6ms)[0m [1m[34mSELECT sqlite_version(*)[0m
+ [1m[36mActiveRecord::InternalMetadata Pluck (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "schema_sha1"], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
+ [1m[36mActiveRecord::SchemaMigration Pluck (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
+ [1m[35m (0.0ms)[0m [1m[35mPRAGMA foreign_keys[0m
+ [1m[35m (0.0ms)[0m [1m[35mPRAGMA defer_foreign_keys[0m
+ [1m[35m (0.0ms)[0m [1m[35mPRAGMA defer_foreign_keys = ON[0m
+ [1m[35m (0.0ms)[0m [1m[35mPRAGMA foreign_keys = OFF[0m
+ [1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mFixtures Load (0.5ms)[0m [1m[31mDELETE FROM "users";
+INSERT INTO "users" ("id", "name", "email", "password_digest", "created_at", "updated_at") VALUES (980190962, 'MyString', 'MyString', 'MyString', '2022-01-23 09:50:19.928128', '2022-01-23 09:50:19.928128');
+INSERT INTO "users" ("id", "name", "email", "password_digest", "created_at", "updated_at") VALUES (298486374, 'MyString', 'MyString', 'MyString', '2022-01-23 09:50:19.928128', '2022-01-23 09:50:19.928128')[0m
+ [1m[36mTRANSACTION (1.0ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mPRAGMA defer_foreign_keys = 0[0m
+ [1m[35m (0.0ms)[0m [1m[35mPRAGMA foreign_keys = 1[0m
+ [1m[35m (0.0ms)[0m [1m[35mPRAGMA foreign_key_check[0m
+ [1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
+------------------------
+UserTest: test_the_truth
+------------------------
+ [1m[36mTRANSACTION (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.6ms)[0m [1m[34mSELECT sqlite_version(*)[0m
+ [1m[36mActiveRecord::InternalMetadata Pluck (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "schema_sha1"], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[34mSELECT sqlite_version(*)[0m
+ [1m[36mActiveRecord::SchemaMigration Pluck (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
+ [1m[35m (0.5ms)[0m [1m[34mSELECT sqlite_version(*)[0m
+ [1m[36mActiveRecord::InternalMetadata Pluck (0.4ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "schema_sha1"], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[34mSELECT sqlite_version(*)[0m
+ [1m[36mActiveRecord::SchemaMigration Pluck (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
+ [1m[35m (0.1ms)[0m [1m[35mPRAGMA foreign_keys[0m
+ [1m[35m (0.0ms)[0m [1m[35mPRAGMA defer_foreign_keys[0m
+ [1m[35m (0.0ms)[0m [1m[35mPRAGMA defer_foreign_keys = ON[0m
+ [1m[35m (0.0ms)[0m [1m[35mPRAGMA foreign_keys = OFF[0m
+ [1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mFixtures Load (0.6ms)[0m [1m[31mDELETE FROM "users";
+INSERT INTO "users" ("id", "name", "email", "password_digest", "created_at", "updated_at") VALUES (980190962, 'MyString', 'MyString', 'MyString', '2022-01-23 09:53:33.247473', '2022-01-23 09:53:33.247473');
+INSERT INTO "users" ("id", "name", "email", "password_digest", "created_at", "updated_at") VALUES (298486374, 'MyString', 'MyString', 'MyString', '2022-01-23 09:53:33.247473', '2022-01-23 09:53:33.247473')[0m
+ [1m[36mTRANSACTION (0.9ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mPRAGMA defer_foreign_keys = 0[0m
+ [1m[35m (0.0ms)[0m [1m[35mPRAGMA foreign_keys = 1[0m
+ [1m[35m (0.1ms)[0m [1m[35mPRAGMA foreign_key_check[0m
+ [1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
+--------------------------------------------------------
+UserTest: test_should_not_save_user_with_a_missing_field
+--------------------------------------------------------
+ [1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.5ms)[0m [1m[34mSELECT sqlite_version(*)[0m
+ [1m[36mActiveRecord::InternalMetadata Pluck (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "schema_sha1"], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[34mSELECT sqlite_version(*)[0m
+ [1m[36mActiveRecord::SchemaMigration Pluck (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
+ [1m[35m (0.1ms)[0m [1m[35mPRAGMA foreign_keys[0m
+ [1m[35m (0.1ms)[0m [1m[35mPRAGMA defer_foreign_keys[0m
+ [1m[35m (0.1ms)[0m [1m[35mPRAGMA defer_foreign_keys = ON[0m
+ [1m[35m (0.0ms)[0m [1m[35mPRAGMA foreign_keys = OFF[0m
+ [1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mFixtures Load (0.6ms)[0m [1m[31mDELETE FROM "users";
+INSERT INTO "users" ("id", "name", "email", "password_digest", "created_at", "updated_at") VALUES (980190962, 'MyString', 'MyString', 'MyString', '2022-01-23 09:55:30.811792', '2022-01-23 09:55:30.811792');
+INSERT INTO "users" ("id", "name", "email", "password_digest", "created_at", "updated_at") VALUES (298486374, 'MyString', 'MyString', 'MyString', '2022-01-23 09:55:30.811792', '2022-01-23 09:55:30.811792')[0m
+ [1m[36mTRANSACTION (1.0ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mPRAGMA defer_foreign_keys = 0[0m
+ [1m[35m (0.0ms)[0m [1m[35mPRAGMA foreign_keys = 1[0m
+ [1m[35m (0.0ms)[0m [1m[35mPRAGMA foreign_key_check[0m
+ [1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
+--------------------------------------------------------
+UserTest: test_should_not_save_user_with_a_missing_field
+--------------------------------------------------------
+ [1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.5ms)[0m [1m[34mSELECT sqlite_version(*)[0m
+ [1m[36mActiveRecord::InternalMetadata Pluck (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "schema_sha1"], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[34mSELECT sqlite_version(*)[0m
+ [1m[36mActiveRecord::SchemaMigration Pluck (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
+ [1m[35m (0.1ms)[0m [1m[35mPRAGMA foreign_keys[0m
+ [1m[35m (0.1ms)[0m [1m[35mPRAGMA defer_foreign_keys[0m
+ [1m[35m (0.0ms)[0m [1m[35mPRAGMA defer_foreign_keys = ON[0m
+ [1m[35m (0.0ms)[0m [1m[35mPRAGMA foreign_keys = OFF[0m
+ [1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[36mFixtures Load (0.7ms)[0m [1m[31mDELETE FROM "users";
+INSERT INTO "users" ("id", "name", "email", "password_digest", "created_at", "updated_at") VALUES (980190962, 'MyString', 'MyString', 'MyString', '2022-01-23 09:55:51.542121', '2022-01-23 09:55:51.542121');
+INSERT INTO "users" ("id", "name", "email", "password_digest", "created_at", "updated_at") VALUES (298486374, 'MyString', 'MyString', 'MyString', '2022-01-23 09:55:51.542121', '2022-01-23 09:55:51.542121')[0m
+ [1m[36mTRANSACTION (0.9ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mPRAGMA defer_foreign_keys = 0[0m
+ [1m[35m (0.0ms)[0m [1m[35mPRAGMA foreign_keys = 1[0m
+ [1m[35m (0.1ms)[0m [1m[35mPRAGMA foreign_key_check[0m
+ [1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
+--------------------------------------------------------
+UserTest: test_should_not_save_user_with_a_missing_field
+--------------------------------------------------------
+ [1m[36mTRANSACTION (0.0ms)[0m [1m[31mrollback transaction[0m
diff --git a/public/404.html b/public/404.html
new file mode 100644
index 0000000000..2be3af26fc
--- /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 0000000000..c08eac0d1d
--- /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 0000000000..78a030af22
--- /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 0000000000..e69de29bb2
diff --git a/public/apple-touch-icon.png b/public/apple-touch-icon.png
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/public/favicon.ico b/public/favicon.ico
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/public/robots.txt b/public/robots.txt
new file mode 100644
index 0000000000..c19f78ab68
--- /dev/null
+++ b/public/robots.txt
@@ -0,0 +1 @@
+# See https://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
new file mode 100644
index 0000000000..251aa51060
--- /dev/null
+++ b/spec/spec_helper.rb
@@ -0,0 +1,100 @@
+# This file was generated by the `rspec --init` command. Conventionally, all
+# specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`.
+# The generated `.rspec` file contains `--require spec_helper` which will cause
+# this file to always be loaded, without a need to explicitly require it in any
+# files.
+#
+# Given that it is always loaded, you are encouraged to keep this file as
+# light-weight as possible. Requiring heavyweight dependencies from this file
+# will add to the boot time of your test suite on EVERY test run, even for an
+# individual file that may not need all of that loaded. Instead, consider making
+# a separate helper file that requires the additional dependencies and performs
+# the additional setup, and require it from the spec files that actually need
+# it.
+#
+# See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
+RSpec.configure do |config|
+ # rspec-expectations config goes here. You can use an alternate
+ # assertion/expectation library such as wrong or the stdlib/minitest
+ # assertions if you prefer.
+ config.expect_with :rspec do |expectations|
+ # This option will default to `true` in RSpec 4. It makes the `description`
+ # and `failure_message` of custom matchers include text for helper methods
+ # defined using `chain`, e.g.:
+ # be_bigger_than(2).and_smaller_than(4).description
+ # # => "be bigger than 2 and smaller than 4"
+ # ...rather than:
+ # # => "be bigger than 2"
+ expectations.include_chain_clauses_in_custom_matcher_descriptions = true
+ end
+
+ # rspec-mocks config goes here. You can use an alternate test double
+ # library (such as bogus or mocha) by changing the `mock_with` option here.
+ config.mock_with :rspec do |mocks|
+ # Prevents you from mocking or stubbing a method that does not exist on
+ # a real object. This is generally recommended, and will default to
+ # `true` in RSpec 4.
+ mocks.verify_partial_doubles = true
+ end
+
+ # This option will default to `:apply_to_host_groups` in RSpec 4 (and will
+ # have no way to turn it off -- the option exists only for backwards
+ # compatibility in RSpec 3). It causes shared context metadata to be
+ # inherited by the metadata hash of host groups and examples, rather than
+ # triggering implicit auto-inclusion in groups with matching metadata.
+ config.shared_context_metadata_behavior = :apply_to_host_groups
+
+# The settings below are suggested to provide a good initial experience
+# with RSpec, but feel free to customize to your heart's content.
+=begin
+ # This allows you to limit a spec run to individual examples or groups
+ # you care about by tagging them with `:focus` metadata. When nothing
+ # is tagged with `:focus`, all examples get run. RSpec also provides
+ # aliases for `it`, `describe`, and `context` that include `:focus`
+ # metadata: `fit`, `fdescribe` and `fcontext`, respectively.
+ config.filter_run_when_matching :focus
+
+ # Allows RSpec to persist some state between runs in order to support
+ # the `--only-failures` and `--next-failure` CLI options. We recommend
+ # you configure your source control system to ignore this file.
+ config.example_status_persistence_file_path = "spec/examples.txt"
+
+ # Limits the available syntax to the non-monkey patched syntax that is
+ # recommended. For more details, see:
+ # - http://rspec.info/blog/2012/06/rspecs-new-expectation-syntax/
+ # - http://www.teaisaweso.me/blog/2013/05/27/rspecs-new-message-expectation-syntax/
+ # - http://rspec.info/blog/2014/05/notable-changes-in-rspec-3/#zero-monkey-patching-mode
+ config.disable_monkey_patching!
+
+ # This setting enables warnings. It's recommended, but in some cases may
+ # be too noisy due to issues in dependencies.
+ config.warnings = true
+
+ # Many RSpec users commonly either run the entire suite or an individual
+ # file, and it's useful to allow more verbose output when running an
+ # individual spec file.
+ if config.files_to_run.one?
+ # Use the documentation formatter for detailed output,
+ # unless a formatter has already been configured
+ # (e.g. via a command-line flag).
+ config.default_formatter = "doc"
+ end
+
+ # Print the 10 slowest examples and example groups at the
+ # end of the spec run, to help surface which specs are running
+ # particularly slow.
+ config.profile_examples = 10
+
+ # Run specs in random order to surface order dependencies. If you find an
+ # order dependency and want to debug it, you can fix the order by providing
+ # the seed, which is printed after each run.
+ # --seed 1234
+ config.order = :random
+
+ # Seed global randomization in this process using the `--seed` CLI option.
+ # Setting this allows you to use `--seed` to deterministically reproduce
+ # test failures related to randomization by passing the same `--seed` value
+ # as the one that triggered the failure.
+ Kernel.srand config.seed
+=end
+end
diff --git a/storage/.keep b/storage/.keep
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/test/application_system_test_case.rb b/test/application_system_test_case.rb
new file mode 100644
index 0000000000..d19212abd5
--- /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/channels/application_cable/connection_test.rb b/test/channels/application_cable/connection_test.rb
new file mode 100644
index 0000000000..800405f15e
--- /dev/null
+++ b/test/channels/application_cable/connection_test.rb
@@ -0,0 +1,11 @@
+require "test_helper"
+
+class ApplicationCable::ConnectionTest < ActionCable::Connection::TestCase
+ # test "connects with cookies" do
+ # cookies.signed[:user_id] = 42
+ #
+ # connect
+ #
+ # assert_equal connection.user_id, "42"
+ # end
+end
diff --git a/test/controllers/.keep b/test/controllers/.keep
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/test/fixtures/files/.keep b/test/fixtures/files/.keep
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/test/fixtures/users.yml b/test/fixtures/users.yml
new file mode 100644
index 0000000000..e2f5253981
--- /dev/null
+++ b/test/fixtures/users.yml
@@ -0,0 +1,11 @@
+# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
+
+one:
+ name: MyString
+ email: MyString
+ password_digest: MyString
+
+two:
+ name: MyString
+ email: MyString
+ password_digest: MyString
diff --git a/test/helpers/.keep b/test/helpers/.keep
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/test/integration/.keep b/test/integration/.keep
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/test/mailers/.keep b/test/mailers/.keep
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/test/models/.keep b/test/models/.keep
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/test/models/user_test.rb b/test/models/user_test.rb
new file mode 100644
index 0000000000..0da923091e
--- /dev/null
+++ b/test/models/user_test.rb
@@ -0,0 +1,8 @@
+require "test_helper"
+
+class UserTest < ActiveSupport::TestCase
+ test "should not save user with a missing field" do
+ user = User.new
+ assert_not user.save
+ end
+end
diff --git a/test/system/.keep b/test/system/.keep
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/test/test_helper.rb b/test/test_helper.rb
new file mode 100644
index 0000000000..d713e377c9
--- /dev/null
+++ b/test/test_helper.rb
@@ -0,0 +1,13 @@
+ENV["RAILS_ENV"] ||= "test"
+require_relative "../config/environment"
+require "rails/test_help"
+
+class ActiveSupport::TestCase
+ # Run tests in parallel with specified workers
+ parallelize(workers: :number_of_processors)
+
+ # 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 0000000000..e69de29bb2
diff --git a/tmp/cache/assets/sprockets/v4.0.0/-G/-GPIv8GHfoyoGWPuUXAhZlRo-PiLjMdRi14SBDdqMDs.cache b/tmp/cache/assets/sprockets/v4.0.0/-G/-GPIv8GHfoyoGWPuUXAhZlRo-PiLjMdRi14SBDdqMDs.cache
new file mode 100644
index 0000000000..29311c3434
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v4.0.0/-G/-GPIv8GHfoyoGWPuUXAhZlRo-PiLjMdRi14SBDdqMDs.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"Lprocessors:type=application/javascript&file_type=application/javascript;TTI"tfile-digest:///Users/tomasgarciamusic/.rvm/gems/ruby-3.0.0/gems/actiontext-7.0.1/app/assets/javascripts/trix.js;TTI"Zprocessors:type=application/javascript&file_type=application/javascript&pipeline=self;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v4.0.0/-k/-kMUl6_B8YMVYKX89s6aJrzINlvFMg7rT4l0iiPLuvo.cache b/tmp/cache/assets/sprockets/v4.0.0/-k/-kMUl6_B8YMVYKX89s6aJrzINlvFMg7rT4l0iiPLuvo.cache
new file mode 100644
index 0000000000..beb79a9347
Binary files /dev/null and b/tmp/cache/assets/sprockets/v4.0.0/-k/-kMUl6_B8YMVYKX89s6aJrzINlvFMg7rT4l0iiPLuvo.cache differ
diff --git a/tmp/cache/assets/sprockets/v4.0.0/03/03IbWIdKAMFeZhlzNiLb8AZ9RLkJ5bowyFStWAIB9B4.cache b/tmp/cache/assets/sprockets/v4.0.0/03/03IbWIdKAMFeZhlzNiLb8AZ9RLkJ5bowyFStWAIB9B4.cache
new file mode 100644
index 0000000000..f56639322a
Binary files /dev/null and b/tmp/cache/assets/sprockets/v4.0.0/03/03IbWIdKAMFeZhlzNiLb8AZ9RLkJ5bowyFStWAIB9B4.cache differ
diff --git a/tmp/cache/assets/sprockets/v4.0.0/04/04kQey0BFyDYchg6NLbXNyrkDdAA5RkD7lme0Zz1VyY.cache b/tmp/cache/assets/sprockets/v4.0.0/04/04kQey0BFyDYchg6NLbXNyrkDdAA5RkD7lme0Zz1VyY.cache
new file mode 100644
index 0000000000..35166b4a5f
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v4.0.0/04/04kQey0BFyDYchg6NLbXNyrkDdAA5RkD7lme0Zz1VyY.cache
@@ -0,0 +1 @@
+I"}app/assets/stylesheets/application.css?type=text/css&id=5749dc74c4a1140b3c592600b3de7f7204561dde59498e495a81ec4cdbeadb32:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v4.0.0/0T/0T9h2XBhMxeCscLSch_t_OLr1x34M9njYTyGXLFKlbo.cache b/tmp/cache/assets/sprockets/v4.0.0/0T/0T9h2XBhMxeCscLSch_t_OLr1x34M9njYTyGXLFKlbo.cache
new file mode 100644
index 0000000000..c2a33dae85
Binary files /dev/null and b/tmp/cache/assets/sprockets/v4.0.0/0T/0T9h2XBhMxeCscLSch_t_OLr1x34M9njYTyGXLFKlbo.cache differ
diff --git a/tmp/cache/assets/sprockets/v4.0.0/0r/0rrGCRxUWVjsnWQXgSoK9oLEvgSH9j6xXDpQYxhMxRo.cache b/tmp/cache/assets/sprockets/v4.0.0/0r/0rrGCRxUWVjsnWQXgSoK9oLEvgSH9j6xXDpQYxhMxRo.cache
new file mode 100644
index 0000000000..2216168248
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v4.0.0/0r/0rrGCRxUWVjsnWQXgSoK9oLEvgSH9j6xXDpQYxhMxRo.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"Lprocessors:type=application/javascript&file_type=application/javascript;TTI"file-digest:///Users/tomasgarciamusic/.rvm/gems/ruby-3.0.0/gems/importmap-rails-1.0.2/app/assets/javascripts/es-module-shims.js;TTI"Zprocessors:type=application/javascript&file_type=application/javascript&pipeline=self;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v4.0.0/0x/0xKQC6h1IKJE5dvmq1DOaEQ4aLO0YxzaQ3Ju7PbuU_o.cache b/tmp/cache/assets/sprockets/v4.0.0/0x/0xKQC6h1IKJE5dvmq1DOaEQ4aLO0YxzaQ3Ju7PbuU_o.cache
new file mode 100644
index 0000000000..e7bacd40ef
Binary files /dev/null and b/tmp/cache/assets/sprockets/v4.0.0/0x/0xKQC6h1IKJE5dvmq1DOaEQ4aLO0YxzaQ3Ju7PbuU_o.cache differ
diff --git a/tmp/cache/assets/sprockets/v4.0.0/1M/1MSPjMnjOxv_Zk8b19FPfsnRmM6M5J49gbJc_9d6Ozs.cache b/tmp/cache/assets/sprockets/v4.0.0/1M/1MSPjMnjOxv_Zk8b19FPfsnRmM6M5J49gbJc_9d6Ozs.cache
new file mode 100644
index 0000000000..1ad8ab80c8
Binary files /dev/null and b/tmp/cache/assets/sprockets/v4.0.0/1M/1MSPjMnjOxv_Zk8b19FPfsnRmM6M5J49gbJc_9d6Ozs.cache differ
diff --git a/tmp/cache/assets/sprockets/v4.0.0/2K/2Kqqs5CDZKeqQ8Zi3OcRThACYBsE09CB_YbQaG96080.cache b/tmp/cache/assets/sprockets/v4.0.0/2K/2Kqqs5CDZKeqQ8Zi3OcRThACYBsE09CB_YbQaG96080.cache
new file mode 100644
index 0000000000..419da84a5b
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v4.0.0/2K/2Kqqs5CDZKeqQ8Zi3OcRThACYBsE09CB_YbQaG96080.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"0processors:type=text/css&file_type=text/css;TTI"9file-digest://app/assets/stylesheets/application.css;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI")file-digest://app/assets/stylesheets;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v4.0.0/3J/3JQt1DdAUta82XX7iBsRrPA9uHAzymMwz8bZ156K5Uc.cache b/tmp/cache/assets/sprockets/v4.0.0/3J/3JQt1DdAUta82XX7iBsRrPA9uHAzymMwz8bZ156K5Uc.cache
new file mode 100644
index 0000000000..494cdeb1dc
Binary files /dev/null and b/tmp/cache/assets/sprockets/v4.0.0/3J/3JQt1DdAUta82XX7iBsRrPA9uHAzymMwz8bZ156K5Uc.cache differ
diff --git a/tmp/cache/assets/sprockets/v4.0.0/3N/3NivrJdvCVOUaXNvFkfI7UzcirNN8Oi8ko4S7uNbjOA.cache b/tmp/cache/assets/sprockets/v4.0.0/3N/3NivrJdvCVOUaXNvFkfI7UzcirNN8Oi8ko4S7uNbjOA.cache
new file mode 100644
index 0000000000..cb15292535
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v4.0.0/3N/3NivrJdvCVOUaXNvFkfI7UzcirNN8Oi8ko4S7uNbjOA.cache
@@ -0,0 +1 @@
+I"Á/Users/tomasgarciamusic/.rvm/gems/ruby-3.0.0/gems/actiontext-7.0.1/app/assets/javascripts/trix.js?type=application/javascript&id=e2881fecefc7084a75ea68607db1f03c7c5237574dba093ff0aacb29793b0c75:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v4.0.0/3o/3ox5934tCX6mavMJNsy0tb30uWHC3JTgp8Jk5rmumz8.cache b/tmp/cache/assets/sprockets/v4.0.0/3o/3ox5934tCX6mavMJNsy0tb30uWHC3JTgp8Jk5rmumz8.cache
new file mode 100644
index 0000000000..14f2b833e4
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v4.0.0/3o/3ox5934tCX6mavMJNsy0tb30uWHC3JTgp8Jk5rmumz8.cache
@@ -0,0 +1,2 @@
+"%‡v±<.›™ê•,ÂñY¤éwë=ž''õÜ|
+E‰
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v4.0.0/3z/3zUNXRKXzw0KdjzSoev2Bq5XWHgrEbqijlYTiE-C0yE.cache b/tmp/cache/assets/sprockets/v4.0.0/3z/3zUNXRKXzw0KdjzSoev2Bq5XWHgrEbqijlYTiE-C0yE.cache
new file mode 100644
index 0000000000..7ad5bc64ec
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v4.0.0/3z/3zUNXRKXzw0KdjzSoev2Bq5XWHgrEbqijlYTiE-C0yE.cache
@@ -0,0 +1 @@
+"%NêK
ÙWÝaп*D¿²“RØz…fÆ`zì
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v4.0.0/4e/4egWZ7Fg6iZhEmq7gn3dqbG9GQ2sb4CnKMDR0qtuUEM.cache b/tmp/cache/assets/sprockets/v4.0.0/4e/4egWZ7Fg6iZhEmq7gn3dqbG9GQ2sb4CnKMDR0qtuUEM.cache
new file mode 100644
index 0000000000..b774a83f94
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v4.0.0/4e/4egWZ7Fg6iZhEmq7gn3dqbG9GQ2sb4CnKMDR0qtuUEM.cache
@@ -0,0 +1 @@
+I"ß/Users/tomasgarciamusic/.rvm/gems/ruby-3.0.0/gems/activestorage-7.0.1/app/assets/javascripts/activestorage.esm.js?type=application/javascript&pipeline=self&id=acad828cba1e22ea5b73749bdfab6eecfd63efdc20e936ab2865f6ecee9d03e8:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v4.0.0/4h/4hsWatelDI_QRWc6VZsS756Vd6dRHui43Al-GUm7Llc.cache b/tmp/cache/assets/sprockets/v4.0.0/4h/4hsWatelDI_QRWc6VZsS756Vd6dRHui43Al-GUm7Llc.cache
new file mode 100644
index 0000000000..c48cb19137
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v4.0.0/4h/4hsWatelDI_QRWc6VZsS756Vd6dRHui43Al-GUm7Llc.cache
@@ -0,0 +1,3 @@
+[o:Set:
+@hash}
+I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"Zprocessors:type=application/javascript&file_type=application/javascript&pipeline=self;TTI"file-digest:///Users/tomasgarciamusic/.rvm/gems/ruby-3.0.0/gems/activestorage-7.0.1/app/assets/javascripts/activestorage.esm.js;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v4.0.0/5Q/5QgSOFi2IUbGM8ihBwdkZwg8IwXY-ePb59bHUxSlvtY.cache b/tmp/cache/assets/sprockets/v4.0.0/5Q/5QgSOFi2IUbGM8ihBwdkZwg8IwXY-ePb59bHUxSlvtY.cache
new file mode 100644
index 0000000000..b6345cfbf2
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v4.0.0/5Q/5QgSOFi2IUbGM8ihBwdkZwg8IwXY-ePb59bHUxSlvtY.cache
@@ -0,0 +1 @@
+"%¶M-éW`šŠ×¦Œû”·m@ìJÛJkÚ퟉(ó|U
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v4.0.0/6G/6G3YeCoi6bDe6QzWQOmE0T4qwE75544_yC1LnSDa_co.cache b/tmp/cache/assets/sprockets/v4.0.0/6G/6G3YeCoi6bDe6QzWQOmE0T4qwE75544_yC1LnSDa_co.cache
new file mode 100644
index 0000000000..01aa1dd65e
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v4.0.0/6G/6G3YeCoi6bDe6QzWQOmE0T4qwE75544_yC1LnSDa_co.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"Lprocessors:type=application/javascript&file_type=application/javascript;TTI"file-digest:///Users/tomasgarciamusic/.rvm/gems/ruby-3.0.0/gems/activestorage-7.0.1/app/assets/javascripts/activestorage.esm.js;TTI"Zprocessors:type=application/javascript&file_type=application/javascript&pipeline=self;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v4.0.0/6c/6ck00dpTHWfsP4XdGsgz6c4gMjfmRxaXKHkQz_obAl8.cache b/tmp/cache/assets/sprockets/v4.0.0/6c/6ck00dpTHWfsP4XdGsgz6c4gMjfmRxaXKHkQz_obAl8.cache
new file mode 100644
index 0000000000..385959845c
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v4.0.0/6c/6ck00dpTHWfsP4XdGsgz6c4gMjfmRxaXKHkQz_obAl8.cache
@@ -0,0 +1 @@
+"%saŽG´‘”´b˜(`2T@íq;’œª#ì
uæòNO
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v4.0.0/6o/6owFXfhdI200vZ-kpO4KbzS31yxQpcStjDGuifjKJ_c.cache b/tmp/cache/assets/sprockets/v4.0.0/6o/6owFXfhdI200vZ-kpO4KbzS31yxQpcStjDGuifjKJ_c.cache
new file mode 100644
index 0000000000..e0394f39eb
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v4.0.0/6o/6owFXfhdI200vZ-kpO4KbzS31yxQpcStjDGuifjKJ_c.cache
@@ -0,0 +1 @@
+"%–x‚iˆ{MÅ®'qO’=¤—…Mж.ürá#
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v4.0.0/7H/7HURrO_f105IKLsuRW1umke-rXP6TzOBQpzaHsB6n9Q.cache b/tmp/cache/assets/sprockets/v4.0.0/7H/7HURrO_f105IKLsuRW1umke-rXP6TzOBQpzaHsB6n9Q.cache
new file mode 100644
index 0000000000..42fe2fa5ec
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v4.0.0/7H/7HURrO_f105IKLsuRW1umke-rXP6TzOBQpzaHsB6n9Q.cache
@@ -0,0 +1,2 @@
+"%ÓóѳbÄ*Ržšóv†í¯ i¤6|~Ù
+L–dvP
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v4.0.0/7J/7JgVaCrqdvsfKDxmeULeFbeMlOcdbuCCdO9I7RxA3sc.cache b/tmp/cache/assets/sprockets/v4.0.0/7J/7JgVaCrqdvsfKDxmeULeFbeMlOcdbuCCdO9I7RxA3sc.cache
new file mode 100644
index 0000000000..c2bbff26a1
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v4.0.0/7J/7JgVaCrqdvsfKDxmeULeFbeMlOcdbuCCdO9I7RxA3sc.cache
@@ -0,0 +1 @@
+"%¡“@ `u[®–‰Z]Ç_”§¦ÐTÔýÐìÿyÝXƒã'
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v4.0.0/7b/7bCqHzkgOED5shsANd976jKYnUFaFy94OmnNlAu9gy4.cache b/tmp/cache/assets/sprockets/v4.0.0/7b/7bCqHzkgOED5shsANd976jKYnUFaFy94OmnNlAu9gy4.cache
new file mode 100644
index 0000000000..cbb12e09a8
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v4.0.0/7b/7bCqHzkgOED5shsANd976jKYnUFaFy94OmnNlAu9gy4.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"0file-digest://app/javascript/application.js;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v4.0.0/7f/7fh6qsixdaVi0oiYmXnPnCpxtPBW8EvnlOvlmy73MPc.cache b/tmp/cache/assets/sprockets/v4.0.0/7f/7fh6qsixdaVi0oiYmXnPnCpxtPBW8EvnlOvlmy73MPc.cache
new file mode 100644
index 0000000000..09fe3c13b7
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v4.0.0/7f/7fh6qsixdaVi0oiYmXnPnCpxtPBW8EvnlOvlmy73MPc.cache
@@ -0,0 +1 @@
+I"ß/Users/tomasgarciamusic/.rvm/gems/ruby-3.0.0/gems/importmap-rails-1.0.2/app/assets/javascripts/es-module-shims.js?type=application/javascript&pipeline=self&id=c67b1f57d9f39576170351b3fd931c865cf898964ee2edd6c39e6eef9bcdc210:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v4.0.0/7s/7sGa_NXX7DKTLQ4ArST52E81wmjE3u6Q2oy0RGti2CY.cache b/tmp/cache/assets/sprockets/v4.0.0/7s/7sGa_NXX7DKTLQ4ArST52E81wmjE3u6Q2oy0RGti2CY.cache
new file mode 100644
index 0000000000..3d65e3b5cb
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v4.0.0/7s/7sGa_NXX7DKTLQ4ArST52E81wmjE3u6Q2oy0RGti2CY.cache
@@ -0,0 +1 @@
+I"Ü/Users/tomasgarciamusic/.rvm/gems/ruby-3.0.0/gems/importmap-rails-1.0.2/app/assets/javascripts/es-module-shims.js.map?type=application/js-sourcemap+json&id=5983d87d97f99eac6fe3283e1891e37edbf3a2f8f9a2e6de1365b2304a2970ef:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v4.0.0/83/83yWFEM5bxUnAsug0fn5UJi0wXcs01mk8sEh8XaQnWg.cache b/tmp/cache/assets/sprockets/v4.0.0/83/83yWFEM5bxUnAsug0fn5UJi0wXcs01mk8sEh8XaQnWg.cache
new file mode 100644
index 0000000000..57247114f6
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v4.0.0/83/83yWFEM5bxUnAsug0fn5UJi0wXcs01mk8sEh8XaQnWg.cache
@@ -0,0 +1 @@
+I"ã/Users/tomasgarciamusic/.rvm/gems/ruby-3.0.0/gems/importmap-rails-1.0.2/app/assets/javascripts/es-module-shims.min.js?type=application/javascript&pipeline=self&id=5a9b77b72fe7686c7ec57069ad5b098f6723d5c48ba721e9b1020ea7eba10653:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v4.0.0/8o/8otqKAtu-g-D6mY7Sd8bWb3BObr1zFM4z2WNkFHYr38.cache b/tmp/cache/assets/sprockets/v4.0.0/8o/8otqKAtu-g-D6mY7Sd8bWb3BObr1zFM4z2WNkFHYr38.cache
new file mode 100644
index 0000000000..720c2d0e44
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v4.0.0/8o/8otqKAtu-g-D6mY7Sd8bWb3BObr1zFM4z2WNkFHYr38.cache
@@ -0,0 +1,3 @@
+[o:Set:
+@hash}
+I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"ufile-digest:///Users/tomasgarciamusic/.rvm/gems/ruby-3.0.0/gems/actiontext-7.0.1/app/assets/stylesheets/trix.css;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v4.0.0/98/98u6Zew5pTUTlaoVthX6SbWMBRn1MDSzsTe9X51Box0.cache b/tmp/cache/assets/sprockets/v4.0.0/98/98u6Zew5pTUTlaoVthX6SbWMBRn1MDSzsTe9X51Box0.cache
new file mode 100644
index 0000000000..13e09e2f49
Binary files /dev/null and b/tmp/cache/assets/sprockets/v4.0.0/98/98u6Zew5pTUTlaoVthX6SbWMBRn1MDSzsTe9X51Box0.cache differ
diff --git a/tmp/cache/assets/sprockets/v4.0.0/9i/9iODiMhTi_l3uVuCHfHyk9eRmpqljEjQ0H8TUkrBBCM.cache b/tmp/cache/assets/sprockets/v4.0.0/9i/9iODiMhTi_l3uVuCHfHyk9eRmpqljEjQ0H8TUkrBBCM.cache
new file mode 100644
index 0000000000..65ae041737
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v4.0.0/9i/9iODiMhTi_l3uVuCHfHyk9eRmpqljEjQ0H8TUkrBBCM.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"Lprocessors:type=application/javascript&file_type=application/javascript;TTI"0file-digest://app/assets/config/manifest.js;TTI"0processors:type=text/css&file_type=text/css;TTI"9file-digest://app/assets/stylesheets/application.css;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI")file-digest://app/assets/stylesheets;TTI"0file-digest://app/javascript/application.js;TTI"Zprocessors:type=application/javascript&file_type=application/javascript&pipeline=self;TTI"=+ž]zó
×_×hT˜‰"î*£¦ðL“
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v4.0.0/E-/E-z_j0vjX6HHgo3Kk2fTtKuezVAvx0Qt8Lq4X5tEjHE.cache b/tmp/cache/assets/sprockets/v4.0.0/E-/E-z_j0vjX6HHgo3Kk2fTtKuezVAvx0Qt8Lq4X5tEjHE.cache
new file mode 100644
index 0000000000..fbf4b422ec
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v4.0.0/E-/E-z_j0vjX6HHgo3Kk2fTtKuezVAvx0Qt8Lq4X5tEjHE.cache
@@ -0,0 +1 @@
+I"Ò/Users/tomasgarciamusic/.rvm/gems/ruby-3.0.0/gems/turbo-rails-1.0.1/app/assets/javascripts/turbo.min.js.map?type=application/js-sourcemap+json&id=9b3375358e4d04d8064e8f3796d787bed30e072a494808aa9d834c775964e4a6:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v4.0.0/Ev/EvVjurqc4mHhUGL_djG-UBYnAAkurDMfwgiyYnkBvpo.cache b/tmp/cache/assets/sprockets/v4.0.0/Ev/EvVjurqc4mHhUGL_djG-UBYnAAkurDMfwgiyYnkBvpo.cache
new file mode 100644
index 0000000000..4222edc190
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v4.0.0/Ev/EvVjurqc4mHhUGL_djG-UBYnAAkurDMfwgiyYnkBvpo.cache
@@ -0,0 +1 @@
+I"Ï/Users/tomasgarciamusic/.rvm/gems/ruby-3.0.0/gems/actiontext-7.0.1/app/assets/javascripts/trix.js?type=application/javascript&pipeline=self&id=7df4ca68ec02ed5492d0fb71eb23d3c3b355d04886895d69b6adcac770fe1de9:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v4.0.0/F3/F3Q96vvb5UQ-w_O0Hm5Uiu58LShoJy5ZATThD-h3XtE.cache b/tmp/cache/assets/sprockets/v4.0.0/F3/F3Q96vvb5UQ-w_O0Hm5Uiu58LShoJy5ZATThD-h3XtE.cache
new file mode 100644
index 0000000000..c3bfdbd4ca
Binary files /dev/null and b/tmp/cache/assets/sprockets/v4.0.0/F3/F3Q96vvb5UQ-w_O0Hm5Uiu58LShoJy5ZATThD-h3XtE.cache differ
diff --git a/tmp/cache/assets/sprockets/v4.0.0/F3/F3h6W4FNbYOUxY8xRGoM4OuSw4DnUm7v-Kv2rZVglb4.cache b/tmp/cache/assets/sprockets/v4.0.0/F3/F3h6W4FNbYOUxY8xRGoM4OuSw4DnUm7v-Kv2rZVglb4.cache
new file mode 100644
index 0000000000..0968e03632
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v4.0.0/F3/F3h6W4FNbYOUxY8xRGoM4OuSw4DnUm7v-Kv2rZVglb4.cache
@@ -0,0 +1 @@
+"%–’Ç)º~Ï=û²)h=+ž]zó
×_×hT˜‰"î*£¦ðL“:lengthi$d:dependencieso:Set:
+@hash}
+I"environment-version;TTI"environment-paths;TTI"rails-env;TTI"Zprocessors:type=application/js-sourcemap+json&file_type=application/js-sourcemap+json;TTI"~file-digest:///Users/tomasgarciamusic/.rvm/gems/ruby-3.0.0/gems/turbo-rails-1.0.1/app/assets/javascripts/turbo.min.js.map;TTF:environment_versionI"1.0;T:dependencies_digest"%ÀÔüX½âA‹ OpÁDhPl¯£·qUêÂ:idI"E9b3375358e4d04d8064e8f3796d787bed30e072a494808aa9d834c775964e4a6;F
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v4.0.0/PI/PINw3nYBXghfuZLcaStjj1Ag2D8MTjDahPIrXCKKX9k.cache b/tmp/cache/assets/sprockets/v4.0.0/PI/PINw3nYBXghfuZLcaStjj1Ag2D8MTjDahPIrXCKKX9k.cache
new file mode 100644
index 0000000000..02f733a8d9
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v4.0.0/PI/PINw3nYBXghfuZLcaStjj1Ag2D8MTjDahPIrXCKKX9k.cache
@@ -0,0 +1 @@
+I"‘app/javascript/controllers/index.js?type=application/javascript&pipeline=self&id=763229421135b1b8c859255e40f1e8b82220dcca3eadc6b5bd6b7e108496b32c:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v4.0.0/PM/PMFfE2yxw0_ylf2PetVz3sS9cQzBYnlOMLkl_UuD5Sk.cache b/tmp/cache/assets/sprockets/v4.0.0/PM/PMFfE2yxw0_ylf2PetVz3sS9cQzBYnlOMLkl_UuD5Sk.cache
new file mode 100644
index 0000000000..fe2858eb1a
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v4.0.0/PM/PMFfE2yxw0_ylf2PetVz3sS9cQzBYnlOMLkl_UuD5Sk.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"Afile-digest://app/javascript/controllers/hello_controller.js;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v4.0.0/PO/POA_6fIDXX9ots6allQqmF5eU1rX0d3O8LiOpoNsCbU.cache b/tmp/cache/assets/sprockets/v4.0.0/PO/POA_6fIDXX9ots6allQqmF5eU1rX0d3O8LiOpoNsCbU.cache
new file mode 100644
index 0000000000..5887be94b4
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v4.0.0/PO/POA_6fIDXX9ots6allQqmF5eU1rX0d3O8LiOpoNsCbU.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"0processors:type=text/css&file_type=text/css;TTI"ufile-digest:///Users/tomasgarciamusic/.rvm/gems/ruby-3.0.0/gems/actiontext-7.0.1/app/assets/stylesheets/trix.css;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v4.0.0/QC/QCV82Mgbu99aZKT4N9Z_e0ogPlYFSpaELMvxf2sLAJo.cache b/tmp/cache/assets/sprockets/v4.0.0/QC/QCV82Mgbu99aZKT4N9Z_e0ogPlYFSpaELMvxf2sLAJo.cache
new file mode 100644
index 0000000000..4164eca834
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v4.0.0/QC/QCV82Mgbu99aZKT4N9Z_e0ogPlYFSpaELMvxf2sLAJo.cache
@@ -0,0 +1,2 @@
+"%·,KílÑPg œ‘%‡Ýfð‚J]^éF)ª#
+ò
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v4.0.0/QK/QKEL7jsmt0RM1joCll4ypZjJuWbZlYAFD5mL-auHpDY.cache b/tmp/cache/assets/sprockets/v4.0.0/QK/QKEL7jsmt0RM1joCll4ypZjJuWbZlYAFD5mL-auHpDY.cache
new file mode 100644
index 0000000000..9fb3bdb0a8
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v4.0.0/QK/QKEL7jsmt0RM1joCll4ypZjJuWbZlYAFD5mL-auHpDY.cache
@@ -0,0 +1,4 @@
+{:uriI"ãfile:///Users/tomasgarciamusic/.rvm/gems/ruby-3.0.0/gems/importmap-rails-1.0.2/app/assets/javascripts/es-module-shims.js.map?type=application/js-sourcemap+json&id=5983d87d97f99eac6fe3283e1891e37edbf3a2f8f9a2e6de1365b2304a2970ef:ET:load_pathI"c/Users/tomasgarciamusic/.rvm/gems/ruby-3.0.0/gems/importmap-rails-1.0.2/app/assets/javascripts;T:
filenameI"z/Users/tomasgarciamusic/.rvm/gems/ruby-3.0.0/gems/importmap-rails-1.0.2/app/assets/javascripts/es-module-shims.js.map;T: nameI"es-module-shims;T:logical_pathI"es-module-shims.js.map;T:content_typeI""application/js-sourcemap+json;T:source0:
metadata{ :digest"%,ßûãE.j‰äµé϶TJ^öÔ_!Ù=õLJò§h¼:lengthic‰:dependencieso:Set:
+@hash}
+I"environment-version;TTI"environment-paths;TTI"rails-env;TTI"Zprocessors:type=application/js-sourcemap+json&file_type=application/js-sourcemap+json;TTI"ƒfile-digest:///Users/tomasgarciamusic/.rvm/gems/ruby-3.0.0/gems/importmap-rails-1.0.2/app/assets/javascripts/es-module-shims.js.map;TTF:environment_versionI"1.0;T:dependencies_digest"%§“È%¿Ä$\¿å
+¬dŽ7¿
üì´]V Èzé«êåš{CE:=Õs ` ˆÛuRoi
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v4.0.0/RL/rLc7-_A0Zehg_Xx63kN5ANyF_gllH_DVq-8XxaTBm7s.cache b/tmp/cache/assets/sprockets/v4.0.0/RL/rLc7-_A0Zehg_Xx63kN5ANyF_gllH_DVq-8XxaTBm7s.cache
new file mode 100644
index 0000000000..d86cb127fc
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v4.0.0/RL/rLc7-_A0Zehg_Xx63kN5ANyF_gllH_DVq-8XxaTBm7s.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"Lprocessors:type=application/javascript&file_type=application/javascript;TTI"|file-digest:///Users/tomasgarciamusic/.rvm/gems/ruby-3.0.0/gems/stimulus-rails-1.0.2/app/assets/javascripts/stimulus.js;TTI"‚file-digest:///Users/tomasgarciamusic/.rvm/gems/ruby-3.0.0/gems/stimulus-rails-1.0.2/app/assets/javascripts/stimulus-autoloader.js;TTI"Zprocessors:type=application/javascript&file_type=application/javascript&pipeline=self;TTI"Œfile-digest:///Users/tomasgarciamusic/.rvm/gems/ruby-3.0.0/gems/stimulus-rails-1.0.2/app/assets/javascripts/stimulus-importmap-autoloader.js;TTI"file-digest:///Users/tomasgarciamusic/.rvm/gems/ruby-3.0.0/gems/stimulus-rails-1.0.2/app/assets/javascripts/stimulus-loading.js;TTI"pfile-digest:///Users/tomasgarciamusic/.rvm/gems/ruby-3.0.0/gems/stimulus-rails-1.0.2/app/assets/javascripts;TTI"file-digest:///Users/tomasgarciamusic/.rvm/gems/ruby-3.0.0/gems/stimulus-rails-1.0.2/app/assets/javascripts/stimulus-autoloader;TTI"‰file-digest:///Users/tomasgarciamusic/.rvm/gems/ruby-3.0.0/gems/stimulus-rails-1.0.2/app/assets/javascripts/stimulus-importmap-autoloader;TTI"|file-digest:///Users/tomasgarciamusic/.rvm/gems/ruby-3.0.0/gems/stimulus-rails-1.0.2/app/assets/javascripts/stimulus-loading;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v4.0.0/SL/SLi-HeOdeKpFxJ0z5Fc0Zbn31eEYstGTI8CDCokckW8.cache b/tmp/cache/assets/sprockets/v4.0.0/SL/SLi-HeOdeKpFxJ0z5Fc0Zbn31eEYstGTI8CDCokckW8.cache
new file mode 100644
index 0000000000..de2c20b0b4
Binary files /dev/null and b/tmp/cache/assets/sprockets/v4.0.0/SL/SLi-HeOdeKpFxJ0z5Fc0Zbn31eEYstGTI8CDCokckW8.cache differ
diff --git a/tmp/cache/assets/sprockets/v4.0.0/Ss/SsYw0_uaUYRiUkxKsczHJNQoefxSLbDSk5Xz5TZOgzc.cache b/tmp/cache/assets/sprockets/v4.0.0/Ss/SsYw0_uaUYRiUkxKsczHJNQoefxSLbDSk5Xz5TZOgzc.cache
new file mode 100644
index 0000000000..e9b3963c77
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v4.0.0/Ss/SsYw0_uaUYRiUkxKsczHJNQoefxSLbDSk5Xz5TZOgzc.cache
@@ -0,0 +1 @@
+I"Ñ/Users/tomasgarciamusic/.rvm/gems/ruby-3.0.0/gems/stimulus-rails-1.0.2/app/assets/javascripts/stimulus-loading.js?type=application/javascript&id=9e44dcab711cbf2d94e9e62153662ea0ea2d1823e756e548a7d5165ed525e46f:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v4.0.0/T5/T59KSIeAE9vZanGfquOJbGscTMRgKNwP5zOLX8Ye6J8.cache b/tmp/cache/assets/sprockets/v4.0.0/T5/T59KSIeAE9vZanGfquOJbGscTMRgKNwP5zOLX8Ye6J8.cache
new file mode 100644
index 0000000000..2b5b44e5ec
Binary files /dev/null and b/tmp/cache/assets/sprockets/v4.0.0/T5/T59KSIeAE9vZanGfquOJbGscTMRgKNwP5zOLX8Ye6J8.cache differ
diff --git a/tmp/cache/assets/sprockets/v4.0.0/TL/TLmkkGmcvZHFIkYLJtMRvpqcfnqFbpWcHGpUPQsGxzw.cache b/tmp/cache/assets/sprockets/v4.0.0/TL/TLmkkGmcvZHFIkYLJtMRvpqcfnqFbpWcHGpUPQsGxzw.cache
new file mode 100644
index 0000000000..721e291606
Binary files /dev/null and b/tmp/cache/assets/sprockets/v4.0.0/TL/TLmkkGmcvZHFIkYLJtMRvpqcfnqFbpWcHGpUPQsGxzw.cache differ
diff --git a/tmp/cache/assets/sprockets/v4.0.0/TQ/TQXQe1rALPh_E3_YTviKlXbPgROKz5soCqnTi0GVloA.cache b/tmp/cache/assets/sprockets/v4.0.0/TQ/TQXQe1rALPh_E3_YTviKlXbPgROKz5soCqnTi0GVloA.cache
new file mode 100644
index 0000000000..46a9250813
Binary files /dev/null and b/tmp/cache/assets/sprockets/v4.0.0/TQ/TQXQe1rALPh_E3_YTviKlXbPgROKz5soCqnTi0GVloA.cache differ
diff --git a/tmp/cache/assets/sprockets/v4.0.0/TZ/TZRCIZy9hm6OqUnV_LalmjaEOvk4CvfLqQ1wwyfYoXY.cache b/tmp/cache/assets/sprockets/v4.0.0/TZ/TZRCIZy9hm6OqUnV_LalmjaEOvk4CvfLqQ1wwyfYoXY.cache
new file mode 100644
index 0000000000..defc6b9c8e
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v4.0.0/TZ/TZRCIZy9hm6OqUnV_LalmjaEOvk4CvfLqQ1wwyfYoXY.cache
@@ -0,0 +1 @@
+I"‹app/assets/config/manifest.js?type=application/javascript&pipeline=self&id=8a36efe69a0a546da767469d3f3c75826acf33d482edc3e26af1db6615fc7967:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v4.0.0/T_/T_u4ZU7gjBRQViKiyrzTwmjY0vL9hUbsY5gdwP1sZqc.cache b/tmp/cache/assets/sprockets/v4.0.0/T_/T_u4ZU7gjBRQViKiyrzTwmjY0vL9hUbsY5gdwP1sZqc.cache
new file mode 100644
index 0000000000..5b02aeeb76
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v4.0.0/T_/T_u4ZU7gjBRQViKiyrzTwmjY0vL9hUbsY5gdwP1sZqc.cache
@@ -0,0 +1,3 @@
+[o:Set:
+@hash}
+I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"Zprocessors:type=application/javascript&file_type=application/javascript&pipeline=self;TTI"{file-digest:///Users/tomasgarciamusic/.rvm/gems/ruby-3.0.0/gems/activestorage-7.0.1/app/assets/javascripts/activestorage.js;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v4.0.0/Ta/TadbZGapD3RlY146et61UDFJ5yqzbSeOD5sEBd9eJjE.cache b/tmp/cache/assets/sprockets/v4.0.0/Ta/TadbZGapD3RlY146et61UDFJ5yqzbSeOD5sEBd9eJjE.cache
new file mode 100644
index 0000000000..626f3423c0
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v4.0.0/Ta/TadbZGapD3RlY146et61UDFJ5yqzbSeOD5sEBd9eJjE.cache
@@ -0,0 +1 @@
+I"Ç/Users/tomasgarciamusic/.rvm/gems/ruby-3.0.0/gems/turbo-rails-1.0.1/app/assets/javascripts/turbo.min.js?type=application/javascript&id=e080eee480a540ff8a9414a6bbd530cd267381c50c9255df45dcd7b2fe737113:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v4.0.0/Tm/TmrnI-IckTlLuHeFhYdAvqxhPPreE27eQxJg6bpSADM.cache b/tmp/cache/assets/sprockets/v4.0.0/Tm/TmrnI-IckTlLuHeFhYdAvqxhPPreE27eQxJg6bpSADM.cache
new file mode 100644
index 0000000000..ee716ede1f
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v4.0.0/Tm/TmrnI-IckTlLuHeFhYdAvqxhPPreE27eQxJg6bpSADM.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"Lprocessors:type=application/javascript&file_type=application/javascript;TTI"‚file-digest:///Users/tomasgarciamusic/.rvm/gems/ruby-3.0.0/gems/stimulus-rails-1.0.2/app/assets/javascripts/stimulus-autoloader.js;TTI"Zprocessors:type=application/javascript&file_type=application/javascript&pipeline=self;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v4.0.0/Tv/TvCx5FfbnmSVmFUL18oY5QsHGdAfMh5ahRt2bLc62IA.cache b/tmp/cache/assets/sprockets/v4.0.0/Tv/TvCx5FfbnmSVmFUL18oY5QsHGdAfMh5ahRt2bLc62IA.cache
new file mode 100644
index 0000000000..2cdead86a9
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v4.0.0/Tv/TvCx5FfbnmSVmFUL18oY5QsHGdAfMh5ahRt2bLc62IA.cache
@@ -0,0 +1 @@
+I"‰app/javascript/controllers/application.js?type=application/javascript&id=cb381aefe1d8e8cff9c0d1ea103c2ab0e4d6b8c7898b74e9fb8311d1866b3213:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v4.0.0/U0/U0wzN1iFM1OzTEBmIL3EP_ONbezeei7a4uorB55XwHk.cache b/tmp/cache/assets/sprockets/v4.0.0/U0/U0wzN1iFM1OzTEBmIL3EP_ONbezeei7a4uorB55XwHk.cache
new file mode 100644
index 0000000000..9b966ff525
Binary files /dev/null and b/tmp/cache/assets/sprockets/v4.0.0/U0/U0wzN1iFM1OzTEBmIL3EP_ONbezeei7a4uorB55XwHk.cache differ
diff --git a/tmp/cache/assets/sprockets/v4.0.0/Uc/Ucv0j5hPVSlP4d9ftP8vB2MDXkc1cGtwlM5rQb1dKx8.cache b/tmp/cache/assets/sprockets/v4.0.0/Uc/Ucv0j5hPVSlP4d9ftP8vB2MDXkc1cGtwlM5rQb1dKx8.cache
new file mode 100644
index 0000000000..26b09b9ba8
Binary files /dev/null and b/tmp/cache/assets/sprockets/v4.0.0/Uc/Ucv0j5hPVSlP4d9ftP8vB2MDXkc1cGtwlM5rQb1dKx8.cache differ
diff --git a/tmp/cache/assets/sprockets/v4.0.0/Uc/uCOMGBZjSJpg_1J2jVfTCYPoVOov3H6BI4EtvM82_Iw.cache b/tmp/cache/assets/sprockets/v4.0.0/Uc/uCOMGBZjSJpg_1J2jVfTCYPoVOov3H6BI4EtvM82_Iw.cache
new file mode 100644
index 0000000000..96794d97f9
Binary files /dev/null and b/tmp/cache/assets/sprockets/v4.0.0/Uc/uCOMGBZjSJpg_1J2jVfTCYPoVOov3H6BI4EtvM82_Iw.cache differ
diff --git a/tmp/cache/assets/sprockets/v4.0.0/Uq/Uqp_lnM7aspvwUuru9hSQpGyHrYfvPTdLsICPX7ST-g.cache b/tmp/cache/assets/sprockets/v4.0.0/Uq/Uqp_lnM7aspvwUuru9hSQpGyHrYfvPTdLsICPX7ST-g.cache
new file mode 100644
index 0000000000..228c35a802
Binary files /dev/null and b/tmp/cache/assets/sprockets/v4.0.0/Uq/Uqp_lnM7aspvwUuru9hSQpGyHrYfvPTdLsICPX7ST-g.cache differ
diff --git a/tmp/cache/assets/sprockets/v4.0.0/Uq/uQIP6TD40nSa3AjX20-06SKv6Ny-hwft7QvPVw22ONI.cache b/tmp/cache/assets/sprockets/v4.0.0/Uq/uQIP6TD40nSa3AjX20-06SKv6Ny-hwft7QvPVw22ONI.cache
new file mode 100644
index 0000000000..1a1bf5dee3
Binary files /dev/null and b/tmp/cache/assets/sprockets/v4.0.0/Uq/uQIP6TD40nSa3AjX20-06SKv6Ny-hwft7QvPVw22ONI.cache differ
diff --git a/tmp/cache/assets/sprockets/v4.0.0/Vf/VftkImJLks_BsLWKZeDSoBfJsBEh5J8d6FAID1nPtoI.cache b/tmp/cache/assets/sprockets/v4.0.0/Vf/VftkImJLks_BsLWKZeDSoBfJsBEh5J8d6FAID1nPtoI.cache
new file mode 100644
index 0000000000..21a5ed9218
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v4.0.0/Vf/VftkImJLks_BsLWKZeDSoBfJsBEh5J8d6FAID1nPtoI.cache
@@ -0,0 +1 @@
+I"Ñ/Users/tomasgarciamusic/.rvm/gems/ruby-3.0.0/gems/importmap-rails-1.0.2/app/assets/javascripts/es-module-shims.js?type=application/javascript&id=a6ce6642c762c651c80d9d15c716ea5b588b31c273708a4ae519169a56c8b3c2:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v4.0.0/Vl/Vl0McPGGVG-iTuVcYSsFv6a8Qz-PtEUojQFpB9KPGCc.cache b/tmp/cache/assets/sprockets/v4.0.0/Vl/Vl0McPGGVG-iTuVcYSsFv6a8Qz-PtEUojQFpB9KPGCc.cache
new file mode 100644
index 0000000000..b3d58a29b9
Binary files /dev/null and b/tmp/cache/assets/sprockets/v4.0.0/Vl/Vl0McPGGVG-iTuVcYSsFv6a8Qz-PtEUojQFpB9KPGCc.cache differ
diff --git a/tmp/cache/assets/sprockets/v4.0.0/W9/W9UD5sRpf8JYVVhy7XsoiSdCghKgStGz2VjibVKTFLI.cache b/tmp/cache/assets/sprockets/v4.0.0/W9/W9UD5sRpf8JYVVhy7XsoiSdCghKgStGz2VjibVKTFLI.cache
new file mode 100644
index 0000000000..b6c0cbf0d5
Binary files /dev/null and b/tmp/cache/assets/sprockets/v4.0.0/W9/W9UD5sRpf8JYVVhy7XsoiSdCghKgStGz2VjibVKTFLI.cache differ
diff --git a/tmp/cache/assets/sprockets/v4.0.0/WG/WGIP5kqZy-sTiqNHdZiQJmnWCB3rIWx160AjY-JLiw4.cache b/tmp/cache/assets/sprockets/v4.0.0/WG/WGIP5kqZy-sTiqNHdZiQJmnWCB3rIWx160AjY-JLiw4.cache
new file mode 100644
index 0000000000..f50cb53bf3
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v4.0.0/WG/WGIP5kqZy-sTiqNHdZiQJmnWCB3rIWx160AjY-JLiw4.cache
@@ -0,0 +1 @@
+I"†app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=17fb480fd8987f7314bc9bb9089ccf1a4f750833b6e30f68ae5153e603c661f8:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v4.0.0/Wk/WkwbecxQ_gNsCIUGcjaIT_W4i-3Ub4e5oywMKaX1fYw.cache b/tmp/cache/assets/sprockets/v4.0.0/Wk/WkwbecxQ_gNsCIUGcjaIT_W4i-3Ub4e5oywMKaX1fYw.cache
new file mode 100644
index 0000000000..c72baf46d3
Binary files /dev/null and b/tmp/cache/assets/sprockets/v4.0.0/Wk/WkwbecxQ_gNsCIUGcjaIT_W4i-3Ub4e5oywMKaX1fYw.cache differ
diff --git a/tmp/cache/assets/sprockets/v4.0.0/XT/XTAKS7PYPb9lkcizfKRhPKH1FE0VpVeN-31tAHnxwxg.cache b/tmp/cache/assets/sprockets/v4.0.0/XT/XTAKS7PYPb9lkcizfKRhPKH1FE0VpVeN-31tAHnxwxg.cache
new file mode 100644
index 0000000000..cd822c328f
Binary files /dev/null and b/tmp/cache/assets/sprockets/v4.0.0/XT/XTAKS7PYPb9lkcizfKRhPKH1FE0VpVeN-31tAHnxwxg.cache differ
diff --git a/tmp/cache/assets/sprockets/v4.0.0/XY/XYGD7ZU3xYLzuVSFOoL2_dE5We_FiUxU-PxdJcL0Rbk.cache b/tmp/cache/assets/sprockets/v4.0.0/XY/XYGD7ZU3xYLzuVSFOoL2_dE5We_FiUxU-PxdJcL0Rbk.cache
new file mode 100644
index 0000000000..d826911e00
Binary files /dev/null and b/tmp/cache/assets/sprockets/v4.0.0/XY/XYGD7ZU3xYLzuVSFOoL2_dE5We_FiUxU-PxdJcL0Rbk.cache differ
diff --git a/tmp/cache/assets/sprockets/v4.0.0/Y2/Y2Wqckr7nSQF1VUtpYQDNnOw1BxqJZQKScVouHAUM74.cache b/tmp/cache/assets/sprockets/v4.0.0/Y2/Y2Wqckr7nSQF1VUtpYQDNnOw1BxqJZQKScVouHAUM74.cache
new file mode 100644
index 0000000000..ff61935ecb
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v4.0.0/Y2/Y2Wqckr7nSQF1VUtpYQDNnOw1BxqJZQKScVouHAUM74.cache
@@ -0,0 +1 @@
+I"Žapp/javascript/controllers/hello_controller.js?type=application/javascript&id=429785bb39c3947a3200efc2259863022a99c57c2e274e3810613190ae6f640d:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v4.0.0/YM/YMOcxGUc6iI1OVvJDpF6WT9CUPuncaaI7yiXzgH93xM.cache b/tmp/cache/assets/sprockets/v4.0.0/YM/YMOcxGUc6iI1OVvJDpF6WT9CUPuncaaI7yiXzgH93xM.cache
new file mode 100644
index 0000000000..7340059b39
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v4.0.0/YM/YMOcxGUc6iI1OVvJDpF6WT9CUPuncaaI7yiXzgH93xM.cache
@@ -0,0 +1,3 @@
+[o:Set:
+@hash}
+I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"Zprocessors:type=application/javascript&file_type=application/javascript&pipeline=self;TTI"file-digest:///Users/tomasgarciamusic/.rvm/gems/ruby-3.0.0/gems/stimulus-rails-1.0.2/app/assets/javascripts/stimulus-loading.js;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v4.0.0/ZU/ZUwlO6c-pzWx84ypMSRRvBoLzXPT4Wq1pctJAbOFZUU.cache b/tmp/cache/assets/sprockets/v4.0.0/ZU/ZUwlO6c-pzWx84ypMSRRvBoLzXPT4Wq1pctJAbOFZUU.cache
new file mode 100644
index 0000000000..99f57bcb86
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v4.0.0/ZU/ZUwlO6c-pzWx84ypMSRRvBoLzXPT4Wq1pctJAbOFZUU.cache
@@ -0,0 +1 @@
+I"â/Users/tomasgarciamusic/.rvm/gems/ruby-3.0.0/gems/stimulus-rails-1.0.2/app/assets/javascripts/stimulus-autoloader.js?type=application/javascript&pipeline=self&id=bc54f0da207c954ebf96b0ce1674dec53dd829b5508e9fb49262daef401f00e2:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v4.0.0/_0/_06JIRsumJ4Srew7wIYrN9X19BTHJJZN-xUOEopFBXk.cache b/tmp/cache/assets/sprockets/v4.0.0/_0/_06JIRsumJ4Srew7wIYrN9X19BTHJJZN-xUOEopFBXk.cache
new file mode 100644
index 0000000000..6c6d9358b1
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v4.0.0/_0/_06JIRsumJ4Srew7wIYrN9X19BTHJJZN-xUOEopFBXk.cache
@@ -0,0 +1 @@
+I"´/Users/tomasgarciamusic/.rvm/gems/ruby-3.0.0/gems/actiontext-7.0.1/app/assets/stylesheets/trix.css?type=text/css&id=2552ceb53f594bff172d0b7a4a75619aa61467f38f351dedde84a1406a07f9ab:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v4.0.0/_8/_8PryZCgrzxkSjh2koeoJTAdKA71MisaE962AxmOQyg.cache b/tmp/cache/assets/sprockets/v4.0.0/_8/_8PryZCgrzxkSjh2koeoJTAdKA71MisaE962AxmOQyg.cache
new file mode 100644
index 0000000000..efad3cb0e6
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v4.0.0/_8/_8PryZCgrzxkSjh2koeoJTAdKA71MisaE962AxmOQyg.cache
@@ -0,0 +1 @@
+I"Õ/Users/tomasgarciamusic/.rvm/gems/ruby-3.0.0/gems/importmap-rails-1.0.2/app/assets/javascripts/es-module-shims.min.js?type=application/javascript&id=74d1f7f37fe2cf2c6e02089f5eb74dd0bddcb7c67627b8fc4f8ab9b9307c203f:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v4.0.0/_9/_9zhC0Dm0KwdviwjhjIXiStfYUlfMhGh9C4Ka47OE5Y.cache b/tmp/cache/assets/sprockets/v4.0.0/_9/_9zhC0Dm0KwdviwjhjIXiStfYUlfMhGh9C4Ka47OE5Y.cache
new file mode 100644
index 0000000000..a52320d5af
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v4.0.0/_9/_9zhC0Dm0KwdviwjhjIXiStfYUlfMhGh9C4Ka47OE5Y.cache
@@ -0,0 +1,3 @@
+[o:Set:
+@hash}
+I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"Zprocessors:type=application/javascript&file_type=application/javascript&pipeline=self;TTI"file-digest:///Users/tomasgarciamusic/.rvm/gems/ruby-3.0.0/gems/importmap-rails-1.0.2/app/assets/javascripts/es-module-shims.js;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v4.0.0/ap/apvznLwDOi1l1D1PqzQ3F3Fdm7JAa_YQ1_B9XWWfL_Y.cache b/tmp/cache/assets/sprockets/v4.0.0/ap/apvznLwDOi1l1D1PqzQ3F3Fdm7JAa_YQ1_B9XWWfL_Y.cache
new file mode 100644
index 0000000000..e9232f1a65
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v4.0.0/ap/apvznLwDOi1l1D1PqzQ3F3Fdm7JAa_YQ1_B9XWWfL_Y.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"Lprocessors:type=application/javascript&file_type=application/javascript;TTI"6file-digest://app/javascript/controllers/index.js;TTI"Zprocessors:type=application/javascript&file_type=application/javascript&pipeline=self;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v4.0.0/bK/BkjR6GjenkdFHj0r9JMDPu1cs8qkMzaDMJ4rmiY7mQ4.cache b/tmp/cache/assets/sprockets/v4.0.0/bK/BkjR6GjenkdFHj0r9JMDPu1cs8qkMzaDMJ4rmiY7mQ4.cache
new file mode 100644
index 0000000000..6efd0c8fd1
Binary files /dev/null and b/tmp/cache/assets/sprockets/v4.0.0/bK/BkjR6GjenkdFHj0r9JMDPu1cs8qkMzaDMJ4rmiY7mQ4.cache differ
diff --git a/tmp/cache/assets/sprockets/v4.0.0/bK/bKyxF_8bfea2MpCkfjLQM7b4c_kqVZvdRrd5KnAP87Y.cache b/tmp/cache/assets/sprockets/v4.0.0/bK/bKyxF_8bfea2MpCkfjLQM7b4c_kqVZvdRrd5KnAP87Y.cache
new file mode 100644
index 0000000000..8fa38f59bd
Binary files /dev/null and b/tmp/cache/assets/sprockets/v4.0.0/bK/bKyxF_8bfea2MpCkfjLQM7b4c_kqVZvdRrd5KnAP87Y.cache differ
diff --git a/tmp/cache/assets/sprockets/v4.0.0/bO/bO7WbKKKWvViydZwgGeZLCjZ_dBnZh4ZE4v--NBARks.cache b/tmp/cache/assets/sprockets/v4.0.0/bO/bO7WbKKKWvViydZwgGeZLCjZ_dBnZh4ZE4v--NBARks.cache
new file mode 100644
index 0000000000..ba560e878c
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v4.0.0/bO/bO7WbKKKWvViydZwgGeZLCjZ_dBnZh4ZE4v--NBARks.cache
@@ -0,0 +1 @@
+"%¨T5Öb©Ü[ìçHTçU†ŸêwYÛšg.ø94å
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v4.0.0/bP/bP3163PxwZVQOujs8pY6U5CUbtzN-qwugrl_vXRe7UM.cache b/tmp/cache/assets/sprockets/v4.0.0/bP/bP3163PxwZVQOujs8pY6U5CUbtzN-qwugrl_vXRe7UM.cache
new file mode 100644
index 0000000000..31d74c2012
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v4.0.0/bP/bP3163PxwZVQOujs8pY6U5CUbtzN-qwugrl_vXRe7UM.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"Zprocessors:type=application/javascript&file_type=application/javascript&pipeline=self;TTI"0file-digest://app/assets/config/manifest.js;TTI"$file-digest://app/assets/images;TTI")file-digest://app/assets/stylesheets;TTI"9file-digest://app/assets/stylesheets/application.css;TTI"!file-digest://app/javascript;TTI"-file-digest://app/javascript/controllers;TTI"0file-digest://app/javascript/application.js;TTI"processors:type=text/css&file_type=text/css&pipeline=self;TTI"9file-digest://app/assets/stylesheets/application.css;TTI")file-digest://app/assets/stylesheets;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v4.0.0/l-/l-F90voFuDjmpYlkOSBpyXhApsUEOaxyurquS35sKC0.cache b/tmp/cache/assets/sprockets/v4.0.0/l-/l-F90voFuDjmpYlkOSBpyXhApsUEOaxyurquS35sKC0.cache
new file mode 100644
index 0000000000..8ce3303a2d
Binary files /dev/null and b/tmp/cache/assets/sprockets/v4.0.0/l-/l-F90voFuDjmpYlkOSBpyXhApsUEOaxyurquS35sKC0.cache differ
diff --git a/tmp/cache/assets/sprockets/v4.0.0/l8/l8fJ11VBj1gvMPRtdSXTLOpjORMW_ly12uZY39ZBBSo.cache b/tmp/cache/assets/sprockets/v4.0.0/l8/l8fJ11VBj1gvMPRtdSXTLOpjORMW_ly12uZY39ZBBSo.cache
new file mode 100644
index 0000000000..b750511cac
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v4.0.0/l8/l8fJ11VBj1gvMPRtdSXTLOpjORMW_ly12uZY39ZBBSo.cache
@@ -0,0 +1 @@
+I"Â/Users/tomasgarciamusic/.rvm/gems/ruby-3.0.0/gems/actiontext-7.0.1/app/assets/stylesheets/trix.css?type=text/css&pipeline=self&id=4bc5238540bd4d14cf14b6b8d08b4838023ae5b4728ab4a2b71d86825f6e35b1:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v4.0.0/lf/LFDELSI5bEYAO9r90sR10RY1DGj6hc4I7Cdfj-aBHUU.cache b/tmp/cache/assets/sprockets/v4.0.0/lf/LFDELSI5bEYAO9r90sR10RY1DGj6hc4I7Cdfj-aBHUU.cache
new file mode 100644
index 0000000000..009963e5ee
Binary files /dev/null and b/tmp/cache/assets/sprockets/v4.0.0/lf/LFDELSI5bEYAO9r90sR10RY1DGj6hc4I7Cdfj-aBHUU.cache differ
diff --git a/tmp/cache/assets/sprockets/v4.0.0/lf/lf91VZWatiISYDB3hFD-M-pKEu41r81pNn5P8ZC8Mo8.cache b/tmp/cache/assets/sprockets/v4.0.0/lf/lf91VZWatiISYDB3hFD-M-pKEu41r81pNn5P8ZC8Mo8.cache
new file mode 100644
index 0000000000..099524a992
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v4.0.0/lf/lf91VZWatiISYDB3hFD-M-pKEu41r81pNn5P8ZC8Mo8.cache
@@ -0,0 +1 @@
+I"Ø/Users/tomasgarciamusic/.rvm/gems/ruby-3.0.0/gems/stimulus-rails-1.0.2/app/assets/javascripts/stimulus.min.js.map?type=application/js-sourcemap+json&id=0bb5f295bbb808dee4c1d02cd7f2dbb327ae6a04363b83453fdb6681b309e9f0:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v4.0.0/m9/m9ihjhZXUjhA5AB7zi6CYD36zkndXJ4iRDq_arK7Goc.cache b/tmp/cache/assets/sprockets/v4.0.0/m9/m9ihjhZXUjhA5AB7zi6CYD36zkndXJ4iRDq_arK7Goc.cache
new file mode 100644
index 0000000000..0bf64f72ae
Binary files /dev/null and b/tmp/cache/assets/sprockets/v4.0.0/m9/m9ihjhZXUjhA5AB7zi6CYD36zkndXJ4iRDq_arK7Goc.cache differ
diff --git a/tmp/cache/assets/sprockets/v4.0.0/mP/mPMSzYStzujmOxtCdyq3Qx04W0uUo2UTAvRt_8JoxJs.cache b/tmp/cache/assets/sprockets/v4.0.0/mP/mPMSzYStzujmOxtCdyq3Qx04W0uUo2UTAvRt_8JoxJs.cache
new file mode 100644
index 0000000000..4529555e51
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v4.0.0/mP/mPMSzYStzujmOxtCdyq3Qx04W0uUo2UTAvRt_8JoxJs.cache
@@ -0,0 +1,3 @@
+[o:Set:
+@hash}
+I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"Zprocessors:type=application/javascript&file_type=application/javascript&pipeline=self;TTI"ƒfile-digest:///Users/tomasgarciamusic/.rvm/gems/ruby-3.0.0/gems/importmap-rails-1.0.2/app/assets/javascripts/es-module-shims.min.js;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v4.0.0/nY/nY5isYNx7qAOebdYZ9hEa6fluTuRDw8AX-YQGgaWWBg.cache b/tmp/cache/assets/sprockets/v4.0.0/nY/nY5isYNx7qAOebdYZ9hEa6fluTuRDw8AX-YQGgaWWBg.cache
new file mode 100644
index 0000000000..dfced8f7f9
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v4.0.0/nY/nY5isYNx7qAOebdYZ9hEa6fluTuRDw8AX-YQGgaWWBg.cache
@@ -0,0 +1 @@
+"%`€±*:Û¡ ‡n ²ru¶IUl®—ü¹¸<Ã}ú
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v4.0.0/nc/ncfFfdeTK2cfKFWOSjAiQow-PVDzvrP5MBeWYqKANoY.cache b/tmp/cache/assets/sprockets/v4.0.0/nc/ncfFfdeTK2cfKFWOSjAiQow-PVDzvrP5MBeWYqKANoY.cache
new file mode 100644
index 0000000000..e53a49ef68
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v4.0.0/nc/ncfFfdeTK2cfKFWOSjAiQow-PVDzvrP5MBeWYqKANoY.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"Lprocessors:type=application/javascript&file_type=application/javascript;TTI"{file-digest:///Users/tomasgarciamusic/.rvm/gems/ruby-3.0.0/gems/activestorage-7.0.1/app/assets/javascripts/activestorage.js;TTI"Zprocessors:type=application/javascript&file_type=application/javascript&pipeline=self;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v4.0.0/ns/nsiFPjBv6zoF85noQWP415PqLl8QOYR2iTELNTG-kD0.cache b/tmp/cache/assets/sprockets/v4.0.0/ns/nsiFPjBv6zoF85noQWP415PqLl8QOYR2iTELNTG-kD0.cache
new file mode 100644
index 0000000000..e96aff133c
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v4.0.0/ns/nsiFPjBv6zoF85noQWP415PqLl8QOYR2iTELNTG-kD0.cache
@@ -0,0 +1 @@
+I"}app/assets/config/manifest.js?type=application/javascript&id=a4386070bfba6ee1114adeed6871046bd1108101ca6b706b61a30b981f1b7dae:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v4.0.0/oi/oi04bVvKLrnDHBdRIeUcRD1jpSgUwKO6IuNSSWhA45g.cache b/tmp/cache/assets/sprockets/v4.0.0/oi/oi04bVvKLrnDHBdRIeUcRD1jpSgUwKO6IuNSSWhA45g.cache
new file mode 100644
index 0000000000..2e76c958ea
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v4.0.0/oi/oi04bVvKLrnDHBdRIeUcRD1jpSgUwKO6IuNSSWhA45g.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"Lprocessors:type=application/javascript&file_type=application/javascript;TTI"vfile-digest:///Users/tomasgarciamusic/.rvm/gems/ruby-3.0.0/gems/turbo-rails-1.0.1/app/assets/javascripts/turbo.js;TTI"Zprocessors:type=application/javascript&file_type=application/javascript&pipeline=self;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v4.0.0/pd/pduxAY9JQ0Ib_H1Nxvuwg4RTFUh9unOS2_MBEHu8IiA.cache b/tmp/cache/assets/sprockets/v4.0.0/pd/pduxAY9JQ0Ib_H1Nxvuwg4RTFUh9unOS2_MBEHu8IiA.cache
new file mode 100644
index 0000000000..894b4c2e5b
Binary files /dev/null and b/tmp/cache/assets/sprockets/v4.0.0/pd/pduxAY9JQ0Ib_H1Nxvuwg4RTFUh9unOS2_MBEHu8IiA.cache differ
diff --git a/tmp/cache/assets/sprockets/v4.0.0/q0/q0pXjgtMFg_QHSv_u5lZflUtzjKFmPrEIkLTgk2BKpQ.cache b/tmp/cache/assets/sprockets/v4.0.0/q0/q0pXjgtMFg_QHSv_u5lZflUtzjKFmPrEIkLTgk2BKpQ.cache
new file mode 100644
index 0000000000..2c7d239f20
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v4.0.0/q0/q0pXjgtMFg_QHSv_u5lZflUtzjKFmPrEIkLTgk2BKpQ.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"vfile-digest:///Users/tomasgarciamusic/.rvm/gems/ruby-3.0.0/gems/turbo-rails-1.0.1/app/assets/javascripts/turbo.js;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v4.0.0/qB/qB5KBKfbSjM6FNCAZ9ofnJdNG4PaYaBBUk3DLRzubNo.cache b/tmp/cache/assets/sprockets/v4.0.0/qB/qB5KBKfbSjM6FNCAZ9ofnJdNG4PaYaBBUk3DLRzubNo.cache
new file mode 100644
index 0000000000..8306f60e51
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v4.0.0/qB/qB5KBKfbSjM6FNCAZ9ofnJdNG4PaYaBBUk3DLRzubNo.cache
@@ -0,0 +1 @@
+I"ì/Users/tomasgarciamusic/.rvm/gems/ruby-3.0.0/gems/stimulus-rails-1.0.2/app/assets/javascripts/stimulus-importmap-autoloader.js?type=application/javascript&pipeline=self&id=7d276a99ce11d8c4c210afc7d908775b378fd86c2a81dd0b3c6c011ec8c58a79:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v4.0.0/qM/QM4bZLMoZHmYl_ar5sVHz_P47vNjiE9HppUHh-AHTJg.cache b/tmp/cache/assets/sprockets/v4.0.0/qM/QM4bZLMoZHmYl_ar5sVHz_P47vNjiE9HppUHh-AHTJg.cache
new file mode 100644
index 0000000000..4d48b86c41
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v4.0.0/qM/QM4bZLMoZHmYl_ar5sVHz_P47vNjiE9HppUHh-AHTJg.cache
@@ -0,0 +1 @@
+I"ƒapp/javascript/controllers/index.js?type=application/javascript&id=fd3072b3fbcbde9bf648da2669ca00f49203910c40e85eb5b128daa01d791a73:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v4.0.0/qM/qMc9498HPeF-kb-D1dNz8Xa4cnjhKWrF7CRVi--URTE.cache b/tmp/cache/assets/sprockets/v4.0.0/qM/qMc9498HPeF-kb-D1dNz8Xa4cnjhKWrF7CRVi--URTE.cache
new file mode 100644
index 0000000000..20a0c7d7b3
Binary files /dev/null and b/tmp/cache/assets/sprockets/v4.0.0/qM/qMc9498HPeF-kb-D1dNz8Xa4cnjhKWrF7CRVi--URTE.cache differ
diff --git a/tmp/cache/assets/sprockets/v4.0.0/qT/qTGPYU3SuzOt2-WPaQ6pZ5Ygpj5e14E3cwk_LHpyuFs.cache b/tmp/cache/assets/sprockets/v4.0.0/qT/qTGPYU3SuzOt2-WPaQ6pZ5Ygpj5e14E3cwk_LHpyuFs.cache
new file mode 100644
index 0000000000..2c3d5e5556
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v4.0.0/qT/qTGPYU3SuzOt2-WPaQ6pZ5Ygpj5e14E3cwk_LHpyuFs.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"