Skip to main content

Posts

Showing posts with the label fix

Ruby on Rails issue about Sqlite 3 Gem

Ruby on Rails Sqlite 3 Gem I'm writing about the issues that I found when trying to install a new Ruby on Rails environment in Windows. Especially about the errors, I got trying to install SQLite3 Gem for a new project. I have installed Ruby on Rails multiple times on the past using as always Ruby Installer from https://rubyinstaller.org/ and Rails Installer (Ruby 2.3 and Ruby 2.2) from http://railsinstaller.org but this time it did not go so smoothly as always. With SQLite 3 already installed version 3.26.0 C:\Sites>sqlite3 -version 3.26.0 2018-12-01 12:34:55 bf8c1b2b7a5960c282e543b9c293686dccff272512d08865f4600 fb58238b4f9 I installed Rails with railsinstaller-3.4.0.exe and after this, installed Ruby Devkit rubyinstaller-devkit-2.6.1-1-x64.exe.  C:\Sites>ruby -v ruby 2.6.1p33 (2019-01-30 revision 66950) [x64-mingw32] C:\Sites>rails -v Rails 5.2.2 Open the Command Terminal and ran the famous  C:\Sites>rails new blog     I