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
The error that you receive is probably related to the environment variables needed to setup the test config.
For example for Postgres and Rails 7.x I use:
DB_TEST=postgres RAILS=7.0 be appraisal rails-7_1-postgres rspec
Honestly I should evaluate carefully what it would be required to make the gem work with SQLite, but it seems a very specific use case to me because ActiveStorage can store the attachments on the filesystem on its own...
@blocknotes, I'm interested in storing data to a SQLite because then I will have a single file backup, and all data will be consistent with each other. Thanks for the pointer. I'll try that.
I'd be interested in running this gem with SQLite3 instead of PG. Backing up the database in a single file would be so very interesting!
I tried setting up Appraisal (and removing MySQL and MSSQL as I don't have that installed), but when I ran, I got the following:
I suspect the environment isn't correctly setup.
I would be interested in making this gem work. What would it take?
The text was updated successfully, but these errors were encountered: