You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We ultimately need a permanent IP ban to prevent the unending spam. Preferably the list would be stored on disk, but on Heroku you can't rely on that for persistent storage. That seems to only leave the database. The problem with that is the database itself isn't meant to be permanent; the demo app comes with a rake task to build data so there's something to look at.
A messy workaround would be to update the rake task to copy any IPs currently in the database, then to re-insert them when the database is re-seeded.
The text was updated successfully, but these errors were encountered:
We ultimately need a permanent IP ban to prevent the unending spam. Preferably the list would be stored on disk, but on Heroku you can't rely on that for persistent storage. That seems to only leave the database. The problem with that is the database itself isn't meant to be permanent; the demo app comes with a rake task to build data so there's something to look at.
A messy workaround would be to update the rake task to copy any IPs currently in the database, then to re-insert them when the database is re-seeded.
The text was updated successfully, but these errors were encountered: