I've just started out with a new JSP project. Following the README.md and starting with `foreman start` I'm greeted with this message:
Screenshot_2021-09-03_16-03-20.png143 KB
This seems to come from the Pretender gem. Did I forget to initialize anything? I have added one user as per https://jumpstartrails.com/docs/deploying 'Creating An Admin User'.
Harm•
A bit of additional info. I've configured bundler to install in vendor with `bundle config set --local path 'vendor/bundle'`.
Dan•
Harm
it appears
Chris Oliver
is working on a big payments upgrade (integrating jumpstart with pay-rails v3). I suspect there is a little more work to be done on his side to make the 2 compatible. Pay v2 and v3 are significantly different. I do know this commit works great: 071ae00e587ae79c56c13c13eccd9d620fb8fc88
if you pluck that commit, you shouold be good to go but it might be worth waiting for an official notice from Chris on this
Harm•
Fair enough! I'd rather see progress anyway. I'll work around it. Thanks!