Skip to content

Commit

Permalink
Revert unnecessary changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdesi committed Mar 11, 2025
1 parent 8997a34 commit 4e9f699
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 8 deletions.
4 changes: 0 additions & 4 deletions bin/setup
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,4 @@ FileUtils.chdir APP_ROOT do

puts "\n== Restarting application server =="
system! "bin/rails restart"

# puts "\n== Configuring puma-dev =="
# system "ln -nfs #{APP_ROOT} ~/.puma-dev/#{APP_NAME}"
# system "curl -Is https://#{APP_NAME}.test/up | head -n 1"
end
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ COPY Gemfile* ./
# - only install production dependencies
#
RUN gem install bundler -v $(cat Gemfile.lock | tail -1 | tr -d " ") \
&& bundle config --local without 'test:development' \
&& bundle config --local without test development \
&& bundle config build.nokogiri --use-system-libraries \
&& bundle check || bundle install --jobs=4 --retry=3

Expand Down
2 changes: 0 additions & 2 deletions docker/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ set -ex

printf '\e[33mINFO: DB migrate\e[0m\n'

printenv

RUBYOPT=-W:no-deprecated bundle exec rails db:create db:migrate

# if REDIS_URL is not set then we start redis-server locally
Expand Down
1 change: 0 additions & 1 deletion spec/rails_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
# directory. Alternatively, in the individual `*_spec.rb` files, manually
# require only the support files necessary.
#
require_relative 'support/faker/unlink_reason'
Dir[Rails.root.join('spec', 'support', '**', '*.rb')].each { |f| require f }

# Checks for pending migrations and applies them before tests are run.
Expand Down

0 comments on commit 4e9f699

Please sign in to comment.