Skip to content

Commit

Permalink
Updates for 07/23/23
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Bot committed Jul 23, 2023
1 parent 27a914d commit a159424
Show file tree
Hide file tree
Showing 16 changed files with 163 additions and 155 deletions.
2 changes: 1 addition & 1 deletion .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2023-07-23 00:15:11 UTC using RuboCop version 1.54.2.
# on 2023-07-23 22:40:34 UTC using RuboCop version 1.54.2.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
Expand Down
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Resonance</title>
<title>Snowflake</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<%= csrf_meta_tags %>
<%= csp_meta_tag %>
Expand Down
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# you've limited to :test, :development, or :production.
Bundler.require(*Rails.groups)

module Resonance
module Snowflake
class Application < Rails::Application
# Initialize configuration defaults for originally generated Rails version.
config.load_defaults 7.0
Expand Down
2 changes: 1 addition & 1 deletion config/cable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ test:
production:
adapter: redis
url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
channel_prefix: resonance_production
channel_prefix: snowflake_production
2 changes: 1 addition & 1 deletion config/credentials.yml.enc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
tm8IM4r/vUwizqbMqCWJLg/EvBOh9vBV3qlV1BCi7TM7HiFB5YzGN3vrfoBTqhJn2ys4lqfOPRB5fy4EXIPjzHagFAaNZyVoMxwhg60NCgZkDkbkTn5usQ/Oy27+6aN8xJpJiLgUNsdMBHQ7NtD8S1aAQ2+DcFcS75aHCO0XVz7Z79pS0uj/i9wsTCHy3iE3ps5qv10S4j2GzIOy/yZty8N1GknEga0By3plPR6A+CncDq3exutkDVgfrnVmEMexaJOpo+tyCWMCXbB8uwVFh66bnweVNWt+yloMd/rUbSqyHaWQi0tlNSzKcgQw0s+LT37YYaHHEfVEKvorWwOTvq3aitlboRxodjDIfi4F81MSIhrTlpvNNW3P94lmYGiRfNghhGZ00jiPFqkA25ioBB7wV1t1dgHYHE8+--/wQnoKNYoXpqlD9Y--xNjzsURtSJ/RsfI0ZvB2Pw==
tczhvARfcYLKcViZPMy4X7en/qPY9XBubHPjtZ8qCUPHHWj2c0f4qAvRT8UMaRM4mjawjS4NqLuOms3wca/G3353X++mkwmcWWxPpuby/7YZgLBx8gBahxu1RYYsTlb2X52kvTdtp9wCbs9V6fRs0bCG1/AavHCyQeZYqOk8Sf9DgGGvT3IAHMGFVSIRgxXlz9NqWvEAT/21m+opXCixMxL6vywQT4S+Wr1XeteSteajyfSd+FGm76EHnfQvURF1n99EooNx0YsFdZcnBd8vAxxe+Oqt41daQg15TSlTgQ+52ttRGMkuB7ucF+JWgNyiOV92BJ+ODZqHrd4rfUP3UL7B+lJ04faQrpgTTOxGwsG5Fd+2Sqe8RrEd8a5S2Qaeurth9jC3+84rSuvvPgNAkySkDxhPEscf3Nwy--lF8n7PPWP9/1yncN--2NBktX9chU+X199at1vK7w==
12 changes: 6 additions & 6 deletions config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ default: &default

development:
<<: *default
database: resonance_development
database: snowflake_development

# The specified database role being used to connect to postgres.
# To create additional roles in postgres see `$ createuser --help`.
# When left blank, postgres will use the default role. This is
# the same name as the operating system user running Rails.
#username: resonance
#username: snowflake

# The password associated with the postgres role (username).
#password:
Expand Down Expand Up @@ -57,7 +57,7 @@ development:
# Do not set this db to the same as development or production.
test:
<<: *default
database: resonance_test
database: snowflake_test

# As with config/credentials.yml, you never want to store sensitive information,
# like your database password, in your source code. If your source code is
Expand All @@ -81,6 +81,6 @@ test:
#
production:
<<: *default
database: resonance_production
username: resonance
password: <%= ENV["RESONANCE_DATABASE_PASSWORD"] %>
database: snowflake_production
username: snowflake
password: <%= ENV["SNOWFLAKE_DATABASE_PASSWORD"] %>
2 changes: 1 addition & 1 deletion config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

# 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 = "resonance_production"
# config.active_job.queue_name_prefix = "snowflake_production"

config.action_mailer.perform_caching = false

Expand Down
4 changes: 2 additions & 2 deletions config/initializers/devise.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# confirmation, reset password and unlock tokens in the database.
# Devise will use the `secret_key_base` as its `secret_key`
# by default. You can change it below and use your own secret key.
# config.secret_key = 'c10cfb7ccb89b9019c4992913779c15435544af3a81513027c12ab640c583ede503fce86861350fa9b24bf7af757463a481582a1f88d05599db7d15ce862197c'
# config.secret_key = '0b36251834ce5e4149ba396cf3065ab4d8fa27f2da5044adaa5be94c5d626511e9fbbaaeb1b4ff5b75ffce18174ec9c63b57797644bbd39cc6053c19dc65bb80'

# ==> Controller configuration
# Configure the parent class to the devise controllers.
Expand Down Expand Up @@ -126,7 +126,7 @@
config.stretches = Rails.env.test? ? 1 : 12

# Set up a pepper to generate the hashed password.
# config.pepper = 'c8c00a28831419fea4431d848c76e92e212b27b64c58e997be917e58b34fd318816fbcab91edaeb5473678f73476bb1d0b1c7f46fcc11281ccb79af53f8e896a'
# config.pepper = 'b9a610d9cf09330c52a10377407c94748eb9de5e3f65fd66770a68a792849a5ce147ad073ee00fe4654877037c53fe3651de27c2cfd65acc9825fae56c8b5313'

# Send a notification to the original email when the user's email is changed.
# config.send_email_changed_notification = false
Expand Down
2 changes: 1 addition & 1 deletion db/schema.rb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"autoprefixer": "^10.4.14",
"bootstrap": "^5.3.0",
"bootstrap-icons": "^1.10.5",
"esbuild": "^0.18.15",
"esbuild": "^0.18.16",
"nodemon": "^3.0.1",
"postcss": "^8.4.27",
"postcss-cli": "^10.1.0",
Expand Down
14 changes: 11 additions & 3 deletions public/bootstrap.bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/bootstrap.bundle.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit a159424

Please sign in to comment.