Hi, I have tried setting this up for the past one week and now reach the $ rake db:create db:migrate db:seed section. the error I am getting and cant seem to fix is this:
c:\Sites\catarse>rake db:create db:migrate db:seed
rake aborted!
LoadError: cannot load such file -- 2.4/pg_ext
c:/Sites/catarse/config/application.rb:9:in `<top (required)>'
c:/Sites/catarse/Rakefile:6:in `<top (required)>'
Caused by:
LoadError: cannot load such file -- pg_ext
c:/Sites/catarse/config/application.rb:9:in `<top (required)>'
c:/Sites/catarse/Rakefile:6:in `<top (required)>'
(See full trace by running task with --trace)
can someone please provide some assistances please