In windows when you have this error : `require': cannot load such file -- sqlite3/sqlite3_native (LoadError)
Run the following from the command line:
Run the following from the command line:
gem uninstall sqlite3 --all
ridk exec pacman -S mingw-w64-x86_64-sqlite3
gem inst sqlite3 --platform ruby
Comments
Post a Comment