RailsApps / rails-devise

Rails 5.0 starter app with Devise for authentication.
http://railsapps.github.io/rails-devise/
513 stars 228 forks source link

JRuby and Devise #8

Open pfriedland opened 9 years ago

pfriedland commented 9 years ago

Probably should tell newer Ruby devs, like me, to stay away from using JRuby with this tutorial and Composer script. If you can get past not having the better_errors gem, then you may be faced with JCE (java cryptography) issues when trying to use the sample app. Problems seemingly go away when using YARV 2.0. I also think the Devise developers state that multi-threaded usage with JRuby is not yet supported.

DanielKehoe commented 9 years ago

Thanks for the tip.