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

Remove: the webdack gem #5727

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft
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
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ gem "sentry-ruby"
gem "sentry-sidekiq"
gem "simple_command"
gem "tzinfo-data"
gem "webdack-uuid_migration", "~> 1.4.0"

# Reduces boot times through caching; required in config/boot.rb
gem "bootsnap", ">= 1.1.0", require: false
Expand Down
3 changes: 0 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -696,8 +696,6 @@ GEM
addressable
httpi (~> 3.0)
nokogiri (>= 1.4.2)
webdack-uuid_migration (1.4.0)
activerecord (>= 4.0)
webmock (3.19.1)
addressable (>= 2.8.0)
crack (>= 0.3.2)
Expand Down Expand Up @@ -809,7 +807,6 @@ DEPENDENCIES
tzinfo-data
vcr
view_component
webdack-uuid_migration (~> 1.4.0)
webmock
webrick

Expand Down
9 changes: 0 additions & 9 deletions db/migrate/20180807211758_create_legal_aid_applications.rb

This file was deleted.

10 changes: 0 additions & 10 deletions db/migrate/20180820112730_create_applicant.rb

This file was deleted.

This file was deleted.

This file was deleted.

11 changes: 0 additions & 11 deletions db/migrate/20180829144026_create_proceeding_types.rb

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions db/migrate/20180913101947_rename_name_to_first_name.rb

This file was deleted.

5 changes: 0 additions & 5 deletions db/migrate/20180913103146_add_last_name_to_applicants.rb

This file was deleted.

This file was deleted.

This file was deleted.

13 changes: 0 additions & 13 deletions db/migrate/20181011143410_create_addresses.rb

This file was deleted.

5 changes: 0 additions & 5 deletions db/migrate/20181017202608_enable_pgcrypto_extension.rb

This file was deleted.

7 changes: 0 additions & 7 deletions db/migrate/20181018165257_add_foreign_keys.rb

This file was deleted.

17 changes: 0 additions & 17 deletions db/migrate/20181018165405_id_to_uuid_fk.rb

This file was deleted.

17 changes: 17 additions & 0 deletions db/migrate/20181018165537_old_migrations.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
class OldMigrations < ActiveRecord::Migration[5.2]
REQUIRED_VERSION = 20181018165537
def up
if ActiveRecord::Migrator.current_version < REQUIRED_VERSION
error_message = <<~OLDMIGRATIONERROR
Due to old migrations requiring gems we no longer use migrations
prior to this have been deleted, this will not affect production
environments, but will affect developers re-creating their local
databases.
We recommend using the newer `rails db:reset`, this will run drop,
create, schema:load, and seed. If you need to run `rails db:migrate`
then you will need to run `rails db:schema:load` must be run first
OLDMIGRATIONERROR
raise StandardError, error_message unless Rails.env.production?
end
end
end
16 changes: 0 additions & 16 deletions db/migrate/20181018165537_uuid_migration.rb

This file was deleted.