Yacin Bahi, PhD.
Yacin Bahi, PhD.
+1 @Aupajo atom-rspec works with Atom Version 0.144.0 and atom-rspec 0.1.9 (rspec doesn't work and changing the rspec command on the Settings ui page doesnt work neither)
one way to fix that is to modify this line in "./recipes/centos/ruby.rb": replace run_via "cd #{dir} && ruby setup.rb" by run_via "ruby -C #{dir} setup.rb"
I can confirm that adding the `remappingsUnix` setting in `.vscode/setting.json` works on MacOs with a similar project structure. @juanfranblanco I think it is safe to close this issue.
@klesh Thanks for your help, I don't see a way to migrate the db in the `config-ui` and I can't find a reference to this in the manual. Can you...
@klesh Yeah, no pending migrations. I populated the users, teams, uses_teams tables manually on the mysql console with INSERTS and it seems to be working fine so I think I...
@klesh I'm willing to, but it's gonna take a while, I don't have a lot of bandwidth these days