Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
16 changes: 0 additions & 16 deletions Capfile

This file was deleted.

3 changes: 0 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ gem 'tzinfo-data', platforms: %i[windows jruby]

group :development do
gem 'annotate'
gem 'capistrano', '~> 3.17', require: false
gem 'capistrano-asdf', require: false
gem 'capistrano-rails', '~> 1.6', '>= 1.6.1', require: false
gem 'listen', '~> 3.3'
gem 'pry-byebug'
gem 'pry-rails'
Expand Down
31 changes: 0 additions & 31 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ GEM
tzinfo (~> 2.0, >= 2.0.5)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
airbrussh (1.5.3)
sshkit (>= 1.6.1, != 1.7.0)
annotate (3.2.0)
activerecord (>= 3.2, < 8.0)
rake (>= 10.4, < 14.0)
Expand All @@ -102,19 +100,6 @@ GEM
msgpack (~> 1.2)
builder (3.3.0)
byebug (12.0.0)
capistrano (3.19.2)
airbrussh (>= 1.0.0)
i18n
rake (>= 10.0.0)
sshkit (>= 1.9.0)
capistrano-asdf (1.1.1)
capistrano (~> 3.0)
sshkit (~> 1.2)
capistrano-bundler (2.1.1)
capistrano (~> 3.1)
capistrano-rails (1.7.0)
capistrano (~> 3.1)
capistrano-bundler (>= 1.1, < 3)
capybara (3.40.0)
addressable
matrix
Expand Down Expand Up @@ -284,13 +269,8 @@ GEM
net-protocol
net-protocol (0.2.2)
timeout
net-scp (4.1.0)
net-ssh (>= 2.6.5, < 8.0.0)
net-sftp (4.0.0)
net-ssh (>= 5.0.0, < 8.0.0)
net-smtp (0.5.1)
net-protocol
net-ssh (7.3.0)
nio4r (2.7.4)
nokogiri (1.18.10-aarch64-linux-gnu)
racc (~> 1.4)
Expand All @@ -309,7 +289,6 @@ GEM
nokogiri (1.18.10-x86_64-linux-musl)
racc (~> 1.4)
orm_adapter (0.5.0)
ostruct (0.6.3)
parallel (1.27.0)
parser (3.3.9.0)
ast (~> 2.4.1)
Expand Down Expand Up @@ -509,13 +488,6 @@ GEM
actionpack (>= 6.1)
activesupport (>= 6.1)
sprockets (>= 3.0.0)
sshkit (1.24.0)
base64
logger
net-scp (>= 1.1.2)
net-sftp (>= 2.1.2)
net-ssh (>= 2.8.0)
ostruct
stimulus-rails (1.3.4)
railties (>= 6.0.0)
stringio (3.1.7)
Expand Down Expand Up @@ -569,9 +541,6 @@ DEPENDENCIES
annotate
base64
bootsnap (>= 1.4.4)
capistrano (~> 3.17)
capistrano-asdf
capistrano-rails (~> 1.6, >= 1.6.1)
capybara
csv
dartsass-rails
Expand Down
51 changes: 1 addition & 50 deletions config/database.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
# PostgreSQL. Versions 9.3 and up are supported.
#
# Install the pg driver:
# gem install pg
# On macOS with Homebrew:
# gem install pg -- --with-pg-config=/usr/local/bin/pg_config
# On macOS with MacPorts:
# gem install pg -- --with-pg-config=/opt/local/lib/postgresql84/bin/pg_config
# On Windows:
# gem install pg
# Choose the win32 build.
# Install PostgreSQL and put its /bin directory on your path.
#
# Configure Using Gemfile
# gem 'pg'
#
default: &default
adapter: postgresql
encoding: unicode
Expand All @@ -25,36 +9,6 @@ development:
<<: *default
database: nelp_application_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: testing_app

# The password associated with the postgres role (username).
#password:

# Connect on a TCP socket. Omitted by default since the client uses a
# domain socket that doesn't need configuration. Windows does not have
# domain sockets, so uncomment these lines.
#host: localhost

# The TCP port the server listens on. Defaults to 5432.
# If your server runs on a different port number, change accordingly.
#port: 5432

# Schema search path. The server defaults to $user,public
#schema_search_path: myapp,sharedapp,public

# Minimum log levels, in increasing order:
# debug5, debug4, debug3, debug2, debug1,
# log, notice, warning, error, fatal, and panic
# Defaults to warning.
#min_messages: notice

# Warning: The database defined as "test" will be erased and
# re-generated from your development database when you run "rake".
# Do not set this db to the same as development or production.
test:
<<: *default
database: nelp_application_test
Expand Down Expand Up @@ -88,7 +42,4 @@ staging:
# for a full overview on how database connection configuration can be specified.
#
production:
<<: *default
database: nelp_application_production
username: <%= Rails.application.credentials.PRODUCTION_DB_USERNAME %>
password: <%= Rails.application.credentials.PRODUCTION_DB_PASSWORD %>
url: <%= ENV['DATABASE_URL'] %>
148 changes: 0 additions & 148 deletions config/deploy.rb

This file was deleted.

14 changes: 0 additions & 14 deletions config/deploy/production.rb

This file was deleted.

55 changes: 0 additions & 55 deletions config/deploy/staging.rb

This file was deleted.

Loading