Get rid of deprecated code

This commit is contained in:
José Valim
2012-05-06 13:13:53 +02:00
parent 7aa93a3ecb
commit 32f20dddd6
11 changed files with 20 additions and 296 deletions

View File

@@ -12,9 +12,6 @@ Devise.setup do |config|
# Configure the class responsible to send e-mails.
# config.mailer = "Devise::Mailer"
# Disable apply schema
config.apply_schema = false
# ==> ORM configuration
# Load and configure the ORM. Supports :active_record (default) and
# :mongoid (bson_ext recommended) by default. Other ORMs may be
@@ -87,10 +84,6 @@ Devise.setup do |config|
# If true, extends the user's remember period when remembered via cookie.
# config.extend_remember_period = false
# If true, uses the password salt as remember token. This should be turned
# to false if you are not using database authenticatable.
config.use_salt_as_remember_token = true
# ==> Configuration for :validatable
# Range for password length. Default is 6..128.
# config.password_length = 6..128