Rails error on windows 10 (An error occurred while installing sqlite3 (1.4.1), and Bundler cannot continue)
问题 I have installed Rails version 5.1.3 on windows 10 via RailsInstaller and I tried to create a new application: C:\RubyOnRails>rails new Hello I'm getting an error installing sqlite3: sqlite3.h is missing. Install SQLite3 from http://www.sqlite.org/ first. Complete log: create create README.md create Rakefile create config.ru create .gitignore create Gemfile run git init from "." Initialized empty Git repository in C:/Amin/RubyOnRails/Hello/.git/ create app create app/assets/config/manifest.js