Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rails 7.1.1 #636

Merged
merged 45 commits into from
Oct 16, 2023
Merged
Changes from 1 commit
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
41ccdd7
Regenerate app with:
biow0lf Oct 15, 2023
075252a
Cleanup
biow0lf Oct 15, 2023
d7e12cb
Update
biow0lf Oct 15, 2023
7e39ce5
Update
biow0lf Oct 15, 2023
295f5d6
Update
biow0lf Oct 15, 2023
c760094
Update
biow0lf Oct 15, 2023
11b630f
Update
biow0lf Oct 15, 2023
bb1a88c
Update
biow0lf Oct 15, 2023
99a9cf5
Update
biow0lf Oct 15, 2023
8a58633
Update
biow0lf Oct 15, 2023
20dd8c0
Update
biow0lf Oct 15, 2023
267df6a
Add bin/docker-entrypoint
biow0lf Oct 15, 2023
f9464d9
Update
biow0lf Oct 15, 2023
c7adb67
Update postgres to 16.0
biow0lf Oct 15, 2023
795fa3a
Update
biow0lf Oct 15, 2023
3170f01
Update
biow0lf Oct 15, 2023
3260541
Update
biow0lf Oct 15, 2023
7bac285
Update
biow0lf Oct 15, 2023
6a76c6b
Update
biow0lf Oct 15, 2023
e9d1921
Update
biow0lf Oct 15, 2023
c70ebc8
Update
biow0lf Oct 15, 2023
9bde64f
rails g rspec:install
biow0lf Oct 15, 2023
2df0176
Configure rspec
biow0lf Oct 15, 2023
7d4ea42
Configure rspec
biow0lf Oct 15, 2023
5389007
Add simplecov gem
biow0lf Oct 15, 2023
c26d680
Configure simplecov gem
biow0lf Oct 15, 2023
7bf19c2
Test
biow0lf Oct 15, 2023
32a32fb
Tests
biow0lf Oct 15, 2023
0815255
Test
biow0lf Oct 15, 2023
0a34f10
Routes
biow0lf Oct 15, 2023
d73c424
Update
biow0lf Oct 15, 2023
b3b8e1f
Update
biow0lf Oct 15, 2023
998a1f8
Add bundler-audit gem
biow0lf Oct 15, 2023
f09b3b6
Binstubs
biow0lf Oct 15, 2023
14b1081
Use bin/bundle-audit
biow0lf Oct 16, 2023
7e67d2f
Update
biow0lf Oct 16, 2023
98fe429
Cleanup
biow0lf Oct 16, 2023
1729197
Update
biow0lf Oct 16, 2023
9b69df3
Update
biow0lf Oct 16, 2023
91919c6
Update
biow0lf Oct 16, 2023
f3969a4
Update
biow0lf Oct 16, 2023
d0a1b56
Cleanup
biow0lf Oct 16, 2023
a7c8c39
Update
biow0lf Oct 16, 2023
9aad12c
Update
biow0lf Oct 16, 2023
be48271
Update
biow0lf Oct 16, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Test
biow0lf committed Oct 15, 2023
commit 7bf19c213db6044a752b1a33a5cdf3bd078399c6
6 changes: 6 additions & 0 deletions spec/helpers/application_helper_spec.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# frozen_string_literal: true

require "rails_helper"

describe ApplicationHelper do
end

Unchanged files with check annotations Beta

config.force_ssl = true
# Log to STDOUT by default
config.logger = ActiveSupport::Logger.new(STDOUT)

Check failure on line 43 in config/environments/production.rb

GitHub Actions / rubocop

Style/GlobalStdStream: Use `$stdout` instead of `STDOUT`.

Check failure on line 43 in config/environments/production.rb

GitHub Actions / standard

Style/GlobalStdStream: Use `$stdout` instead of `STDOUT`.
.tap { |logger| logger.formatter = ::Logger::Formatter.new }

Check failure on line 44 in config/environments/production.rb

GitHub Actions / rubocop

Style/RedundantConstantBase: Remove redundant `::`.

Check failure on line 44 in config/environments/production.rb

GitHub Actions / standard

Layout/ExtraSpacing: Unnecessary spacing detected.
.then { |logger| ActiveSupport::TaggedLogging.new(logger) }
# Prepend all log lines with the following tags.