0
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 load such file -- 2.5/pg_ext Caused by: LoadError: cannot load such file -- pg_ext
Guilherme, the module for postgres is already installed. I installed the Gem pg required in the project.. But still the problem remains
– Ndongala Garcia
@Ndongalagarcia Installed the
rails
on Cygwin?– Guilherme Nascimento
No Guilherme, I did not install Rails on Cygwin ... So in this case I should install Rails from Cygwin @Guilherme Nascimento ??
– Ndongala Garcia
@Ndongalagarcia I believe that yes, since it is using the RVM, it is not even?
– Guilherme Nascimento
Yes, I’m already using RVM @Guilhermenascimento ...
– Ndongala Garcia
then installs the
ruby
and thegem
by RVM. I don’t remember if this is the case, it’s been a while since I worked with this.– Guilherme Nascimento
Okay @Guilherme, I’ll do the installation and then I’ll come back and say something.. Thanks for your support
– Ndongala Garcia