From 75ad4ee87b29c79215793e7e9d346e3ab81b5b4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Sun, 30 Jun 2013 14:18:49 +0200 Subject: [PATCH] Add thread-safety support note --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a66ddf97..87db7eb3 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,8 @@ It's composed of 11 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 on progress. + ## Information ### The Devise wiki