Skip to content

Commit

Permalink
Updates for 08/21/23
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Bot committed Aug 21, 2023
1 parent 7b2b250 commit 24d504c
Show file tree
Hide file tree
Showing 14 changed files with 19 additions and 19 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-08-20 00:14:45 UTC using RuboCop version 1.56.0.
# on 2023-08-21 00:12:15 UTC using RuboCop version 1.56.0.
# 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 Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ GEM
redis-client (0.16.0)
connection_pool
regexp_parser (2.8.1)
reline (0.3.7)
reline (0.3.8)
io-console (~> 0.5)
responders (3.1.0)
actionpack (>= 5.2)
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>Sun</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 Sun
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: sun_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 @@
BCZcaGXeLKPrLKMASfLROyiRzwO9gIGs8jmFTIM3h6i0z0P5NP9NJzLqEk6WDnQM/pv72yAPm1+SyWGUmztmVvrH8z6cg0eW4ddjaCOiS6ERxSGSnc5QP6i1Mm0xL3WRJZnqfRuZhdcXDt3Z5QwBOAT4GRyBuz7VVjwPdS5w0SFvCdseQvEtXAr6pVM0GtGLNmB4XUcnjA8JJEW/jfrCCSHXyUo3KLtExDFsz70blQAnV7/SRE9buO1zOukQmKwJ6URnfdpkaPMVYvzogYGN4BU5fphn7Kmrz8EYXABvcmVBADchSGwHetiZx+gej7tNoXbx6UffTuKzVdmeVKp49afEArkcRzOSR4UzLMgOd1TEFfY9NIjE4A0eH6xcQQubPtdbljiUlaJGRxcpPXCOMlttUDzCndIrTRSn--uOxluiMuDtzPSxXj--NtM+pqcsrynfLX/BYPKRkg==
DUIZM9TBTsu0HJwhWR6NUtswPzSh8jAw9F7TGWCfi2R3C4JQvW3kUIThy1oRY2H4FdkWZv7JTFrkrJuJSaGDFIkfp4/MtdGS++nEO80lk3tRJ63jXFUJhoSRvQ4ypjMt1iCLH/MzdvgA4/pJf71yqL2nw+R6NgvvSRTmBLeA0wo7XNI0YMvofvVjv/jrSfBXAZwG3FdKn82EukIbVU5Dl3045N484GlurYN5PR2RizPkrxbG9Qro9+fJH4nhgM6YAAVa1OvEf2/cUjvDoEH8KARExBh4Cu6PY69qQI40RMe8hfrZx+QuY25qSQiFFaqu+xolpXxVWK4AmDrxzvVHZ4j5s8ujcg0ravLo5vTPD7u5QMYSl8WJPvVnAPwYcVXvnyHa7JHp6sDGx5PpNTXspa1PO10SYCAkJkOr--FTTZiQH/IH28z5Mn--6U3tXthcYDUUTFcCQo/UOw==
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: sun_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: sun
#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: sun_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: sun_production
username: sun
password: <%= ENV["SUN_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 = "sun_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 = 'b504acdb0416a3809262d0b1da4b3b6f018219bd3e49e36aa1f0c1fc780875b2c03d5b7eb2d12497587aa30766d993185f9efc9f47705e7cf530550be9c4eb3d'
# config.secret_key = '0ac7e492635d989041e68830b10a309c9a464ce1e44f34f121cb1ad8d7e59fddfedc31d3aaf2e8455ea41c36ab1bb09a0a0912e3b5984da79efa3928c70a4168'

# ==> 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 = '301df84ef5b013d87903d9ae40be2fe15a1bfb882a0ec7466f0b49451ff5b5fdb761c7a5533d71d10b01886fb78a36fb44b644c327616ee20dc196f1f76d69e5'
# config.pepper = '84cab59003d599949576e8bb551b144ad40c60fad5b324a53b9338a37f0681485244b40037ee2d121e312913693c95749a766b4ace8a9b4fd4c7d001fbd180d1'

# 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.

6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -377,9 +377,9 @@ fill-range@^7.0.1:
to-regex-range "^5.0.1"

fraction.js@^4.2.0:
version "4.2.0"
resolved "https://registry.yarnpkg.com/fraction.js/-/fraction.js-4.2.0.tgz#448e5109a313a3527f5a3ab2119ec4cf0e0e2950"
integrity sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==
version "4.2.1"
resolved "https://registry.yarnpkg.com/fraction.js/-/fraction.js-4.2.1.tgz#14b4cc886575a5684f8d5fd5759c5db376bb7bb8"
integrity sha512-/KxoyCnPM0GwYI4NN0Iag38Tqt+od3/mLuguepLgCAKPn0ZhC544nssAW0tG2/00zXEYl9W+7hwAIpLHo6Oc7Q==

fs-extra@^11.0.0:
version "11.1.1"
Expand Down

0 comments on commit 24d504c

Please sign in to comment.