I have Ruby 1.9 and rails 2.3.5 installed. After creating a rails app when I run rake db:create, I get i386-mingw32 error. I have both msysgit and cygwin on my windows machine.
rake db:create
(in C:/mydirectory)
==== UNSUPPORTED PLATFORM ======================================================
The platform 'i386-mingw32' is unsupported. Please help the author by
editing the following file to allow your sqlite3 library to be found, and
submitting a patch to
[email protected]. Thanks!
C:/Ruby19/lib/ruby/gems/1.9.1/gems/sqlite3-0.0.3/lib/sqlite3/driver/ffi/api.rb
How can I get this issue fixed without uninstalling msysgit (since I use it for
SCM on github)?