Ron Lavi
Ron Lavi
@MariaAga can you rebase, tests should be fixed now via #9302
@MariaAga can you rebase?
@adamruzicka exactly where it fails, I see issues with peer deps
and also some changes might be needed with the `.bin` scripts of foreman-js
Hey @kamils-iRonin what is the status here? is it just waiting for another review?
what version are you using? seem that `"react-router-bootstrap": "^0.25.0"` works well react-router v5.x, or at least it solved it for me :)
Hey @nofaralfasi, is it still WIP?
@nofaralfasi @adamruzicka tests are failing again on: `ActiveRecord::AssociationTypeMismatch: RemoteExecutionFeature(#72560) expected, got nil which is an instance of NilClass(#40)` in #554 updating the versions and using `>=` seemed to solve it,...
> Do we need the `db:test:prepare`? > From what I checked, `db:prepare` suppose to do all three - db:create, db:migrate, and db:seed. > So should I add `db:seed` instead the...