bcrypt error: Devise ruby 2.0 and rails 4.0

前端 未结 6 662
感情败类
感情败类 2020-12-24 08:45

I keep getting this error when i try to run my app:

C:/ruby-2.0.0-p195-i386-mingw32/lib/ruby/gems/2.0.0/gems/activesupport-4.0.0.rc1 /lib/active_support/dependencies

6条回答
  •  难免孤独
    2020-12-24 09:27

    Seems like the downfall of using windows as a development platform for ROR apps. I need to use Ruby 2.0 32 bit in order to get PG gem for a postgresql connection to work or I have to use Ruby 2.0 64 bit to get 'Devise' gem to work.

提交回复
热议问题