LoadError: cannot load such file — bcrypt_ext on Windows 2008 x64 server

前端 未结 9 1482
醉酒成梦
醉酒成梦 2020-12-30 04:32

I upgraded my environment from Ruby 2.0.0 to 2.2.3.

I also upgraded (overwrite) DevKit, and re-run ruby dk.rb install.

I removed Gemfile.lock and ran bundle

9条回答
  •  粉色の甜心
    2020-12-30 04:58

    This process is for windows:

    The problem is with the programs installed on the system.

    Uninstall all rails programs:

    1. All Ruby programs.

    2. RailsInstaller.

    Removes all files that have been able to uninstall, you have to do it manually inside:

    C:\RailsInstaller

    1. Install de ruby version 2.2 from:

    http://railsinstaller.org/en

    Wait a moment and it's already to go.

    MarlonJon.es

提交回复
热议问题