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
Not sure if that's possible or not.
After running bundle install, I'd love to just call rake setup to install dependencies, setup the postgres user and create the .env files locally. This would also have to take in account different operating systems.
In order to test this somewhat nicely, we should extract this into it's own module and just call the methods from the rake task.
Not sure if that's possible or not.
After running
bundle install
, I'd love to just callrake setup
to install dependencies, setup the postgres user and create the .env files locally. This would also have to take in account different operating systems.In order to test this somewhat nicely, we should extract this into it's own module and just call the methods from the rake task.
rel #7
The text was updated successfully, but these errors were encountered: