railsinstaller / railsinstaller-windows

RailsInstaller for Windows
http://railsinstaller.dev
Other
232 stars 117 forks source link

gem 'turbolinks x86-mingw32' #109

Open retsill opened 5 years ago

retsill commented 5 years ago

i have Windows 10 x64bit

as I run the rails server command it gives me this error.

Could not find gem 'turbolinks x86-mingw32' in any of the gem sources listed in your Gemfile.
Run `bundle install` to install missing gems.

as I run the Bundler install command it gives me this error.

To see why this extension failed to compile, please check the mkmf.log which can
be found here:

C:/RailsInstaller/Ruby2.3.3/lib/ruby/gems/2.3.0/extensions/x86-mingw32/2.3.0/sqlite3-1.4.1/mkmf.log

extconf failed, exit code 1

Gem files will remain installed in
C:/RailsInstaller/Ruby2.3.3/lib/ruby/gems/2.3.0/gems/sqlite3-1.4.1 for
inspection.
Results logged to
C:/RailsInstaller/Ruby2.3.3/lib/ruby/gems/2.3.0/extensions/x86-mingw32/2.3.0/sqlite3-1.4.1/gem_make.out

An error occurred while installing sqlite3 (1.4.1), and Bundler cannot continue.
Make sure that `gem install sqlite3 -v '1.4.1'` succeeds before bundling.

In Gemfile:
  sqlite3
cs623jm commented 5 years ago

I have same issue. Just downloaded and install railsinstaller... been googling and trying the 2 downloads versions.. not sure to try 1.9

retsill commented 5 years ago

I have same issue. Just downloaded and install railsinstaller... been googling and trying the 2 downloads versions.. not sure to try 1.9

I solved the problem.

you just have to install each gem that asks you for compatibility without a version.

Example: gem install turbolinks then bundle install and so on