Skip to content

Commit

Permalink
🧹 Neighborhood: Get rid of unused Feature model (#1594)
Browse files Browse the repository at this point in the history
`Neighborhood`: Get rid of unused `Feature` model

- #892

We used this early on to provide a degree of feature flagging; but we
haven't used it lately and we will probably want to rely on `flippa` or
something more fully featured and better maintained as we mature.
  • Loading branch information
zspencer authored Jun 25, 2023
1 parent 7f17fbc commit 51ff6f3
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 32 deletions.
3 changes: 0 additions & 3 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
# AWS_S3_SECRET_ACCESS_KEY=
# AWS_S3_BUCKET=

FEATURE_SYSTEM_TEST=true
FEATURE_INVITATION=true

# If you are using docker to manage your postgresql database,
# you will want to uncomment these
# PGHOST=localhost
Expand Down
4 changes: 0 additions & 4 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@
}
},
"env": {
"FEATURE_SYSTEM_TEST": {
"description": "Seed Test data",
"value": "true"
},
"LOCKBOX_MASTER_KEY": {
"description": "Encrypts data within the database",
"generator": "secret"
Expand Down
13 changes: 0 additions & 13 deletions app/models/feature.rb

This file was deleted.

12 changes: 0 additions & 12 deletions spec/models/feature_spec.rb

This file was deleted.

0 comments on commit 51ff6f3

Please sign in to comment.