9 changed files with 48 additions and 46 deletions
-
40README.md
-
2app/views/layouts/application.html.erb
-
2app/views/scores/index.html.erb
-
6config/application.rb
-
6config/boot.rb
-
2config/environment.rb
-
10config/importmap.rb
-
18config/puma.rb
@ -1,4 +1,4 @@ |
|||
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../Gemfile", __dir__) |
|||
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. |
|||
require 'bundler/setup' # Set up gems listed in the Gemfile. |
|||
require 'bootsnap/setup' # Speed up boot time by caching expensive operations. |
|||
@ -1,5 +1,5 @@ |
|||
# Load the Rails application. |
|||
require_relative "application" |
|||
require_relative 'application' |
|||
|
|||
# Initialize the Rails application. |
|||
Rails.application.initialize! |
|||
@ -1,7 +1,7 @@ |
|||
# Pin npm packages by running ./bin/importmap |
|||
|
|||
pin "application" |
|||
pin "@hotwired/turbo-rails", to: "turbo.min.js", preload: true |
|||
pin "@hotwired/stimulus", to: "stimulus.min.js" |
|||
pin "@hotwired/stimulus-loading", to: "stimulus-loading.js" |
|||
pin_all_from "app/javascript/controllers", under: "controllers" |
|||
pin 'application' |
|||
pin '@hotwired/turbo-rails', to: 'turbo.min.js', preload: true |
|||
pin '@hotwired/stimulus', to: 'stimulus.min.js' |
|||
pin '@hotwired/stimulus-loading', to: 'stimulus-loading.js' |
|||
pin_all_from 'app/javascript/controllers', under: 'controllers' |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue