From 4585281da4a46ddbc2748cd13c18873b09a07378 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?George=20Guimara=CC=83es?= Date: Thu, 11 Feb 2016 13:29:42 -0200 Subject: [PATCH] Devise is already thread-safe and has been working in production on both YARV and JRuby. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 44cd3d7d..c7c65e57 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,6 @@ It's composed of 10 modules: * [Validatable](http://rubydoc.info/github/plataformatec/devise/master/Devise/Models/Validatable): provides validations of email and password. It's optional and can be customized, so you're able to define your own validations. * [Lockable](http://rubydoc.info/github/plataformatec/devise/master/Devise/Models/Lockable): locks an account after a specified number of failed sign-in attempts. Can unlock via email or after a specified time period. -Devise is guaranteed to be thread-safe on YARV. Thread-safety support on JRuby is in progress. - ## Information ### The Devise wiki