Brad Schrag
Brad Schrag
Having worked on several rails projects on Windows machine, I always recommend setting up WSL on utilizing Ubuntu to run a Linux console and developing through it rather than through...
In general I've always stepped devs away from running rails apps in Windows. Instead I recommend using WSL to run Ubuntu on the Windows machine and run the rails app...
@guillaumebriday let me know if you need more info. Thanks for you help! In `package.json` I have: ``` "stimulus-popover": "^6.2.0", ``` The `index.js` looks something like this: ``` import {...
@jorgemanrubia Do you mind taking a look at this and the related issue?
Thanks for the quick response! > With the enhancement mentioned before, it might require improving the naming of the function to be more generic, since it'll be not only about...
@kvokka I've made some changes but not yet tested. Let me know what you think. I had the thought that maybe your suggestion regarding `ENV['PPSQL_DISABLE']` is that it should be...
@kvokka I've tested the latest version with some different combinations. I used the following script in my local project: ``` #!/bin/bash # This represents the current pp_sql gem echo "Running...
@kvokka Latest testing round, slightly updated script: ``` #!/bin/bash echo "Running on master..." git co pp-sql-master && bundle install time1=$( { time rails db:migrate; } 2>&1 | grep real |...
@kvokka I wanted to check in and see if there are other changes you would like on this branch that could unblock it. Thanks!