Posts by Ndongala Garcia • 3 points
2 posts
-
0
votes1
answer94
viewsQ: Error creating database in postgres using Ruby On Rails in windows 7
Running the command on the terminal to create the Rails project database in Postgres: $ rails db:create There’s this bug that I haven’t been able to fix in a while: rails aborted! LoadError: cannot…
-
-1
votes1
answer443
viewsQ: rvm installation on windows 7
It is possible to install rvm or rbenv in windows 7, for controlling versions of ruby and Gems. If it is possible how do I install on my machine? ... I have already followed several tutorials that…