Add thread-safety support note

This commit is contained in:
José Valim 2013-06-30 14:18:49 +02:00
parent 225afe6813
commit 75ad4ee87b
1 changed files with 2 additions and 0 deletions

View File

@ -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